S1T4L commited on
Commit
57feb46
·
verified ·
1 Parent(s): 633ba2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ from diffusers import DiffusionPipeline, EulerAncestralDiscreteScheduler
19
 
20
  # Load the pipeline
21
  pipeline = DiffusionPipeline.from_pretrained(
22
- "sudo-ai/zero123plus-v1.1", custom_pipeline="sudo-ai/zero123plus-pipeline",
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