Move widget link drop conversion to widgetInputs (#2001)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-20 16:10:18 -08:00
committed by GitHub
parent c8f62cd963
commit ca9627cada
7 changed files with 130 additions and 49 deletions

View File

@@ -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": {