1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
This commit is contained in:
Dhruv Nair
2023-12-29 14:39:12 +00:00
parent c6c8fc7fde
commit 6ba7a50a79

View File

@@ -191,7 +191,7 @@ def build_additional_components(
return kwargs.pop(component_name, None)
if component_name in pipeline_components:
return {}
return None
if pipeline_class_name == ["StableUnCLIPPipeline", "StableUnCLIPImg2ImgPipeline"]:
stable_unclip_components = create_stable_unclip_components(