Spaces:
dylanebert
/
Running on Zero

dylanebert HF staff commited on
Commit
04605b1
·
verified ·
1 Parent(s): 1803df3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ os.makedirs(TMP_DIR, exist_ok=True)
19
 
20
  image_pipeline = DiffusionPipeline.from_pretrained(
21
  "ashawkey/imagedream-ipmv-diffusers",
22
- custom_pipeline="dylanebert/multi_view_diffusion",
23
  torch_dtype=torch.float16,
24
  trust_remote_code=True,
25
  ).to("cuda")
 
19
 
20
  image_pipeline = DiffusionPipeline.from_pretrained(
21
  "ashawkey/imagedream-ipmv-diffusers",
22
+ custom_pipeline="dylanebert/multi-view-diffusion",
23
  torch_dtype=torch.float16,
24
  trust_remote_code=True,
25
  ).to("cuda")