mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Update test weights
This commit is contained in:
@@ -48,7 +48,7 @@ scheduler_config = {
|
||||
|
||||
MISTRAL_PATH = "mistralai/Mistral-Small-3.1-24B-Instruct-2503"
|
||||
FLUX2_VAE_FILENAME = "flux2-vae.sft"
|
||||
FLUX2_TRANSFORMER_FILENAME = "flux-dev-dummy.sft"
|
||||
FLUX2_TRANSFORMER_FILENAME = "flux2-final-dev.sft"
|
||||
|
||||
HF_TOKEN = os.getenv("HF_TOKEN", None)
|
||||
|
||||
|
||||
@@ -471,7 +471,7 @@ export const modelArchs: ModelArch[] = [
|
||||
group: 'image',
|
||||
defaults: {
|
||||
// default updates when [selected, unselected] in the UI
|
||||
'config.process[0].model.name_or_path': ['ai-toolkit/f2-dummy', defaultNameOrPath],
|
||||
'config.process[0].model.name_or_path': ['ostris/f2', defaultNameOrPath],
|
||||
'config.process[0].model.quantize': [true, false],
|
||||
'config.process[0].model.quantize_te': [true, false],
|
||||
'config.process[0].model.low_vram': [true, false],
|
||||
|
||||
Reference in New Issue
Block a user