add sa solver and prototype instaflow

This commit is contained in:
Vladimir Mandic
2024-01-31 09:51:34 -05:00
parent b1ccadf793
commit 09d1f1e788
12 changed files with 108 additions and 86 deletions
+1
View File
@@ -47,6 +47,7 @@ def get_pipelines():
'Kandinsky 3': getattr(diffusers, 'Kandinsky3Pipeline', None),
'DeepFloyd IF': getattr(diffusers, 'IFPipeline', None),
'Custom Diffusers Pipeline': getattr(diffusers, 'DiffusionPipeline', None),
'InstaFlow': diffusers.utils.get_class_from_dynamic_module('instaflow_one_step', module_file='pipeline.py')
# Segmind SSD-1B, Segmind Tiny
}
for k, v in pipelines.items():