Update README.md
Browse files
README.md
CHANGED
|
@@ -77,4 +77,5 @@ dpmsolver = DPMSolverMultistepScheduler.from_pretrained(
|
|
| 77 |
pipeline = StableDiffusionXLPipeline.from_pretrained(
|
| 78 |
model, scheduler=dpmsolver, torch.dtype=torch.float16,
|
| 79 |
).to("cuda")
|
| 80 |
-
```
|
|
|
|
|
|
| 77 |
pipeline = StableDiffusionXLPipeline.from_pretrained(
|
| 78 |
model, scheduler=dpmsolver, torch.dtype=torch.float16,
|
| 79 |
).to("cuda")
|
| 80 |
+
```
|
| 81 |
+
# That's all for this repo, have a nice day!
|