Moore-AnimateAnyone icon indicating copy to clipboard operation
Moore-AnimateAnyone copied to clipboard

config.json

Open zachysaur opened this issue 2 years ago • 1 comments

OSError: Error no file named config.json found in directory ./pretrained_weights/stable-diffusion-v1-5/.

zachysaur avatar Jan 13 '24 18:01 zachysaur

make sure to rename the files as shown:

./pretrained_weights/
|-- DWPose
|   |-- dw-ll_ucoco_384.onnx
|   `-- yolox_l.onnx
|-- image_encoder
|   |-- config.json
|   `-- pytorch_model.bin
|-- denoising_unet.pth
|-- motion_module.pth
|-- pose_guider.pth
|-- reference_unet.pth
|-- sd-vae-ft-mse
|   |-- config.json
|   |-- diffusion_pytorch_model.bin
|   `-- diffusion_pytorch_model.safetensors
`-- stable-diffusion-v1-5
    |-- feature_extractor
    |   `-- preprocessor_config.json
    |-- model_index.json
    |-- unet
    |   |-- config.json
    |   `-- diffusion_pytorch_model.bin
    `-- v1-inference.yaml

asumedly you need to rename the .json file in the unet folder

FantasticMrCat42 avatar Jan 14 '24 01:01 FantasticMrCat42