Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ from torch import autocast
|
|
| 35 |
pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/dreambooth-avatar", torch_dtype=torch.float16)
|
| 36 |
pipe = pipe.to("cuda")
|
| 37 |
|
| 38 |
-
prompt = "Yoda, avatarart style
|
| 39 |
scale = 7.5
|
| 40 |
n_samples = 4
|
| 41 |
|
|
|
|
| 35 |
pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/dreambooth-avatar", torch_dtype=torch.float16)
|
| 36 |
pipe = pipe.to("cuda")
|
| 37 |
|
| 38 |
+
prompt = "Yoda, avatarart style"
|
| 39 |
scale = 7.5
|
| 40 |
n_samples = 4
|
| 41 |
|