π§±ComfyUI Block
ComfyUI is an extremely powerful (Stable Diffusion) workflow builder. It has a node-based GUI and is for advanced users.
Advanced/Experimental Contact us or join Discord to report issues
Sample
There is a new button to edit the workflow in a preview!
You can drag your (API) graph .json in here and run it!

Graph checks
β you need to have one
SaveImageorVHS_VideoCombinenode, the engine will search for this and set it as thelast_node_id.β all
loadImageimagefields need to be valid image links (jpgandpngpreferred). You can get these by uploading an image with the image uploading block. Downloading videos is not yet supported.
Plugins
Expand to see all plugins
ComfyUI Custom Nodes List
This list contains all the custom nodes installed in our ComfyUI instance. Each entry includes the GitHub repository reference and the specific commit used.
ComfyUI (Base)
Reference: https://github.com/comfyanonymous/ComfyUI
Commit: 45ec1cbe963055798765645c4f727122a7d3e35e
ControlNet Auxiliary Preprocessors
Reference: https://github.com/Fannovel16/comfyui_controlnet_aux
Commit: c0b33402d9cfdc01c4e0984c26e5aadfae948e05
Ultimate SD Upscale
Reference: https://github.com/ssitu/ComfyUI_UltimateSDUpscale
Commit: b303386bd363df16ad6706a13b3b47a1c2a1ea49
FizzNodes
Reference: https://github.com/FizzleDorf/ComfyUI_FizzNodes
Commit: fd2165162ed939d3c23ab6c63f206ae93457aad8
Video Helper Suite
Reference: https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite
Commit: e369cac458f977fab0ee5719ce5e4057dc04729f
Inspire Pack
Reference: https://github.com/ltdrdata/ComfyUI-Inspire-Pack
Commit: 985f6a239b1aed0c67158f64bf579875ec292cb2
Frame Interpolation
Reference: https://github.com/Fannovel16/ComfyUI-Frame-Interpolation
Commit: 5e11679995c68f33891c306a393915feefe234b5
ComfyMath
Reference: https://github.com/evanspearman/ComfyMath
Commit: be9beab9923ccf5c5e4132dc1653bcdfa773ed70
smZNodes
Reference: https://github.com/shiimizu/ComfyUI_smZNodes
Commit: 378ed4567f3290823d5dc5e9556c7d742dc82d23
Advanced ControlNet
Reference: https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet
Commit: 33d9884b76e8d7a2024691c5d98308e7e61bf38d
Segment Anything
Reference: https://github.com/storyicon/comfyui_segment_anything
Commit: ab6395596399d5048639cdab7e44ec9fae857a93
Impact Pack
Reference: https://github.com/ltdrdata/ComfyUI-Impact-Pack
Commit: 971c4a37aa4e77346eaf0ab80adf3972f430bec1
WAS Node Suite
Reference: https://github.com/WASasquatch/was-node-suite-comfyui
Commit: 6c3fed70655b737dc9b59da1cadb3c373c08d8ed
ComfyUI Essentials
Reference: https://github.com/cubiq/ComfyUI_essentials
Commit: bd9b89b7c924302e14bb353b87c3373af447bf55
KJNodes
Reference: https://github.com/kijai/ComfyUI-KJNodes
Commit: d25604536e88b42459cf7ead9a1306271ed7fe6f
Comfyroll Custom Nodes
Reference: https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
Commit: d78b780ae43fcf8c6b7c6505e6ffb4584281ceca
AnimateDiff Evolved
Reference: https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
Commit: f9e0343f4c4606ee6365a9af4a7e16118f1c45e1
IPAdapter Plus
Reference: https://github.com/cubiq/ComfyUI_IPAdapter_plus
Commit: 0d0a7b3693baf8903fe2028ff218b557d619a93d
GlifNodes
Reference: https://github.com/glifxyz/ComfyUI-GlifNodes
Commit: 5d7e5c80aa175fb6ac860a6d63a15d1f699023fc
Moondream
Reference: https://github.com/kijai/ComfyUI-moondream
Commit: b97ad4718821d7cee5eacce139c94c9de51268b8
Layer Diffuse
Reference: https://github.com/huchenlei/ComfyUI-layerdiffuse
Commit: 151f7460bbc9d7437d4f0010f21f80178f7a84a6
rgthree-comfy
Reference: https://github.com/rgthree/rgthree-comfy
Commit: db062961ed4a3cd92f4eb2b8eeedbcc742b5d5e9
ComfyUI-SUPIR
Reference: https://github.com/kijai/ComfyUI-SUPIR
Commit: 656e55e8154a2cdfa0738a3474c8aa8e02113e66
Author: kaijai
Description: SUPIR superresolution
Note:
Please refer to the respective GitHub repositories for detailed installation and usage instructions.
This list is subject to updates as new nodes are added or existing ones are modified.
Exporting the graph
Enable developer options:
Go to settings:

Enable
Enable Dev mode Options:
Export the API graph:

Graph example
This is a graph that should run via our Comfy Block. Mind the cloudinary link for the image field.
Example workflows
AnimateDiff
This is a basic AnimateDiff (original repo) workflow based on SD15:



From here on, you could:
Add motion LoRAs to control the motion
Use an upscaler to make it higher res
Use LCM LoRA to make things faster
Read how the context options might work: link
IPAdapter with TileControlnet
Txt2Image with SDXL + Upscaler
This workflow uses SDXL to create a base image and then the UltimateSD upscale block. The UltimateSD upscale block works best with a tile controlnet. Therefore, we load in a SD15 checkpoint.



Last updated