You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# new lora_map format"lora_map": {
# Specify lora as a path relative to /animatediff-cli/data"share/Lora/zs_Abdiel.safetensors": { # setting for abdiel lora"region" : ["0"], # target region. Multiple designations possible"scale" : {
# "frame_no" : scale format"0": 0.75# lora scale. same as prompt_map format. For example, it is possible to set the lora to be used from the 30th frame.
}
},
"share/Lora/zs_Amanazoko.safetensors": { # setting for amanozako lora"region" : ["1"], # target region"scale" : {
"0": 0.75
}
}
},