Spaces:
Running
on
A10G
Running
on
A10G
fix
Browse files
app.py
CHANGED
@@ -38,7 +38,8 @@ pipeline_mapping = {
|
|
38 |
),
|
39 |
"SD T2I Adapters": (
|
40 |
StableDiffusionAdapterPipeline,
|
41 |
-
"CompVis/stable-diffusion-v1-4"
|
|
|
42 |
),
|
43 |
"SDXL T2I": (DiffusionPipeline, "stabilityai/stable-diffusion-xl-base-1.0"),
|
44 |
"SDXL I2I": (
|
|
|
38 |
),
|
39 |
"SD T2I Adapters": (
|
40 |
StableDiffusionAdapterPipeline,
|
41 |
+
"CompVis/stable-diffusion-v1-4",
|
42 |
+
"TencentARC/t2iadapter_canny_sd14v1",
|
43 |
),
|
44 |
"SDXL T2I": (DiffusionPipeline, "stabilityai/stable-diffusion-xl-base-1.0"),
|
45 |
"SDXL I2I": (
|