-
Notifications
You must be signed in to change notification settings - Fork 282
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
Which model to load when using stable-diffusion configs? #147
Comments
Have you tried it? I have the same question. |
This seems to be solved here. Loading the original CompVis Stable Diffusion model weights along with the inference config |
Thanks for information! @wonjunior I'd like to try it this weekend. |
@wonjunior I've tried it yesterday with that stable diffusion original v1.4 checkpoint downloaded from huggingface. Training process is fine, but there are some error happened during evaluation.
Looks something wrong in pytorch_lightning, any idea? |
For the stable diffusion version you need any of the compvis-based models, so 1.4 and 1.5 will both work fine, as will models tuned from those base models (e.g. protogen). @kaneyxx There's just no test-set defined for the model so it crashes when training is done. If you want to avoid that crash you can look at the training config data portion and copy the "train:" block into a "test:" block. |
Which model
model.ckpt
should be used when using the stable diffusion configuration file (configs/stable-diffusion/v1-inference.yaml) to optimize a concept?The text was updated successfully, but these errors were encountered: