Skip to content

Conversation

WhiteGiven
Copy link
Contributor

Add a new Rodin3D api-node: [Rodin 3D Generate - Gen-2 Generate]

Also, the parameters uploaded by nodes were modified:

quality -> quality_override: quality_override allows for more flexible control over the poly count of the generated models.

@bigcat88
Copy link
Contributor

PR looks good and is ready to merge. We will just need an additional small PR afterward to add the pricing to the https://github.com/Comfy-Org/ComfyUI_frontend repo.


A suggestion for future improvement:

Currently, all nodes create folders like 2025-09-24_17-02-53 for their result files. This was not an issue before ComfyUI supported parallel execution of API nodes. Now, however, there's a risk that results could be overwritten if two nodes complete in the same second.

To address this, I suggest either appending milliseconds to the folder name or implementing an incremental counter if such folder for saving already exists.

@WhiteGiven
Copy link
Contributor Author

WhiteGiven commented Sep 24, 2025

@bigcat88 Thanks for your suggestion! I've created a new PR to change the naming rule to use task UUIDs.

PR link:#10011

@comfyanonymous comfyanonymous merged commit 341b4ad into comfyanonymous:master Sep 24, 2025
9 checks passed
phdenzel added a commit to phdenzel/ComfyUI that referenced this pull request Sep 26, 2025
* 'master' of github.com:phdenzel/comfyUI:
  Make LatentCompositeMasked work with basic video latents. (comfyanonymous#10023)
  Fix memory leak by properly detaching model finalizer (comfyanonymous#9979)
  Fix issue with .view() in HuMo. (comfyanonymous#10014)
  Add new audio nodes (comfyanonymous#9908)
  Rodin3D - add [Rodin3D Gen-2 generate] api-node (comfyanonymous#9994)
Thor-ATX pushed a commit to asteriafilmco/ComfyUI that referenced this pull request Sep 26, 2025
…e-update

* commit '2b7f9a8196304badb5fe58e5c734e4b182ad0fdf': (91 commits)
  Fix the failing unit test. (comfyanonymous#10037)
  Make LatentCompositeMasked work with basic video latents. (comfyanonymous#10023)
  Fix memory leak by properly detaching model finalizer (comfyanonymous#9979)
  Fix issue with .view() in HuMo. (comfyanonymous#10014)
  Add new audio nodes (comfyanonymous#9908)
  Rodin3D - add [Rodin3D Gen-2 generate] api-node (comfyanonymous#9994)
  ComfyUI version 0.3.60
  feat(api-nodes): add wan t2i, t2v, i2v nodes (comfyanonymous#9996)
  update template to 0.1.86 (comfyanonymous#9998)
  Fix bug with WanAnimateToVideo. (comfyanonymous#9990)
  Fix bug with WanAnimateToVideo node. (comfyanonymous#9988)
  add offset param (comfyanonymous#9977)
  Support for qwen edit plus model. Use the new TextEncodeQwenImageEditPlus. (comfyanonymous#9986)
  Set some wan nodes as no longer experimental. (comfyanonymous#9976)
  Lower wan memory estimation value a bit. (comfyanonymous#9964)
  Fix LoRA Trainer bugs with FP8 models. (comfyanonymous#9854)
  [Reviving comfyanonymous#5709] Add strength input to Differential Diffusion (comfyanonymous#9957)
  Add inputs for character replacement to the WanAnimateToVideo node. (comfyanonymous#9960)
  Update WanAnimateToVideo to more easily extend videos. (comfyanonymous#9959)
  fix(seedream4): add flag to ignore error on partial success (comfyanonymous#9952)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants