Spaces:
dylanebert
/
Running on Zero

dylanebert HF staff commited on
Commit
9452eaa
1 Parent(s): 04605b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ os.makedirs(TMP_DIR, exist_ok=True)
18
 
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,
 
18
 
19
 
20
  image_pipeline = DiffusionPipeline.from_pretrained(
21
+ "dylanebert/imagedream",
22
  custom_pipeline="dylanebert/multi-view-diffusion",
23
  torch_dtype=torch.float16,
24
  trust_remote_code=True,