Not seeing anything in the Training Checkpoints section
bugquestion1 / 0 magicwebui
Hello,
First time using simple tuner, any idea what I'm doing wrong?
Seems like everything is configured correctly and I see the checkpoints and validation images on disk, just not in the web UI:
Thanks.
<img width="2474" height="1441" alt="Image" src="https://github.com/user-attachments/assets/0b1e395f-f639-467f-aec6-f687aa98696c" />
```
{
"checkpoint_step_interval": 250,
"data_backend_config": "/home/ubuntu/AI/SimpleTuner/config/9b-goat/multidatabackend.json",
"disable_multiline_split": false,
"distillation_method": "",
"dynamo_mode": "",
"evaluation_type": "none",
"flow_schedule_auto_shift": true,
"gradient_checkpointing": true,
"group_offload_to_disk_path": "",
"learning_rate": 0.00003,
"lora_rank": 32,
"lr_end": 0.000006,
"lr_scheduler": "polynomial",
"lr_warmup_steps": 50,
"lycoris_config": "/home/ubuntu/AI/SimpleTuner/config/lycoris_config.json",
"max_train_steps": 3000,
"model_family": "flux2",
"model_flavour": "klein-9b",
"model_type": "lora",
"num_train_epochs": 0,
"optimizer": "adamw_bf16",
"output_dir": "/mnt/LORAS/simpletuner/output/9b-goat",
"pretrained_model_name_or_path": "/mnt/MODELS/flux-2-klein-base-9b",
"publishing_config": "",
"report_to": "tensorboard",
"resume_from_checkpoint": "",
"scheduled_sampling_reflexflow": false,
"seed": 42,
"skip_file_discovery": "",
"tracker_project_name": "9b-goat",
"tracker_run_name": "9b-goat",
"train_batch_size": 1,
"validation_noise_scheduler": "",
"validation_prompt": "Aimee. Low angle selfie. Reclined on sunbed. Sunbathing. Blue sky. Sunny day. Wearing a shiny pink bikini",
"validation_step_interval": 250,
"validation_using_datasets": false
}
((venv) ) ubuntu@ubuntu-System-Product-Name:~/AI/SimpleTuner$ ls /mnt/LORAS/simpletuner/output/9b-goat
all_image_files_9b-goat-images.json aspect_resolution_map-1.048576.json checkpoint-1000 checkpoint-1750 logs
all_text_cache_files_9b-goat-text-embeds.json benchmarks checkpoint-1250 checkpoint-2000 validation_images
all_vae_cache_files_9b-goat-images.json cache checkpoint-1500 checkpoint-2250
```
1 条评论