Brian Fitzgerald commited on
Commit
7364cc1
1 Parent(s): acf1716

Update result image and README

Browse files
README.md CHANGED
@@ -64,10 +64,10 @@ git clone [email protected]:Stability-AI/sd3.5.git
64
  pip install -r requirements.txt
65
  ```
66
 
67
- Then, download the models and sample images like so:
68
 
69
  ```
70
- input/canny.png
71
  models/clip_g.safetensors
72
  models/clip_l.safetensors
73
  models/t5xxl.safetensors
@@ -77,12 +77,12 @@ models/canny_8b.safetensors
77
 
78
  and then you can run
79
  ```
80
- python sd3_infer.py --controlnet_ckpt models/depth_8b.safetensors --controlnet_cond_image input/depth.png --prompt "An adorable fluffy pastel creature"
81
  ```
82
 
83
  Which should give you an image like below:
84
 
85
- ![An adorable fluffy pastel creature](sample_result.png)
86
 
87
 
88
  ### Preprocessing
 
64
  pip install -r requirements.txt
65
  ```
66
 
67
+ Then, download the models and sample image like so:
68
 
69
  ```
70
+ input/sample_cond.png
71
  models/clip_g.safetensors
72
  models/clip_l.safetensors
73
  models/t5xxl.safetensors
 
77
 
78
  and then you can run
79
  ```
80
+ python sd3_infer.py --controlnet_ckpt models/depth_8b.safetensors --controlnet_cond_image input/sample_cond.png --prompt "A girl sitting in a cafe, cozy interior, HDR photograph"
81
  ```
82
 
83
  Which should give you an image like below:
84
 
85
+ ![A girl sitting in a cafe](sample_result.png)
86
 
87
 
88
  ### Preprocessing
sample_result.png → sample_cond.png RENAMED
File without changes
sample_depth.png ADDED

Git LFS Details

  • SHA256: f5498dd56351753a0ad29578759c37ebaa8e15ba1f35e5a293eaad2fc3a6193e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB