wolverinn commited on
Commit
3d0ccaa
1 Parent(s): 99a5bb3

upload lfs

Browse files
.gitignore CHANGED
@@ -1,27 +1,18 @@
1
  __pycache__
2
- *.ckpt
3
- *.safetensors
4
- *.pth
5
  /ESRGAN/*
6
  /SwinIR/*
7
- /repositories
8
  /venv
9
  /tmp
10
- /model.ckpt
11
- /models/**/*
12
  /GFPGANv1.3.pth
13
  /gfpgan/weights/*.pth
14
  /ui-config.json
15
  /outputs
16
- /config.json
17
  /log
18
  /webui.settings.bat
19
  /embeddings
20
  /styles.csv
21
  /params.txt
22
  /styles.csv.bak
23
- /webui-user.bat
24
- /webui-user.sh
25
  /interrogate
26
  /user.css
27
  /.idea
 
1
  __pycache__
 
 
 
2
  /ESRGAN/*
3
  /SwinIR/*
 
4
  /venv
5
  /tmp
 
 
6
  /GFPGANv1.3.pth
7
  /gfpgan/weights/*.pth
8
  /ui-config.json
9
  /outputs
 
10
  /log
11
  /webui.settings.bat
12
  /embeddings
13
  /styles.csv
14
  /params.txt
15
  /styles.csv.bak
 
 
16
  /interrogate
17
  /user.css
18
  /.idea
config.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "samples_save": true,
3
+ "samples_format": "png",
4
+ "samples_filename_pattern": "",
5
+ "save_images_add_number": true,
6
+ "grid_save": true,
7
+ "grid_format": "png",
8
+ "grid_extended_filename": false,
9
+ "grid_only_if_multiple": true,
10
+ "grid_prevent_empty_spots": false,
11
+ "n_rows": -1,
12
+ "enable_pnginfo": true,
13
+ "save_txt": false,
14
+ "save_images_before_face_restoration": false,
15
+ "save_images_before_highres_fix": false,
16
+ "save_images_before_color_correction": false,
17
+ "jpeg_quality": 80,
18
+ "export_for_4chan": true,
19
+ "img_downscale_threshold": 4.0,
20
+ "target_side_length": 4000,
21
+ "use_original_name_batch": true,
22
+ "use_upscaler_name_as_suffix": false,
23
+ "save_selected_only": true,
24
+ "do_not_add_watermark": false,
25
+ "temp_dir": "",
26
+ "clean_temp_dir_at_start": false,
27
+ "outdir_samples": "",
28
+ "outdir_txt2img_samples": "outputs/txt2img-images",
29
+ "outdir_img2img_samples": "outputs/img2img-images",
30
+ "outdir_extras_samples": "outputs/extras-images",
31
+ "outdir_grids": "",
32
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
33
+ "outdir_img2img_grids": "outputs/img2img-grids",
34
+ "outdir_save": "log/images",
35
+ "save_to_dirs": true,
36
+ "grid_save_to_dirs": true,
37
+ "use_save_to_dirs_for_ui": false,
38
+ "directories_filename_pattern": "[date]",
39
+ "directories_max_prompt_words": 8,
40
+ "ESRGAN_tile": 192,
41
+ "ESRGAN_tile_overlap": 8,
42
+ "realesrgan_enabled_models": [
43
+ "R-ESRGAN 4x+",
44
+ "R-ESRGAN 4x+ Anime6B"
45
+ ],
46
+ "upscaler_for_img2img": null,
47
+ "face_restoration_model": "CodeFormer",
48
+ "code_former_weight": 0.5,
49
+ "face_restoration_unload": false,
50
+ "show_warnings": false,
51
+ "memmon_poll_rate": 8,
52
+ "samples_log_stdout": false,
53
+ "multiple_tqdm": true,
54
+ "print_hypernet_extra": false,
55
+ "unload_models_when_training": false,
56
+ "pin_memory": false,
57
+ "save_optimizer_state": false,
58
+ "save_training_settings_to_txt": true,
59
+ "dataset_filename_word_regex": "",
60
+ "dataset_filename_join_string": " ",
61
+ "training_image_repeats_per_epoch": 1,
62
+ "training_write_csv_every": 500,
63
+ "training_xattention_optimizations": false,
64
+ "training_enable_tensorboard": false,
65
+ "training_tensorboard_save_images": false,
66
+ "training_tensorboard_flush_every": 120,
67
+ "sd_model_checkpoint": "chilloutmix_NiPrunedFp32Fix.safetensors [fc2511737a]",
68
+ "sd_checkpoint_cache": 0,
69
+ "sd_vae_checkpoint_cache": 0,
70
+ "sd_vae": "Automatic",
71
+ "sd_vae_as_default": true,
72
+ "inpainting_mask_weight": 1.0,
73
+ "initial_noise_multiplier": 1.0,
74
+ "img2img_color_correction": false,
75
+ "img2img_fix_steps": false,
76
+ "img2img_background_color": "#ffffff",
77
+ "enable_quantization": false,
78
+ "enable_emphasis": true,
79
+ "enable_batch_seeds": true,
80
+ "comma_padding_backtrack": 20,
81
+ "CLIP_stop_at_last_layers": 1,
82
+ "upcast_attn": false,
83
+ "use_old_emphasis_implementation": false,
84
+ "use_old_karras_scheduler_sigmas": false,
85
+ "no_dpmpp_sde_batch_determinism": false,
86
+ "use_old_hires_fix_width_height": false,
87
+ "interrogate_keep_models_in_memory": false,
88
+ "interrogate_return_ranks": false,
89
+ "interrogate_clip_num_beams": 1,
90
+ "interrogate_clip_min_length": 24,
91
+ "interrogate_clip_max_length": 48,
92
+ "interrogate_clip_dict_limit": 1500,
93
+ "interrogate_clip_skip_categories": [],
94
+ "interrogate_deepbooru_score_threshold": 0.5,
95
+ "deepbooru_sort_alpha": true,
96
+ "deepbooru_use_spaces": false,
97
+ "deepbooru_escape": true,
98
+ "deepbooru_filter_tags": "",
99
+ "extra_networks_default_view": "cards",
100
+ "extra_networks_default_multiplier": 1.0,
101
+ "sd_hypernetwork": "None",
102
+ "return_grid": true,
103
+ "do_not_show_images": false,
104
+ "add_model_hash_to_info": true,
105
+ "add_model_name_to_info": true,
106
+ "disable_weights_auto_swap": true,
107
+ "send_seed": true,
108
+ "send_size": true,
109
+ "font": "",
110
+ "js_modal_lightbox": true,
111
+ "js_modal_lightbox_initially_zoomed": true,
112
+ "show_progress_in_title": true,
113
+ "samplers_in_dropdown": true,
114
+ "dimensions_and_batch_together": true,
115
+ "keyedit_precision_attention": 0.1,
116
+ "keyedit_precision_extra": 0.05,
117
+ "quicksettings": "sd_model_checkpoint",
118
+ "ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
119
+ "ui_extra_networks_tab_reorder": "",
120
+ "localization": "zh_CN",
121
+ "show_progressbar": true,
122
+ "live_previews_enable": true,
123
+ "show_progress_grid": true,
124
+ "show_progress_every_n_steps": 10,
125
+ "show_progress_type": "Approx NN",
126
+ "live_preview_content": "Prompt",
127
+ "live_preview_refresh_period": 1000,
128
+ "hide_samplers": [],
129
+ "eta_ddim": 0.0,
130
+ "eta_ancestral": 1.0,
131
+ "ddim_discretize": "uniform",
132
+ "s_churn": 0.0,
133
+ "s_tmin": 0.0,
134
+ "s_noise": 1.0,
135
+ "eta_noise_seed_delta": 0,
136
+ "always_discard_next_to_last_sigma": false,
137
+ "postprocessing_enable_in_main_ui": [],
138
+ "postprocessing_operation_order": [],
139
+ "upscaling_max_images_in_cache": 5,
140
+ "disabled_extensions": [],
141
+ "sd_checkpoint_hash": "fc2511737a54c5e80b89ab03e0ab4b98d051ab187f92860f3cd664dc9d08b271",
142
+ "ldsr_steps": 100,
143
+ "ldsr_cached": false,
144
+ "SWIN_tile": 192,
145
+ "SWIN_tile_overlap": 8,
146
+ "sd_lora": "None",
147
+ "lora_apply_to_outputs": false
148
+ }
models/Lora/koreanDollLikeness_v10.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62efe75048d55a096a238c6e8c4e12d61b36bf59e388a90589335f750923954c
3
+ size 151116540
models/Lora/stLouisLuxuriousWheels_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1efd7b748634120b70343bc3c3b425c06c51548431a1264a2fcb5368352349f
3
+ size 151112068
models/Lora/taiwanDollLikeness_v10.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bbaabc04553d5821a3a45e4de5a02b2e66ecb00da677dd8ae862efd8ba59050
3
+ size 151116105
models/Stable-diffusion/Put Stable Diffusion checkpoints here.txt ADDED
File without changes
models/Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc2511737a54c5e80b89ab03e0ab4b98d051ab187f92860f3cd664dc9d08b271
3
+ size 4265097179
models/VAE-approx/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f88c9078bb2238cdd0d8864671dd33e3f42e091e41f08903f3c15e4a54a9b39
3
+ size 213777
models/VAE/Put VAE here.txt ADDED
File without changes
models/VAE/vae-ft-mse-840000-ema-pruned.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a580b13a5bc05a5e16e4dbb80608ff2ec251a162311590c1f34c013d7f3dab
3
+ size 334695179
models/deepbooru/Put your deepbooru release project folder here.txt ADDED
File without changes
repositories/BLIP ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 48211a1594f1321b00f14c9f7a5b4813144b2fb9
repositories/CodeFormer ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit c5b4593074ba6214284d6acd5f1719b6c5d739af
repositories/k-diffusion ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 5b3af030dd83e0297272d861c19477735d0317ec
repositories/stable-diffusion-stability-ai ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 47b6b607fdd31875c9279cd2f4f16b92e4ea958e
repositories/taming-transformers ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 24268930bf1dce879235a7fddd0b2355b84d7ea6
webui-user.bat ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ set PYTHON=
4
+ set GIT=
5
+ set VENV_DIR=
6
+ set COMMANDLINE_ARGS=
7
+
8
+ call webui.bat
webui-user.sh ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ #########################################################
3
+ # Uncomment and change the variables below to your need:#
4
+ #########################################################
5
+
6
+ # Install directory without trailing slash
7
+ #install_dir="/home/$(whoami)"
8
+
9
+ # Name of the subdirectory
10
+ #clone_dir="stable-diffusion-webui"
11
+
12
+ # Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
13
+ #export COMMANDLINE_ARGS=""
14
+
15
+ # python3 executable
16
+ #python_cmd="python3"
17
+
18
+ # git executable
19
+ #export GIT="git"
20
+
21
+ # python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
22
+ #venv_dir="venv"
23
+
24
+ # script to launch to start the app
25
+ #export LAUNCH_SCRIPT="launch.py"
26
+
27
+ # install command for torch
28
+ #export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113"
29
+
30
+ # Requirements file to use for stable-diffusion-webui
31
+ #export REQS_FILE="requirements_versions.txt"
32
+
33
+ # Fixed git repos
34
+ #export K_DIFFUSION_PACKAGE=""
35
+ #export GFPGAN_PACKAGE=""
36
+
37
+ # Fixed git commits
38
+ #export STABLE_DIFFUSION_COMMIT_HASH=""
39
+ #export TAMING_TRANSFORMERS_COMMIT_HASH=""
40
+ #export CODEFORMER_COMMIT_HASH=""
41
+ #export BLIP_COMMIT_HASH=""
42
+
43
+ # Uncomment to enable accelerated launch
44
+ #export ACCELERATE="True"
45
+
46
+ ###########################################