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

Sign up or log in to comment