mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
add nvidia-cosmos-predict-2
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -42,6 +42,7 @@ pipelines = {
|
||||
'Amused': getattr(diffusers, 'AmusedPipeline', None),
|
||||
'HiDream': getattr(diffusers, 'HiDreamImagePipeline', None),
|
||||
'OmniGenPipeline': getattr(diffusers, 'OmniGenPipeline', None),
|
||||
'Cosmos': getattr(diffusers, 'Cosmos2TextToImagePipeline', None),
|
||||
|
||||
# dynamically imported and redefined later
|
||||
'Meissonic': getattr(diffusers, 'DiffusionPipeline', None), # dynamically redefined and loaded in sd_models.load_diffuser
|
||||
|
||||
Reference in New Issue
Block a user