mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-25 10:22:12 +08:00
[Partner Nodes] feat(Bytedance): add new Seedream node with Fast Mode widget (#15750)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
(cherry picked from commit 18c9aa4873)
This commit is contained in:
@@ -18,7 +18,8 @@ class Seedream4Options(BaseModel):
|
||||
|
||||
|
||||
class Seedream5OptimizePromptOptions(BaseModel):
|
||||
thinking: Literal["auto", "enabled", "disabled"] = Field(...)
|
||||
thinking: Literal["auto", "enabled", "disabled"] | None = Field(None)
|
||||
mode: Literal["standard", "fast"] | None = Field(None)
|
||||
|
||||
|
||||
class Seedream4TaskCreationRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user