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

ComfyRoll's Multi Controlnet Stack not working? #228

Open
guivr opened this issue Dec 19, 2024 · 2 comments
Open

ComfyRoll's Multi Controlnet Stack not working? #228

guivr opened this issue Dec 19, 2024 · 2 comments

Comments

@guivr
Copy link

guivr commented Dec 19, 2024

Checking weights
✅ controlnet-canny-sdxl-1.0.fp16.safetensors exists in ComfyUI/models/controlnet
✅ albedobaseXL_v13.safetensors exists in ComfyUI/models/checkpoints
✅ ZoeD_M12_N.pt exists in ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators
✅ depth-zoe-xl-v1.0-controlnet.safetensors exists in ComfyUI/models/controlnet
✅ artificialguybr/PS1Redmond-PS1Game-Playstation1Graphics.safetensors exists in ComfyUI/models/loras
====================================
Randomising seed to 1361601159
Running workflow
[ComfyUI] got prompt
[ComfyUI] Failed to validate prompt for output 5:
[ComfyUI] * CR Multi-ControlNet Stack 68:
[ComfyUI] - Value not in list: controlnet_1: 'depth-zoe-xl-v1.0-controlnet.safetensors' not in ['None']
[ComfyUI] - Value not in list: controlnet_2: 'controlnet-canny-sdxl-1.0.fp16.safetensors' not in ['None']
[ComfyUI] Output will be ignored

These are supported weights and nodes, what am I doing wrong?

"68": {
    "inputs": {
      "switch_1": "On",
      "controlnet_1": "depth-zoe-xl-v1.0-controlnet.safetensors",
      "controlnet_strength_1": 1.0,
      "start_percent_1": 0,
      "end_percent_1": 1,
      "switch_2": "On",
      "controlnet_2": "controlnet-canny-sdxl-1.0.fp16.safetensors",
      "controlnet_strength_2": 1.0,
      "start_percent_2": 0,
      "end_percent_2": 1,
      "switch_3": "Off",
      "controlnet_3": "None",
      "controlnet_strength_3": 1,
      "start_percent_3": 0,
      "end_percent_3": 1,
      "image_1": [
        "49",
        0
      ],
      "image_2": [
        "69",
        0
      ]
    },
    "class_type": "CR Multi-ControlNet Stack",
    "_meta": {
      "title": "🕹️ CR Multi-ControlNet Stack"
    }
  },

PS: Can't use Load ControlNet Model node with CR Multi-ControlNet Stack

@guivr
Copy link
Author

guivr commented Dec 19, 2024

I tried converting the widget to input but still can't connect the fields controlnet_1 and controlnet_2 to a Load ControlNet Model node

@fofr
Copy link
Owner

fofr commented Dec 19, 2024

I'll take a look

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

2 participants