-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to download checkpoint sdxlUnstableDiffusers_v8HeavensWrathVAE in infer_style.py #1
Comments
It's on Civitai, you can convert it to diffusers via their scripts. |
Thanks for replying, where is their script, I can't seem to find it in their github (https://github.com/civitai/civitai). |
This took some digging. the specified model is a safetensors sdxl model; once downloaded, I used https://github.com/huggingface/transformers/scripts/convert_original_stable_diffusion_to_diffusers.py to dump out into the (long filename) as a directory. The script then wanted a single binary file, so I merged them. This worked, although there is also an error loading the tile directory - it tries to load from "./" and it should be "./checkpoints/". |
Can you provide this weight? Or can we use stabilizability/table diffusion-xl-base-1.0 instead? |
Run the code here https://github.com/huggingface/diffusers/blob/main/scripts/convert_original_stable_diffusion_to_diffusers.py with the command of |
Thanks for your wonderful work. Could you provide the downloadable weights for |
the weight in https://huggingface.co/wangqixun/YamerMIX_v8 seems to work. Just change path "./checkpoints/sdxlUnstableDiffusers_v8HeavensWrathVAE" to "xxx/YamerMIX_v8" |
When change path |
I have converted through convert_original_stable_diffusion_to_diffusers.py, but still meet same problem ,have you solved it? |
I solved this problem by removing |
It's pity ,that not works for me.Can you tell me your version of diffusers? I think it may be relevant. |
I am using 0.31.0 |
ummm,we are the same, but thanks for your fast reply. |
Did anybody found the solution? |
No description provided.
The text was updated successfully, but these errors were encountered: