ComfyUI Node
InContextEditInstruction~
Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images.
InContextEditInstruction~
- clip
- In_context
◄editText—►
CategoryIn-context_Editing_Framework
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| editText | STRING | Your edit instruction. | |
| clip | CLIP | The CLIP model used for encoding the text. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| In_context | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |