You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
+29-8
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ The abstract from the paper is:
21
21
22
22
## Usage Example
23
23
24
-
_As the model is gated, before using it with diffusers you first need to go to the [Stable Diffusion 3 Medium Hugging Face page](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers), fill in the form and accept the gate. Once you are in, you need to login so that your system knows you’ve accepted the gate._
24
+
_As the model is gated, before using it with diffusers you first need to go to the [Stable Diffusion 3 Medium Hugging Face page](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers), fill in the form and accept the gate. Once you are in, you need to login so that your system knows you’ve accepted the gate._
25
25
26
-
Use the command below to log in:
26
+
Use the command below to log in:
27
27
28
28
```bash
29
29
huggingface-cli login
@@ -211,17 +211,38 @@ model = SD3Transformer2DModel.from_single_file("https://huggingface.co/stability
211
211
212
212
## Loading the single checkpoint for the `StableDiffusion3Pipeline`
0 commit comments