fofr / cog-consistent-character

Create images of a given character in different poses
https://replicate.com/fofr/consistent-character
MIT License
560 stars 54 forks source link

Missing or Invalid Files while running using ComfyUI (Prompt outputs failed validation) #1

Open AedenThomas opened 4 months ago

AedenThomas commented 4 months ago

During the execution of the project using ComfyUI, we encountered several errors related to missing or invalid files. Here are the details:

  1. InstantIDModelLoader: The file instantid-ip-adapter.bin is not found. Please ensure the file is in the correct location and the path is correctly specified.

  2. ControlNetLoader: The file instantid-controlnet.safetensors is not found. Please ensure the file is in the correct location and the path is correctly specified.

  3. CheckpointLoaderSimple: The checkpoint file dreamshaperXL_lightningDPMSDE.safetensors is not found. Please ensure the file is in the correct location and the path is correctly specified.

  4. ControlNetLoader: The file thibaud_xl_openpose.safetensors is not found. Please ensure the file is in the correct location and the path is correctly specified.

  5. UltralyticsDetectorProvider: The model file bbox/Eyes.pt is not found. Please ensure the file is in the correct location and the path is correctly specified.

dfl commented 3 months ago

also, where can I find the various headshot_dw_pose images for controlnet? edit: aha, found them here: https://weights.replicate.delivery/default/fofr/character/pose_images.tar

mirkancal commented 1 month ago

You need to put the models in place, manually.

e.g: download dreamshaperXL_lightningDPMSDE from huggingface or civitai, put it in comfyui/models/checkpoints.

Check instant id's github repo, there are instructions on where to download instantid-ip-adapter.bin and where to put it.

Apply same for all, search, find instructions, download, put in correct place.