Commit
·
cde9607
1
Parent(s):
691ecff
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
|
6 |
from diffusers import StableDiffusionPipeline
|
7 |
|
8 |
-
pipe = StableDiffusionPipeline.from_pretrained("sd-dreambooth-library/
|
9 |
|
10 |
prompt = "a photograph of an astronaut riding a horse"
|
11 |
|
|
|
5 |
|
6 |
from diffusers import StableDiffusionPipeline
|
7 |
|
8 |
+
pipe = StableDiffusionPipeline.from_pretrained("sd-dreambooth-library/fashion")
|
9 |
|
10 |
prompt = "a photograph of an astronaut riding a horse"
|
11 |
|