|
369 | 369 | }, |
370 | 370 | "control_after_generate": { |
371 | 371 | "name": "control after generate" |
| 372 | + } |
| 373 | + }, |
| 374 | + "outputs": { |
| 375 | + "0": { |
| 376 | + "tooltip": null |
372 | 377 | }, |
373 | | - "moderation_prompt_content_moderation": { |
374 | | - "name": "prompt_content_moderation" |
| 378 | + "1": { |
| 379 | + "name": "structured_prompt", |
| 380 | + "tooltip": null |
| 381 | + } |
| 382 | + } |
| 383 | + }, |
| 384 | + "BriaRemoveImageBackground": { |
| 385 | + "display_name": "Bria Remove Image Background", |
| 386 | + "description": "Remove the background from an image using Bria RMBG 2.0.", |
| 387 | + "inputs": { |
| 388 | + "image": { |
| 389 | + "name": "image" |
375 | 390 | }, |
376 | | - "moderation_visual_input_moderation": { |
377 | | - "name": "visual_input_moderation" |
| 391 | + "moderation": { |
| 392 | + "name": "moderation", |
| 393 | + "tooltip": "Moderation settings" |
| 394 | + }, |
| 395 | + "seed": { |
| 396 | + "name": "seed", |
| 397 | + "tooltip": "Seed controls whether the node should re-run; results are non-deterministic regardless of seed." |
378 | 398 | }, |
379 | | - "moderation_visual_output_moderation": { |
380 | | - "name": "visual_output_moderation" |
| 399 | + "control_after_generate": { |
| 400 | + "name": "control after generate" |
381 | 401 | } |
382 | 402 | }, |
383 | 403 | "outputs": { |
384 | 404 | "0": { |
385 | 405 | "tooltip": null |
| 406 | + } |
| 407 | + } |
| 408 | + }, |
| 409 | + "BriaRemoveVideoBackground": { |
| 410 | + "display_name": "Bria Remove Video Background", |
| 411 | + "description": "Remove the background from a video using Bria. ", |
| 412 | + "inputs": { |
| 413 | + "video": { |
| 414 | + "name": "video" |
386 | 415 | }, |
387 | | - "1": { |
388 | | - "name": "structured_prompt", |
| 416 | + "background_color": { |
| 417 | + "name": "background_color", |
| 418 | + "tooltip": "Background color for the output video." |
| 419 | + }, |
| 420 | + "seed": { |
| 421 | + "name": "seed", |
| 422 | + "tooltip": "Seed controls whether the node should re-run; results are non-deterministic regardless of seed." |
| 423 | + }, |
| 424 | + "control_after_generate": { |
| 425 | + "name": "control after generate" |
| 426 | + } |
| 427 | + }, |
| 428 | + "outputs": { |
| 429 | + "0": { |
389 | 430 | "tooltip": null |
390 | 431 | } |
391 | 432 | } |
|
14186 | 14227 | } |
14187 | 14228 | } |
14188 | 14229 | }, |
| 14230 | + "Tencent3DPartNode": { |
| 14231 | + "display_name": "Hunyuan3D: 3D Part", |
| 14232 | + "description": "Automatically perform component identification and generation based on the model structure.", |
| 14233 | + "inputs": { |
| 14234 | + "model_3d": { |
| 14235 | + "name": "model_3d", |
| 14236 | + "tooltip": "3D model in FBX format. Model should have less than 30000 faces." |
| 14237 | + }, |
| 14238 | + "seed": { |
| 14239 | + "name": "seed", |
| 14240 | + "tooltip": "Seed controls whether the node should re-run; results are non-deterministic regardless of seed." |
| 14241 | + }, |
| 14242 | + "control_after_generate": { |
| 14243 | + "name": "control after generate" |
| 14244 | + } |
| 14245 | + }, |
| 14246 | + "outputs": { |
| 14247 | + "0": { |
| 14248 | + "name": "FBX", |
| 14249 | + "tooltip": null |
| 14250 | + } |
| 14251 | + } |
| 14252 | + }, |
14189 | 14253 | "TencentImageToModelNode": { |
14190 | | - "display_name": "Hunyuan3D: Image(s) to Model (Pro)", |
| 14254 | + "display_name": "Hunyuan3D: Image(s) to Model", |
14191 | 14255 | "inputs": { |
14192 | 14256 | "model": { |
14193 | 14257 | "name": "model", |
|
14238 | 14302 | } |
14239 | 14303 | }, |
14240 | 14304 | "TencentTextToModelNode": { |
14241 | | - "display_name": "Hunyuan3D: Text to Model (Pro)", |
| 14305 | + "display_name": "Hunyuan3D: Text to Model", |
14242 | 14306 | "inputs": { |
14243 | 14307 | "model": { |
14244 | 14308 | "name": "model", |
|
0 commit comments