Spaces:
Runtime error
Runtime error
zhiweili
commited on
Commit
·
5c43d2c
1
Parent(s):
7688f40
fix unet
Browse files- app_masked.py +1 -1
app_masked.py
CHANGED
|
@@ -28,7 +28,7 @@ basepipeline = DiffusionPipeline.from_pretrained(
|
|
| 28 |
BASE_MODEL,
|
| 29 |
vae=vae,
|
| 30 |
torch_dtype=torch.float16,
|
| 31 |
-
use_safetensors=True,
|
| 32 |
custom_pipeline="./pipelines/masked_stable_diffusion_xl_img2img.py",
|
| 33 |
)
|
| 34 |
|
|
|
|
| 28 |
BASE_MODEL,
|
| 29 |
vae=vae,
|
| 30 |
torch_dtype=torch.float16,
|
| 31 |
+
# use_safetensors=True,
|
| 32 |
custom_pipeline="./pipelines/masked_stable_diffusion_xl_img2img.py",
|
| 33 |
)
|
| 34 |
|