comfyanonymous/ComfyUI_examples

Add Repository Workflows to ComfyUI Template Browser

papandadj opened this issue · 4 comments

Image Thank you for providing such excellent workflows. I noticed that ComfyUI displays workflows from certain repositories after opening a template. Could this repository also add this feature? This way, we wouldn't need to search for workflows each time, but could instead find the relevant functionality directly within the ComfyUI interface.

I noticed that it seems necessary to add the corresponding workflows to the example_workflows directory.

Many of the example workflows were added to the templates section recently. Available on these versions:

Image

Thank you for your reply. I understand the versions of ComfyUI and ComfyUI-manager, and my version is the latest. What I don't understand is how to ensure my ComfyUI-frontend version. Does this need to be installed separately? Or should I wait for a ComfyUI version update?

If you update manually using "git pull" you will have to do the extra step of updating the frontend using: pip install -r requirements.txt. See comfyanonymous/ComfyUI#7025 (comment)

Thank you.I will try it.