Skip to content
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 get sdxlUnstableDiffusers_v8HeavensWrathVAE #7

Open
ShijieGeng opened this issue Jan 3, 2025 · 0 comments
Open

how to get sdxlUnstableDiffusers_v8HeavensWrathVAE #7

ShijieGeng opened this issue Jan 3, 2025 · 0 comments

Comments

@ShijieGeng
Copy link

Thank you very much for your excellent work.
When I was replicating your code, I had a problem with the model not loading in infer_style.py, so I Googled the model and converted it using convert in diffusers.

Run the code here https://github.com/huggingface/diffusers/blob/main/scripts/convert_original_stable_diffusion_to_diffusers.py

with the command of python convert_original_stable_diffusion_to_diffusers.py --checkpoint_path path/to/sdxlUnstableDiffusers_v8HeavensWrathVAE.safetensors --dump_path /InstantStyle-Plus/checkpoints/sdxlUnstableDiffusers_v8HeavensWrathVAE --image_size 512 --prediction_type epsilon --from_safetensors --device cuda:0 --half

However, the converted folder text_encoder and other folders do not contain safetensors, and corresponding errors will be reported during runtime. How should I handle this error?
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant