Spaces:
Runtime error
Runtime error
zhiweili
commited on
Commit
·
ff70f49
1
Parent(s):
8219169
add app_haircolor_inpainting
Browse files
app_haircolor_inpainting.py
CHANGED
|
@@ -53,7 +53,7 @@ basepipeline = DiffusionPipeline.from_pretrained(
|
|
| 53 |
torch_dtype=torch.float16,
|
| 54 |
use_safetensors=True,
|
| 55 |
adapter=adapters,
|
| 56 |
-
custom_pipeline="./pipelines/
|
| 57 |
)
|
| 58 |
|
| 59 |
basepipeline = basepipeline.to(DEVICE)
|
|
|
|
| 53 |
torch_dtype=torch.float16,
|
| 54 |
use_safetensors=True,
|
| 55 |
adapter=adapters,
|
| 56 |
+
custom_pipeline="./pipelines/pipeline_sdxl_adapter_inpaint.py",
|
| 57 |
)
|
| 58 |
|
| 59 |
basepipeline = basepipeline.to(DEVICE)
|