rahul7star's picture
boilerplate
fcc02a2 verified
from .chroma import ChromaModel
from .hidream import HidreamModel
from .f_light import FLiteModel
AI_TOOLKIT_MODELS = [
# put a list of models here
ChromaModel, HidreamModel, FLiteModel
]