diff --git a/README.md b/README.md index b35725455..c41be087e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Stable Diffusion - Automatic Heavily opinionated custom fork of + +- [WIKI](wiki) +- [Original README](docs/README.md) +- [Feature Showcase](docs/feature-showcase) diff --git a/config.json b/config.json index a44d0af9d..881ac2889 100644 --- a/config.json +++ b/config.json @@ -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 } \ No newline at end of file diff --git a/docs/feature-showcase b/docs/feature-showcase new file mode 160000 index 000000000..bc215ee5d --- /dev/null +++ b/docs/feature-showcase @@ -0,0 +1 @@ +Subproject commit bc215ee5d46ae238b8fa55120a34724825665b8f diff --git a/ui-config.json b/ui-config.json index 6524484a0..81bfe1e76 100644 --- a/ui-config.json +++ b/ui-config.json @@ -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" } \ No newline at end of file