Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,6 @@ duplicated_from: hf-internal-testing/tiny-stable-diffusion-torch
|
|
6 |
```python
|
7 |
from diffusers import StableDiffusionPipeline
|
8 |
|
9 |
-
pipe = StableDiffusionPipeline.from_pretrained("
|
10 |
```
|
11 |
|
|
|
6 |
```python
|
7 |
from diffusers import StableDiffusionPipeline
|
8 |
|
9 |
+
pipe = StableDiffusionPipeline.from_pretrained("Jingya/tiny-stable-diffusion-torch")
|
10 |
```
|
11 |
|