Spaces:
Running
Running
File size: 197 Bytes
fcc02a2 |
1 2 3 4 5 6 7 8 9 |
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
]
|