Missing nodes in workflow examples
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
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.