Unify controlnet parameters name and change scripts name.#1821
Unify controlnet parameters name and change scripts name.#1821kohya-ss merged 40 commits intokohya-ss:sd3from
Conversation
# Conflicts: # sd3_train.py
This reverts commit 8b16535. # Conflicts: # library/train_util.py # sd3_train.py
|
Thank you for this! This makes sense. However, it seems that this will be a breaking change when it is merged into the main branch in the future. I think breaking changes are allowed on the dev/sd3 branch. Therefore, although the name is not good, I think it is better to use |
OK, I'll use |
|
Thank you for updating! I have added a script |
) * Update sd3_train.py * add freeze block lr * Update train_util.py * update * Revert "add freeze block lr" This reverts commit 8b16535. # Conflicts: # library/train_util.py # sd3_train.py * use same control net model path * use controlnet_model_name_or_path
Multiple versions of the controlnet training script use three different parameter names, so the parameters are unified.
--controlnet_model_path--controlnet_model_name_or_pathAs well as renaming the initial version of the controlnet script to
train_control_net.py