Spaces:
Running
on
Zero
Running
on
Zero
zhiweili
commited on
Commit
•
9afe403
1
Parent(s):
ecf8ba9
fix not find the necessary
Browse files
app_haircolor_inpaint_adapter_15.py
CHANGED
@@ -68,7 +68,7 @@ adapters = adapters.to(torch.float16)
|
|
68 |
basepipeline = DiffusionPipeline.from_pretrained(
|
69 |
BASE_MODEL,
|
70 |
torch_dtype=torch.float16,
|
71 |
-
use_safetensors=True,
|
72 |
adapter=adapters,
|
73 |
custom_pipeline="./pipelines/pipeline_sd_adapter_inpaint.py",
|
74 |
)
|
|
|
68 |
basepipeline = DiffusionPipeline.from_pretrained(
|
69 |
BASE_MODEL,
|
70 |
torch_dtype=torch.float16,
|
71 |
+
# use_safetensors=True,
|
72 |
adapter=adapters,
|
73 |
custom_pipeline="./pipelines/pipeline_sd_adapter_inpaint.py",
|
74 |
)
|