Added support for Lodestone Rock's Chroma model

This commit is contained in:
Jaret Burkett
2025-04-05 13:21:36 -06:00
parent 2b901cca39
commit 7c21eac1b3
9 changed files with 1499 additions and 0 deletions

View File

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