mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-28 10:11:14 +00:00
Refactor qwen5b model code to be qwen 5b specific
This commit is contained in:
@@ -3,7 +3,7 @@ from .hidream import HidreamModel, HidreamE1Model
|
||||
from .f_light import FLiteModel
|
||||
from .omnigen2 import OmniGen2Model
|
||||
from .flux_kontext import FluxKontextModel
|
||||
from .wan22 import Wan22Model
|
||||
from .wan22 import Wan225bModel
|
||||
from .qwen_image import QwenImageModel
|
||||
|
||||
AI_TOOLKIT_MODELS = [
|
||||
@@ -14,6 +14,6 @@ AI_TOOLKIT_MODELS = [
|
||||
FLiteModel,
|
||||
OmniGen2Model,
|
||||
FluxKontextModel,
|
||||
Wan22Model,
|
||||
Wan225bModel,
|
||||
QwenImageModel,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user