fastsdcpu icon indicating copy to clipboard operation
fastsdcpu copied to clipboard

Error no file named diffusion_pytorch_model.bin found in directory unet

Open mykeehu opened this issue 1 year ago • 2 comments

I converted an SDXL model to Diffusers format using the official Diffusers convert_original_stable_diffusion_to_diffusers.py file. It created the files, but the following files are in the unet folder:

config.json
diffusion_pytorch_model.bin.index.json
diffusion_pytorch_model-00001-of-00002.bin
diffusion_pytorch_model-00002-of-00002.bin

But it cannot load this, I get an error. How do I solve this problem?

mykeehu avatar Oct 28 '24 13:10 mykeehu

@mykeehu Which SDXL model?

rupeshs avatar Nov 20 '24 02:11 rupeshs

convert_original_stable_diffusion_to_diffusers.py

rideMyPONYREAL v1, but with v2 have same problem. Diffuser splits the unet into two files and your app can no longer handle this.

mykeehu avatar Nov 25 '24 08:11 mykeehu