ComfyUI Node: 🤗 Diffusers Generator
Authored by Jannchie
Created 7 months ago
Updated about a month ago
74 stars
Category
Jannchie
Inputs
pipeline DIFFUSERS_PIPELINE
positive_prompt_embedding DIFFUSERS_PROMPT_EMBEDDING
negative_prompt_embedding DIFFUSERS_PROMPT_EMBEDDING
strength FLOAT
num_inference_steps INT
guidance_scale FLOAT
seed INT
batch_size INT
width INT
height INT
reference_style_fidelity FLOAT
images IMAGE
mask MASK
controlnet_units CONTROLNET_UNIT
reference_image IMAGE
reference_only
- disable
- enable
reference_only_adain
- disable
- enable
Outputs
IMAGE
Extension: ComfyUI-J
This is a completely different set of nodes than Comfy's own KSampler series. This set of nodes is based on Diffusers, which makes it easier to import models, apply prompts with weights, inpaint, reference only, controlnet, etc.
Authored by Jannchie