mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
add hunyuanimage-2.1
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -26,6 +26,11 @@ def is_compatible(diffusion_pipeline: diffusers.DiffusionPipeline) -> bool:
|
||||
return compatible
|
||||
|
||||
|
||||
def is_guider(diffusion_pipeline: diffusers.DiffusionPipeline) -> bool:
|
||||
guider = getattr(diffusion_pipeline, 'guider', None)
|
||||
return guider is not None
|
||||
|
||||
|
||||
def convert_to_modular(diffusion_pipeline: diffusers.DiffusionPipeline) -> diffusers.ModularPipeline:
|
||||
modular_pipe = None
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user