Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ pip install accelerate diffusers gradio torch safetensors transformers
|
|
18 |
## Inference
|
19 |
|
20 |
```python
|
21 |
-
python run_ctrlx.py --num_inference_steps 20 --guidance_scale 9.0 --model_offload --structure_image
|
22 |
```
|
23 |
|
24 |
## Disclaimer
|
|
|
18 |
## Inference
|
19 |
|
20 |
```python
|
21 |
+
python run_ctrlx.py --num_inference_steps 20 --guidance_scale 9.0 --model_offload --structure_image images/horse__point_cloud.jpg --appearance_image images/horse.jpg --prompt "a photo of a horse standing on grass" --structure_prompt "3D point cloud of a horse"
|
22 |
```
|
23 |
|
24 |
## Disclaimer
|