Merge branch 'dev' into feature/chroma-support

This commit is contained in:
Vladimir Mandic
2025-06-26 13:06:31 -04:00
committed by GitHub
15 changed files with 157 additions and 11 deletions
+2
View File
@@ -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'