mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-11 17:07:14 +08:00
[Partner Nodes] fix(Tencent): restore Tencent3DPartNode FBX output via staged generation (#14867)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
This commit is contained in:
parent
89ecc5cf8c
commit
206b9245dc
@ -77,6 +77,7 @@ class To3DUVTaskRequest(BaseModel):
|
|||||||
|
|
||||||
class To3DPartTaskRequest(BaseModel):
|
class To3DPartTaskRequest(BaseModel):
|
||||||
File: TaskFile3DInput = Field(...)
|
File: TaskFile3DInput = Field(...)
|
||||||
|
EnableStagedGeneration: bool | None = Field(None)
|
||||||
|
|
||||||
|
|
||||||
class TextureEditImageInfo(BaseModel):
|
class TextureEditImageInfo(BaseModel):
|
||||||
|
|||||||
@ -642,6 +642,7 @@ class Tencent3DPartNode(IO.ComfyNode):
|
|||||||
response_model=To3DProTaskCreateResponse,
|
response_model=To3DProTaskCreateResponse,
|
||||||
data=To3DPartTaskRequest(
|
data=To3DPartTaskRequest(
|
||||||
File=TaskFile3DInput(Type=file_format.upper(), Url=model_url),
|
File=TaskFile3DInput(Type=file_format.upper(), Url=model_url),
|
||||||
|
EnableStagedGeneration=True,
|
||||||
),
|
),
|
||||||
is_rate_limited=_is_tencent_rate_limited,
|
is_rate_limited=_is_tencent_rate_limited,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user