twodgirl commited on
Commit
371b7a8
1 Parent(s): 27fc927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  pipeline_tag: text-to-image
4
  ---
5
 
6
- # Controlling Structure and Appearance for SSD-1B without Guidance
7
 
8
  The CtrlXStableDiffusionXLPipeline has been modified, since it had way too much TODO lines. Refiner phase is removed.
9
 
@@ -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 --structure_image images_ctrlx/horse__point_cloud.jpg --appearance_image images_ctrlx/horse.jpg --prompt "a photo of a horse standing on grass" --structure_prompt "3D point cloud of a horse"
22
  ```
23
 
24
  ## Disclaimer
 
3
  pipeline_tag: text-to-image
4
  ---
5
 
6
+ # Controlling Structure and Appearance for SSD-1B
7
 
8
  The CtrlXStableDiffusionXLPipeline has been modified, since it had way too much TODO lines. Refiner phase is removed.
9
 
 
18
  ## Inference
19
 
20
  ```python
21
+ python run_ctrlx.py --num_inference_steps 20 --guidance_scale 9.0 --model_offload --structure_image images_ctrlx/horse__point_cloud.jpg --appearance_image images_ctrlx/horse.jpg --prompt "a photo of a horse standing on grass" --structure_prompt "3D point cloud of a horse"
22
  ```
23
 
24
  ## Disclaimer