fix
Browse files
pipelines/controlnetLoraSD15.py
CHANGED
|
@@ -180,7 +180,7 @@ class Pipeline:
|
|
| 180 |
base_model_id,
|
| 181 |
controlnet=controlnet_canny,
|
| 182 |
)
|
| 183 |
-
|
| 184 |
else:
|
| 185 |
for base_model_id in base_models.keys():
|
| 186 |
pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
|
|
|
|
| 180 |
base_model_id,
|
| 181 |
controlnet=controlnet_canny,
|
| 182 |
)
|
| 183 |
+
self.pipes[base_model_id] = pipe
|
| 184 |
else:
|
| 185 |
for base_model_id in base_models.keys():
|
| 186 |
pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
|