You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,13 +65,17 @@ python3 -m cube3d.generate \
65
65
--prompt "sleek vintage green couch with clean lines and velvet material"
66
66
```
67
67
68
+
> **Note**: `--fast-inference` is optional and may not be available for all GPU that have limited VRAM. This flag will also not work on MacOS.
69
+
68
70
The output will be an `.obj` file saved in the specified `output` directory.
69
71
70
72
If you want to render a turntable gif of the mesh, you can use the `--render-gif` flag, which will render a turntable gif of the mesh
71
73
and save it as `turntable.gif` in the specified `output` directory.
72
74
73
75
> **Note**: You must have Blender installed and available in your system's PATH to render the turntable GIF. You can download it from [Blender's official website](https://www.blender.org/). Ensure that the Blender executable is accessible from the command line.
74
76
77
+
> **Note**: If shape decoding is slow, you can try try to specify a lower resolution using the `--resolution-base` flag. A lower resolution will create a coarser and lower quality output mesh but faster decoding. Values between 4.0 and 9.0 are recommended.
78
+
75
79
#### 2. Shape Tokenization and De-tokenization
76
80
77
81
To tokenize a 3D shape into token indices and reconstruct it back, you can use the following command:
0 commit comments