mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-23 15:59:32 +00:00
Added initial support for f-lite model
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from .chroma import ChromaModel
|
||||
from .hidream import HidreamModel
|
||||
from .f_light import FLiteModel
|
||||
|
||||
AI_TOOLKIT_MODELS = [
|
||||
# put a list of models here
|
||||
ChromaModel, HidreamModel
|
||||
ChromaModel, HidreamModel, FLiteModel
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user