🧱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
Where to find it in the builder

Sample
You can drag your (API) graph .json
in here and run it!

Graph checks
✅ you need to have one
SaveImage
orVHS_VideoCombine
node, the engine will search for this and set it as thelast_node_id
.✅ all
loadImage
image
fields need to be valid image links (jpg
andpng
preferred). You can get these by uploading an image with the image uploading block. Downloading videos is not yet supported.
Plugins
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