Commit
·
e7c9df7
1
Parent(s):
2bd62ff
feat: upload reserval-v6-base_model checkpoint
Browse files
reserval-v7_config/config_file.toml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
[model_arguments]
|
| 2 |
v2 = true
|
| 3 |
v_parameterization = true
|
| 4 |
-
pretrained_model_name_or_path = "/content/pretrained_model/
|
| 5 |
|
| 6 |
[optimizer_arguments]
|
| 7 |
min_snr_gamma = 5
|
|
@@ -18,7 +18,7 @@ vae_batch_size = 1
|
|
| 18 |
|
| 19 |
[training_arguments]
|
| 20 |
output_dir = "/content/dreambooth/output"
|
| 21 |
-
output_name = "reserval-v6-
|
| 22 |
save_precision = "fp16"
|
| 23 |
save_n_epoch_ratio = 1
|
| 24 |
save_state = true
|
|
@@ -34,7 +34,7 @@ gradient_checkpointing = false
|
|
| 34 |
gradient_accumulation_steps = 1
|
| 35 |
mixed_precision = "fp16"
|
| 36 |
logging_dir = "/content/dreambooth/logs"
|
| 37 |
-
log_prefix = "reserval-v6-
|
| 38 |
|
| 39 |
[sample_prompt_arguments]
|
| 40 |
sample_every_n_steps = 100
|
|
|
|
| 1 |
[model_arguments]
|
| 2 |
v2 = true
|
| 3 |
v_parameterization = true
|
| 4 |
+
pretrained_model_name_or_path = "/content/pretrained_model/Replicant-V3.0_fp16.safetensors"
|
| 5 |
|
| 6 |
[optimizer_arguments]
|
| 7 |
min_snr_gamma = 5
|
|
|
|
| 18 |
|
| 19 |
[training_arguments]
|
| 20 |
output_dir = "/content/dreambooth/output"
|
| 21 |
+
output_name = "reserval-v6-base_model"
|
| 22 |
save_precision = "fp16"
|
| 23 |
save_n_epoch_ratio = 1
|
| 24 |
save_state = true
|
|
|
|
| 34 |
gradient_accumulation_steps = 1
|
| 35 |
mixed_precision = "fp16"
|
| 36 |
logging_dir = "/content/dreambooth/logs"
|
| 37 |
+
log_prefix = "reserval-v6-base_model"
|
| 38 |
|
| 39 |
[sample_prompt_arguments]
|
| 40 |
sample_every_n_steps = 100
|