mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-28 10:11:14 +00:00
Added support for Lodestone Rock's Chroma model
This commit is contained in:
6
extensions_built_in/diffusion_models/__init__.py
Normal file
6
extensions_built_in/diffusion_models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .chroma import ChromaModel
|
||||
|
||||
AI_TOOLKIT_MODELS = [
|
||||
# put a list of models here
|
||||
ChromaModel
|
||||
]
|
||||
Reference in New Issue
Block a user