mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
Merge branch 'dev' into feature/chroma-support
This commit is contained in:
@@ -45,6 +45,8 @@ def get_model_type(pipe):
|
||||
model_type = 'sana'
|
||||
elif "HiDream" in name:
|
||||
model_type = 'h1'
|
||||
elif "Cosmos2TextToImage" in name:
|
||||
model_type = 'cosmos'
|
||||
# video models
|
||||
elif "CogVideo" in name:
|
||||
model_type = 'cogvideo'
|
||||
|
||||
Reference in New Issue
Block a user