Missing nodes in workflow examples

#2
by Horoldo - opened

Can you point me to the extension/custom node to install missing nodes for these -

ImageScaleToTotalPixels
ColorCorrect

These are used in the workflow examples provided.

The ColorCorrect is included on the ComfyUI-post-processing-nodes

Also to fix the missing node ImageScaleToTotalPixels you need to install Fannovel16/comfyui_controlnet_aux, and update ComfyUI, this will fix the missing nodes.

Thanks, I installed those today but didn't update comfyui. Working now.

Cannot load ImageScaleToTotalPixels node as well, in Manager I see this error for Fannovel16 ControlNet Preprocessors:

NOTE: To use nodes belonging to controlnet v1 such as Canny_Edge_Preprocessor, MIDAS_Depth_Map_Preprocessor, Uniformer_SemSegPreprocessor, etc., you need to copy the config.yaml.example file to config.yaml and change skip_v1: True to skip_v1: False.

I loaded the Fannovel16/comfyui_controlnet_aux custom nodes and am still seeing the ImageScaleToTotalPixels error - I can't seem to find it when searching but is it similar enough to the ImageScale node instead?

hi folks, I had similar problem even using the latest ComfyUI, had the problem solved using python 3.10.12, you can also use this Dockerfile steps if you need https://huggingface.co/spaces/SpacesExamples/ComfyUI/blob/main/Dockerfile

@radames I try to build the docker image as the example and run it with recolor
but still get the same error

圖片.png

@radames I try to build the docker image as the example and run it with recolor
but still get the same error

圖片.png

Снимок экрана 2023-08-20 142351.jpg

The information at the top was correct
The ColorCorrect is included on the ComfyUI-post-processing-nodes (https://github.com/Stability-AI/stability-ComfyUI-nodes)
Also to fix the missing node ImageScaleToTotalPixels you need to install Fannovel16/comfyui_controlnet_aux, and update ComfyUI, this will fix the missing nodes.
Updating ComfyUI is not just re-loading, but pulling in the latest build from git-hub (navigate to your comfyui directory and pulling in the latest version)

Geekdl and Yodeler91 are correct about having Fannovel16/comfyui_controlnet_aux installed. I'm running a portable version of ComfyUI_windows. Though I installed the right controlnet node, it wasn't working properly or at all. After doing a full update as well as the dependencies bat file, it's now working correctly. I was able to successfully load all 4 control-lora examples. Thanks for the help.
For those with this issue, the following error was fixed: "Installing collected packages: opencv-contrib-python, absl-py, sounddevice, mediapipe
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'G:\AIGenerated\ComfyUI_windows_portable\python_embeded\Lib\site-packages\cv2\cv2.pyd'
Consider using the --user option or check the permissions."

I also encountered the problem of missing nodes ColorCorrect, which was solved after installing the following plugin, https://github.com/EllangoK/ComfyUI-post-processing-nodes

thanks all, that's correct, I've fixed the Dockerfile @DeepWave https://huggingface.co/spaces/SpacesExamples/ComfyUI/blob/main/Dockerfile#L136-L141
@djivanoff ComfyUI Manager is disable on our public Space, since we don't want folks installing arbitrary models, but fell free to duplicate and uncomment this line https://huggingface.co/spaces/SpacesExamples/ComfyUI/blob/main/Dockerfile#L141

hi, have you guys met the problem of

Failed to validate prompt for output 8:
* ControlNetLoader 9:
  - Value not in list: control_net_name: 'control-lora-recolor-rank256.safetensors' not in []

hi, have you guys met the problem of

Failed to validate prompt for output 8:
* ControlNetLoader 9:
  - Value not in list: control_net_name: 'control-lora-recolor-rank256.safetensors' not in []

install the model from the manager, search for "recolor"

@audioscavenger means you don't have the model in your controlnet folder. Use the drop list on the controlnet loader to see available controlnet files.
You will need to download it and add it to - \ComfyUI\models\controlnet

@audioscavenger sorry, just saw you were answering the question, not asking it.

Horoldo changed discussion status to closed

Sign up or log in to comment