Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AedenThomas opened this issue May 31, 2024 · 2 comments

Comments

@AedenThomas
Copy link

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
Copy link

dfl commented Jun 4, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants