We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d953d commit c056ee3Copy full SHA for c056ee3
README.md
@@ -30,7 +30,7 @@ pip install -e .
30
31
To generate 3D models using the downloaded models simply run:
32
```bash
33
-python3 generate.py --gpt-ckpt-path model_weights/gpt.safetensors --shape-ckpt-path model_weights/shape.safetensors --prompt "A pair of noise-canceling headphones" --fast-inference
+python3 generate.py --gpt-ckpt-path model_weights/gpt.safetensors --shape-ckpt-path model_weights/shape.safetensors --prompt "sleek vintage green couch with clean lines and velvet material" --fast-inference
34
```
35
36
The output will be an `.obj` file saved in the specified `output` directory.
0 commit comments