Brian Fitzgerald commited on
Commit
7038f58
1 Parent(s): 56bf7c1

Wording fixes

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. sample_result.png +3 -0
README.md CHANGED
@@ -36,12 +36,12 @@ language:
36
  pipeline_tag: text-to-image
37
  ---
38
 
39
- # Stable Diffusion 3.5 Large Controlnet - Depth
40
  ![ControlNet Demo Image](header.png)
41
 
42
  ## Model
43
 
44
- This repository provides the Depth ControlNet [Stable Diffusion 3.5 Large.](https://stability.ai/news/introducing-stable-diffusion-3-5).
45
 
46
  Please note: This model is released under the [Stability Community License](https://stability.ai/community-license-agreement). Visit [Stability AI](https://stability.ai/license) to learn or [contact us](https://stability.ai/enterprise) for commercial licensing details.
47
 
@@ -67,7 +67,7 @@ pip install -r requirements.txt
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,7 +77,7 @@ 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:
 
36
  pipeline_tag: text-to-image
37
  ---
38
 
39
+ # Stable Diffusion 3.5 Large Controlnet - Canny
40
  ![ControlNet Demo Image](header.png)
41
 
42
  ## Model
43
 
44
+ This repository provides the Canny ControlNet for [Stable Diffusion 3.5 Large.](https://stability.ai/news/introducing-stable-diffusion-3-5).
45
 
46
  Please note: This model is released under the [Stability Community License](https://stability.ai/community-license-agreement). Visit [Stability AI](https://stability.ai/license) to learn or [contact us](https://stability.ai/enterprise) for commercial licensing details.
47
 
 
67
  Then, download the models and sample images 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/canny_8b.safetensors --controlnet_cond_image sample_cond.png --prompt "An adorable fluffy pastel creature"
81
  ```
82
 
83
  Which should give you an image like below:
sample_result.png ADDED

Git LFS Details

  • SHA256: 483aa1017a90fb48350203c469dcd90eabc6959d6bae5692e2f44ed961c5f42f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB