Initial support for hidream. Still a WIP

This commit is contained in:
Jaret Burkett
2025-04-13 13:50:11 -06:00
parent ca3ce0f34c
commit 594e166ca3
13 changed files with 3434 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
from .chroma import ChromaModel
from .hidream import HidreamModel
AI_TOOLKIT_MODELS = [
# put a list of models here
ChromaModel
ChromaModel, HidreamModel
]