mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-03-13 22:49:48 +00:00
Initial support for hidream. Still a WIP
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from .chroma import ChromaModel
|
||||
from .hidream import HidreamModel
|
||||
|
||||
AI_TOOLKIT_MODELS = [
|
||||
# put a list of models here
|
||||
ChromaModel
|
||||
ChromaModel, HidreamModel
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user