alfredplpl
commited on
Commit
•
0cbe246
1
Parent(s):
a65db22
Fix readme
Browse files
README.md
CHANGED
@@ -68,7 +68,6 @@ import torch
|
|
68 |
|
69 |
model_id = "alfredplpl/cool-japan-diffusion-for-learning-2-0"
|
70 |
|
71 |
-
# Use the Euler scheduler here instead
|
72 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
73 |
pipe = pipe.to("cuda")
|
74 |
|
|
|
68 |
|
69 |
model_id = "alfredplpl/cool-japan-diffusion-for-learning-2-0"
|
70 |
|
|
|
71 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
72 |
pipe = pipe.to("cuda")
|
73 |
|