Update test weights
This commit is contained in:
parent
0b5f3475e2
commit
dadbeda197
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in New Issue