OSError in using DiffusionPipeline to load the model
#9
by
xuruipeng8641
- opened
I meet the error when using
pipeline = DiffusionPipeline.from_pretrained("local_dir/RunDiffusion/Juggernaut-XL-v9")
OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory /mnt/bn/bytenn-yg2/pretrained_models/RunDiffusion/Juggernaut-XL-v9/text_encoder. I wonder how to fix the loading problem ~~ many thanks
Many many diffusers pipelines use this daily. You'll have to keep troubleshooting. This error isn't the fault of the model.
RunDiffusion
changed discussion status to
closed
I got the same problem.