🚨 Important 🚨

#4
by camenduru - opened

Hi @BestJammer πŸ‘‹ The model had broken data in it and it would poison other models if merged with this model. please tell me what tool did you use for training or did you merged with other models maybe broken data come from other model πŸ™„ if it is possible please change your file https://civitai.com/models/3758/hasdx and the file here with https://huggingface.co/johnslegers/hasdx/tree/main

Thank you for bringing this up. I had no idea. Maybe that's why I struggled to prune and ema the model. I'm not sure how to fix it but thank you for showing me where the bad file is.

Hi @BestJammer πŸ‘‹ you don't need to do anything diffusers lib fix the issue in the new version πŸŽ‰

camenduru changed discussion status to closed

@BestJammer :

Hi,

Sorry I didn't respond to your message on Reddit. I only just saw it today since I don't visit Reddit often.

I'm unable to respond to it for some reason, so I'm going to respond to it here.

What I did, was a three-step process :
(1) First, I created a repo on Huggingface & added your model
(2) Second, I converted your model to diffusers format using this script : https://huggingface.co/spaces/diffusers/sd-to-diffusers
(3) Third, I converted the diffusers version of the model back to CKPT format, using the conversion script from https://colab.research.google.com/github/ShivamShrirao/diffusers/blob/main/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb

Note that the files in my repo do not have this same issue. The conversion technique I used seems to have fixed it!

Sign up or log in to comment