mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 13:41:59 +00:00
Move widget link drop conversion to widgetInputs (#2001)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -312,6 +312,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"CLIPTextEncodePixArtAlpha": {
|
||||
"display_name": "CLIPTextEncodePixArtAlpha",
|
||||
"description": "Encodes text and sets the resolution conditioning for PixArt Alpha. Does not apply to PixArt Sigma.",
|
||||
"inputs": {
|
||||
"width": {
|
||||
"name": "width"
|
||||
},
|
||||
"height": {
|
||||
"name": "height"
|
||||
},
|
||||
"text": {
|
||||
"name": "text"
|
||||
},
|
||||
"clip": {
|
||||
"name": "clip"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CLIPTextEncodeSD3": {
|
||||
"display_name": "CLIPTextEncodeSD3",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user