Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ Learn more about how to take advantage of the power of Habana HPUs to train and
|
|
8 |
|
9 |
## Stable Diffusion HPU configuration
|
10 |
|
11 |
-
This model only contains the `GaudiConfig` file for running **Stable Diffusion
|
12 |
|
13 |
**This model contains no model weights, only a GaudiConfig.**
|
14 |
|
@@ -30,7 +30,7 @@ from optimum.habana import GaudiConfig
|
|
30 |
from optimum.habana.diffusers import GaudiDDIMScheduler, GaudiStableDiffusionPipeline
|
31 |
|
32 |
|
33 |
-
model_name = "
|
34 |
|
35 |
scheduler = GaudiDDIMScheduler.from_pretrained(model_name, subfolder="scheduler")
|
36 |
|
|
|
8 |
|
9 |
## Stable Diffusion HPU configuration
|
10 |
|
11 |
+
This model only contains the `GaudiConfig` file for running **Stable Diffusion v1** (e.g. [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5)) on Habana's Gaudi processors (HPU).
|
12 |
|
13 |
**This model contains no model weights, only a GaudiConfig.**
|
14 |
|
|
|
30 |
from optimum.habana.diffusers import GaudiDDIMScheduler, GaudiStableDiffusionPipeline
|
31 |
|
32 |
|
33 |
+
model_name = "runwayml/stable-diffusion-v1-5"
|
34 |
|
35 |
scheduler = GaudiDDIMScheduler.from_pretrained(model_name, subfolder="scheduler")
|
36 |
|