Skip to content

Commit c056ee3

Browse files
authored
Update README.md
1 parent c8d953d commit c056ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install -e .
3030

3131
To generate 3D models using the downloaded models simply run:
3232
```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
33+
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
3434
```
3535

3636
The output will be an `.obj` file saved in the specified `output` directory.

0 commit comments

Comments
 (0)