Nodes Browser
ComfyDeploy: How ComfyUI-RefSampling works in ComfyUI?
What is ComfyUI-RefSampling?
Nodes:Apply Ref UNet, Ref Sampler, Ref Sampler Custom
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-RefSampling
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-RefSampling
This is a proof-of-concept repo that implements:
- "Reference CNet" found in popular Image generation applications such as Automatic11
- Allows image generation that adheres content to a reference image
- Visual Style Prompting
- Allows image generation that adheres style to a reference image
Both of these techniques utilize attention injection from reference images into the sampled/generated image.
Examples
Text to Image Generation
Image Prompt: "orange gorilla stripes"
Visual Style Prompt: "black and orange stripes"
Image to Image Generation
Image Prompt: "an old man"
Visual Style Prompt "blue dragon, flames"