mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-03-13 14:39:50 +00:00
Added support for FLUX.1-Kontext-dev
This commit is contained in:
@@ -2,8 +2,9 @@ from .chroma import ChromaModel
|
||||
from .hidream import HidreamModel
|
||||
from .f_light import FLiteModel
|
||||
from .omnigen2 import OmniGen2Model
|
||||
from .flux_kontext import FluxKontextModel
|
||||
|
||||
AI_TOOLKIT_MODELS = [
|
||||
# put a list of models here
|
||||
ChromaModel, HidreamModel, FLiteModel, OmniGen2Model
|
||||
ChromaModel, HidreamModel, FLiteModel, OmniGen2Model, FluxKontextModel
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user