Spaces:
Running
on
Zero
Running
on
Zero
Update pipeline_controlnet_xs_sd_xl_instantid.py
Browse files
pipeline_controlnet_xs_sd_xl_instantid.py
CHANGED
@@ -503,7 +503,7 @@ class LongPromptWeight(object):
|
|
503 |
return prompt_embeds
|
504 |
|
505 |
|
506 |
-
class
|
507 |
DiffusionPipeline,
|
508 |
TextualInversionLoaderMixin,
|
509 |
StableDiffusionXLLoraLoaderMixin,
|
|
|
503 |
return prompt_embeds
|
504 |
|
505 |
|
506 |
+
class StableDiffusionXLInstantIDXSPipeline(
|
507 |
DiffusionPipeline,
|
508 |
TextualInversionLoaderMixin,
|
509 |
StableDiffusionXLLoraLoaderMixin,
|