carlosabadia
commited on
Commit
•
14c90b0
1
Parent(s):
feb3aff
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,6 @@ Model supported in a [Gradio](https://github.com/gradio-app/gradio) Web UI and C
|
|
43 |
import torch
|
44 |
from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
|
45 |
|
46 |
-
|
47 |
pipe = StableDiffusionPipeline.from_pretrained(
|
48 |
"carlosabadia/hasbulla",
|
49 |
scheduler = DPMSolverMultistepScheduler.from_pretrained("carlosabadia/hasbulla", subfolder="scheduler"),
|
|
|
43 |
import torch
|
44 |
from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
|
45 |
|
|
|
46 |
pipe = StableDiffusionPipeline.from_pretrained(
|
47 |
"carlosabadia/hasbulla",
|
48 |
scheduler = DPMSolverMultistepScheduler.from_pretrained("carlosabadia/hasbulla", subfolder="scheduler"),
|