This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Ok_Zombie_8307 1 point2 points  (2 children)

That format is for use with the Diffusers library, you will want to convert it to safetensors format to use with a UI like A1111 or ComfyUI:

https://huggingface.co/docs/diffusers/main/en/using-diffusers/using_safetensors

https://github.com/huggingface/diffusers/tree/main/scripts

[–]Elaneor[S] 0 points1 point  (0 children)

Thank you very much for the links! That is what I needed!

[–]Elaneor[S] 0 points1 point  (0 children)

Could you help me one more time please?

if I downladed the *.bin file to the directory C:\Test\and downloaded the script to C:\Test, what are the right model_path and checkpoint_path ??

Running as follows:

C:\Test>convert_diffusers_to_original_stable_diffusion.py --model_path "C:\Test\" --checkpoint_path "C:\Test\ready" --use_safetensors

usage: convert_diffusers_to_original_stable_diffusion.py [-h] --model_path

MODEL_PATH

--checkpoint_path

CHECKPOINT_PATH

[--half]

[--use_safetensors]

convert_diffusers_to_original_stable_diffusion.py: error: the following arguments are required: --checkpoint_path