mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update config
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# Stable Diffusion - Automatic
|
||||
|
||||
Heavily opinionated custom fork of <https://github.com/AUTOMATIC1111/stable-diffusion-webui>
|
||||
|
||||
- [WIKI](wiki)
|
||||
- [Original README](docs/README.md)
|
||||
- [Feature Showcase](docs/feature-showcase)
|
||||
|
||||
+4
-3
@@ -50,13 +50,13 @@
|
||||
"multiple_tqdm": true,
|
||||
"unload_models_when_training": true,
|
||||
"pin_memory": true,
|
||||
"save_optimizer_state": true,
|
||||
"save_optimizer_state": false,
|
||||
"dataset_filename_word_regex": "",
|
||||
"dataset_filename_join_string": " ",
|
||||
"training_image_repeats_per_epoch": 1,
|
||||
"training_write_csv_every": 10.0,
|
||||
"training_xattention_optimizations": false,
|
||||
"sd_model_checkpoint": "sd21-hot-fantasy.safetensors [651c7c98]",
|
||||
"sd_model_checkpoint": "sd-v15-runwayml.ckpt [81761151]",
|
||||
"sd_checkpoint_cache": 0,
|
||||
"sd_vae": "vae-ft-mse-840000-ema-pruned",
|
||||
"sd_vae_as_default": false,
|
||||
@@ -151,5 +151,6 @@
|
||||
"ui_reorder": "sampler, dimensions, cfg, seed, checkboxes, hires_fix, batch, scripts",
|
||||
"always_discard_next_to_last_sigma": false,
|
||||
"clip_models_path": "models/CLIP",
|
||||
"save_training_settings_to_txt": true
|
||||
"save_training_settings_to_txt": true,
|
||||
"use_old_hires_fix_width_height": false
|
||||
}
|
||||
Submodule
+1
Submodule docs/feature-showcase added at bc215ee5d4
+3
-1
@@ -670,5 +670,7 @@
|
||||
"train/Prompt template/visible": true,
|
||||
"train/Prompt template/value": "subject_filewords.txt",
|
||||
"train/Do not resize images/visible": true,
|
||||
"train/Do not resize images/value": false
|
||||
"train/Do not resize images/value": false,
|
||||
"train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true,
|
||||
"train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0"
|
||||
}
|
||||
Reference in New Issue
Block a user