-
Notifications
You must be signed in to change notification settings - Fork 99
LoRA Nodes
Akatsuzi edited this page Dec 3, 2023
·
10 revisions
Parameter | Description | Type | Arguments |
---|---|---|---|
model |
Model for processing. | MODEL | - |
clip |
Clip for processing. | CLIP | - |
switch |
Switch for option. | COMBO |
On Off
|
lora_name |
Lora name for processing. | List of filenames | folder_paths.get_filename_list("loras") |
strength_model |
Strength factor for the model | FLOAT | "default": 1.0, "min": -10.0, "max": 10.0, "step": 0.01 |
strength_clip |
Strength factor for the clip | FLOAT | "default": 1.0, "min": -10.0, "max": 10.0, "step": 0.01 |