mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-24 16:29:26 +00:00
Added support for finetuning OmniGen2.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from .chroma import ChromaModel
|
||||
from .hidream import HidreamModel
|
||||
from .f_light import FLiteModel
|
||||
from .omnigen2 import OmniGen2Model
|
||||
|
||||
AI_TOOLKIT_MODELS = [
|
||||
# put a list of models here
|
||||
ChromaModel, HidreamModel, FLiteModel
|
||||
ChromaModel, HidreamModel, FLiteModel, OmniGen2Model
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user