-
Notifications
You must be signed in to change notification settings - Fork 34
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
muti-step model for sdv1.5 #36
Comments
it is possible but you need some coding |
Thank you for response. |
i think you would need to modify this function Line 166 in 0f8a481
first remove this assert and adapt the text encoder and backward simulation code (if you need the later one). you can see this line for how to modify the text encoder Line 222 in 0f8a481
|
i can help reviewing your changes if you are interested to do a pull request |
I updated text_embedding and pooled_text_embedding by text_encoder in prepare_denoising_data function. Is denoising_timestep 250 in sdxl case? Is there any reasons to use 250 other than to limit 4 steps?
|
Is it possible to train 4steps (multi-steps) model for sd-v1.5 in this repo?
I see in sdxl experiment docs, but not in sdv1.5 experiment docs.
The text was updated successfully, but these errors were encountered: