Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
60ec6e1
1
Parent(s):
03bad2b
Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,7 @@ print('Loading VAE took: ', elapsed_time, 'seconds')
|
|
131 |
st = time.time()
|
132 |
|
133 |
pipe = StableDiffusionXLInstantIDImg2ImgPipeline.from_pretrained("rubbrband/albedobaseXL_v21",
|
|
|
134 |
controlnet=[identitynet, zoedepthnet],
|
135 |
torch_dtype=torch.float16)
|
136 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config, use_karras_sigmas=True)
|
|
|
131 |
st = time.time()
|
132 |
|
133 |
pipe = StableDiffusionXLInstantIDImg2ImgPipeline.from_pretrained("rubbrband/albedobaseXL_v21",
|
134 |
+
vae=vae,
|
135 |
controlnet=[identitynet, zoedepthnet],
|
136 |
torch_dtype=torch.float16)
|
137 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config, use_karras_sigmas=True)
|