Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ from diffusers import DiffusionPipeline, EulerAncestralDiscreteScheduler
|
|
19 |
|
20 |
# Load the pipeline
|
21 |
pipeline = DiffusionPipeline.from_pretrained(
|
22 |
-
"
|
23 |
torch_dtype=torch.float16
|
24 |
)
|
25 |
# Feel free to tune the scheduler
|
|
|
19 |
|
20 |
# Load the pipeline
|
21 |
pipeline = DiffusionPipeline.from_pretrained(
|
22 |
+
"S1T4L/Zero123pp_custom", custom_pipeline="S1T4L/Zero123pp_custom_pipeline",
|
23 |
torch_dtype=torch.float16
|
24 |
)
|
25 |
# Feel free to tune the scheduler
|