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

@@ -249,6 +249,24 @@
}
}
},
"CLIPTextEncodePixArtAlpha": {
"description": "텍스트를 인코딩하고 PixArt Alpha의 해상도 조건을 설정합니다. PixArt Sigma에는 적용되지 않습니다.",
"display_name": "CLIPTextEncodePixArtAlpha",
"inputs": {
"clip": {
"name": "클립"
},
"height": {
"name": "높이"
},
"text": {
"name": "텍스트"
},
"width": {
"name": "너비"
}
}
},
"CLIPTextEncodeSD3": {
"display_name": "CLIP 텍스트 인코딩 (SD3)",
"inputs": {