-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
[help] Model is 1.60 GB. Model type identified as UNET-v1-BROKEN. Model components are: UNET-v1-SD. #40
Comments
same problem here! |
a solution is to combine a model that has a working unet at a very very small ratio as model A...and this as model broken one at model B....it keeps the working unet |
same here, |
Im guessing its a checkpoint that only contains a UNET, If thats the case you need to get a VAE and CLIP from an intact checkpoint. Load the intact checkpoint, then import the UNET from your broken checkpoint, then save it under a new name. (Similar procedure to replacing a VAE, but its the UNET). Should work. |
Your suggestion is correct, I got UNET and VAE from the checkpoint after training instead of using the VAE from base model, but it still works. |
Whether using VAE in the base model or the BROKEN checkpoint, the final result has the same hash value. |
I know you can replace a vae, but is there any way to fix this?
The text was updated successfully, but these errors were encountered: