Skip to content

how to get sdxlUnstableDiffusers_v8HeavensWrathVAE #7

@ShijieGeng

Description

@ShijieGeng

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions