-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Sd3 freeze x_block #1417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sd3 freeze x_block #1417
Conversation
|
Thank you for this! This seems to work like |
Yes, the functionality is very similar with |
|
how do you know which layers you should freeze or it is purely experimental? |
I received advice from SD3 trainer. |
makes sense. so what parameter they suggest ? like |
120~240,i think magic number between these. |
|
Thank you for this! Sorry it took so long. |
* Update sd3_train.py * add freeze block lr * Update train_util.py * update
use
--num_last_block_to_freezeto set freeze blocks num,reverse freeze.
(default none,you can set 0~240)
SD3 has 240 x_blocks, i test if freeze half of it will get better effect.
Comparison:

Before↓
After freeze 120↓
