ComfyUIFlexiLoRALoader
- Modified albumname output to automatically append applied weight values - Example: If input is "FLL" and weights are 0.5, 0.6, 0.1, output will be "FLL050601" - Added support for negative weight values - Initial release - Support for applying multiple LoRA models simultaneously - Multiple weights can be set as a list for each LoRA - Implementation of randomize mode A ComfyUI custom node for experimenting with multiple LoRA models using various weight combinations. This custom node aims to maximize the potential of LoRA models. While LoRA weights significantly influence expressions and poses, using fixed values can limit specific expressions. With this node: - You can set multiple weight values as a list to try various combinations - Observe generation results to find weights that achieve desired expressions - Check applied LoRA weights through string output and save records by connecting to memo inputs like D2 Send Eagle node - Apply up to 3 LoRA models simultaneously - Set multiple weights for each LoRA model - Applies nth weight for each queue - LoRAs without nth element default to 0.0 weight - Operation modes: - randomize: randomly select weights (currently implemented) - in order: apply weights sequentially (planned for future update) 1. Add FlexiLoRALoader node to your workflow 2. Select desired LoRA models 3. Adjust weight values as needed 4. Currently only 'randomize' mode is available 1. Start with a wide range of weight values (0.0-1.0) 2. Use string output to record generation results and weight values 3. Identify weight values that produce favorable results 4.…
Loaders/Lora · 5 Ausgaben