Rodin 3D Generate - Sketch Generate
Rodin Sketch Generate — the one with just one input, for wireframe-style drafts
- Images
- 3D Model Path
- GLB
Among Rodin's family of nearly-identical generation nodes, Rodin3D_Sketch is the odd one out: it only asks for an image and a seed, and it produces a sketch-style, wireframe-flavored draft model rather than a full textured mesh. That stripped-down schema isn't an accident - the Sketch tier is about capturing form and proportion fast, before you commit credits to a detailed generation.
And "stripped down" extends to everything: this is still a paid cloud API node (Comfy Org account + credits, flat ~$0.40), so even a sketch costs a run. But a sketch run is the cheap insurance policy that tells you whether the silhouette is worth polishing. In a wider workflow it belongs at the front - the node you run on a batch of concept images before spending real money on any of them.
How it works
The node's code is revealing: unlike its siblings, it doesn't expose Material_Type or Polygon_count at all. It hardcodes the material to PBR, a fixed 18K-quad quality, and sends the Sketch tier to Rodin's API via Comfy's cloud proxy. Upload the image, poll, and the result lands in output/Rodin3D_<uuid>/ as a GLB. You get form, not finish.
The inputs that matter
There are only two:
- Images - your reference image(s). This is the entire creative input; the sketch is only as good as the silhouette you feed it.
- Seed - 0–65535. As everywhere in this family, it's a re-run control; results stay non-deterministic.
Outputs: 3D Model Path (STRING) and GLB.
Sketch is also quietly useful for camera and orientation testing. Because it returns a fast, low-commitment mesh, you can feed it the same image several times to check how the reconstruction handles different compositions or poses before you lock in a final concept. It won't tell you much about textures or materials - those are fixed and simple in this tier - but it's a reliable early-warning system for geometry that's going to fail.
Common issues
The main confusion is expecting a textured result and getting a draft. That's not a bug - Sketch deliberately skips the material and polygon controls, so if you need a finished asset, use Rodin3D_Regular or Gen-2 instead. Its real use case is pre-flight checking: run a sketch on a batch of concept images, pick the strongest silhouettes, and only pay for full generations on the winners. One more thing worth knowing: because it's cloud-based, a "quick sketch" still takes a minute or two of polling plus a credit - it's cheaper than a full run, not free. If you want truly free silhouette testing, generate a local image first; the sketch node then tells you how well that image will reconstruct.
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| Images | IMAGE | — | |
| Seedopt | INT | 00–65535 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| 3D Model Path | STRING | — |
| GLB | FILE_3D_GLB | — |