PowerPaint icon indicating copy to clipboard operation
PowerPaint copied to clipboard

OSError: Error no file named diffusion_pytorch_model.bin found in directory .\checkpoints\ppt-v2\realisticVisionV60B1_v51VAE\unet.

Open zk19971101 opened this issue 9 months ago • 3 comments

after i download the checkpoints to .\checkpoints\ppt-v2, when i run "python app.py --share --version ppt-v2 --checkpoint_dir .\checkpoints\ppt-v2 ",raise the problem "OSError: Error no file named diffusion_pytorch_model.bin found in directory .\checkpoints\ppt-v2\realisticVisionV60B1_v51VAE\unet." i find there is no file in this dir, whose name is "diffusion_pytorch_model.bin"

Image

zk19971101 avatar Mar 15 '25 09:03 zk19971101

same issue

Flulike avatar Mar 21 '25 04:03 Flulike

Just changing the model name seems working..?

icsl-Jeon avatar Apr 11 '25 06:04 icsl-Jeon

A fork with bunch of these fix and the Dockerfile, docker-compose, so that you can run the project in one command:

https://github.com/davideuler/PowerPaint

davideuler avatar May 29 '25 13:05 davideuler