nyan102 commited on
Commit
cdd9abd
·
verified ·
1 Parent(s): fba90ce

Upload 5 files

Browse files
Files changed (5) hide show
  1. app.py +5 -0
  2. config-pub.json +539 -0
  3. packages.txt +6 -0
  4. requirements.txt +39 -0
  5. ui-config-pub.json +0 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import os
2
+ os.system(f"rm ./app3.py")
3
+ os.system(f"wget https://hf-mirror.com/datasets/ACCA225/openxlab/resolve/main/app3.py")
4
+ os.system(f"python app3.py")
5
+
config-pub.json ADDED
@@ -0,0 +1,539 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
14
+ "save_images_before_face_restoration": false,
15
+ "save_images_before_highres_fix": false,
16
+ "save_images_before_color_correction": false,
17
+ "save_mask": false,
18
+ "save_mask_composite": false,
19
+ "jpeg_quality": 100,
20
+ "webp_lossless": false,
21
+ "export_for_4chan": true,
22
+ "img_downscale_threshold": 4.0,
23
+ "target_side_length": 4000,
24
+ "img_max_size_mp": 200,
25
+ "use_original_name_batch": true,
26
+ "use_upscaler_name_as_suffix": false,
27
+ "save_selected_only": true,
28
+ "save_init_img": false,
29
+ "temp_dir": "",
30
+ "clean_temp_dir_at_start": false,
31
+ "outdir_samples": "test/nothing",
32
+ "outdir_txt2img_samples": "outputs/txt2img-images",
33
+ "outdir_img2img_samples": "outputs/img2img-images",
34
+ "outdir_extras_samples": "outputs/extras-images",
35
+ "outdir_grids": "",
36
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
37
+ "outdir_img2img_grids": "outputs/img2img-grids",
38
+ "outdir_save": "log/images",
39
+ "outdir_init_images": "outputs/init-images",
40
+ "save_to_dirs": true,
41
+ "grid_save_to_dirs": true,
42
+ "use_save_to_dirs_for_ui": false,
43
+ "directories_filename_pattern": "[date]",
44
+ "directories_max_prompt_words": 8,
45
+ "ESRGAN_tile": 192,
46
+ "ESRGAN_tile_overlap": 8,
47
+ "realesrgan_enabled_models": [
48
+ "R-ESRGAN 4x+",
49
+ "R-ESRGAN 4x+ Anime6B"
50
+ ],
51
+ "upscaler_for_img2img": "R-ESRGAN 4x+",
52
+ "SCUNET_tile": 256,
53
+ "SCUNET_tile_overlap": 8,
54
+ "face_restoration_model": "CodeFormer",
55
+ "code_former_weight": 0.5,
56
+ "face_restoration_unload": false,
57
+ "show_warnings": false,
58
+ "memmon_poll_rate": 8,
59
+ "samples_log_stdout": false,
60
+ "multiple_tqdm": true,
61
+ "print_hypernet_extra": false,
62
+ "unload_models_when_training": false,
63
+ "pin_memory": false,
64
+ "save_optimizer_state": false,
65
+ "save_training_settings_to_txt": true,
66
+ "dataset_filename_word_regex": "",
67
+ "dataset_filename_join_string": " ",
68
+ "training_image_repeats_per_epoch": 1,
69
+ "training_write_csv_every": 500,
70
+ "training_xattention_optimizations": false,
71
+ "training_enable_tensorboard": false,
72
+ "training_tensorboard_save_images": false,
73
+ "training_tensorboard_flush_every": 120,
74
+ "sd_model_checkpoint": "[萌二次元]131-half.safetensors [870fa2e24c]",
75
+ "sd_checkpoint_cache": 0,
76
+ "sd_vae_checkpoint_cache": 0,
77
+ "sd_vae": "pastel-waifu-diffusion.vae.pt",
78
+ "sd_vae_as_default": true,
79
+ "inpainting_mask_weight": 1.0,
80
+ "initial_noise_multiplier": 1.0,
81
+ "img2img_color_correction": false,
82
+ "img2img_fix_steps": false,
83
+ "img2img_background_color": "#ffffff",
84
+ "enable_quantization": false,
85
+ "enable_emphasis": true,
86
+ "enable_batch_seeds": true,
87
+ "comma_padding_backtrack": 20,
88
+ "CLIP_stop_at_last_layers": 2,
89
+ "upcast_attn": false,
90
+ "randn_source": "GPU",
91
+ "use_old_emphasis_implementation": false,
92
+ "use_old_karras_scheduler_sigmas": false,
93
+ "no_dpmpp_sde_batch_determinism": false,
94
+ "use_old_hires_fix_width_height": false,
95
+ "dont_fix_second_order_samplers_schedule": false,
96
+ "interrogate_keep_models_in_memory": false,
97
+ "interrogate_return_ranks": false,
98
+ "interrogate_clip_num_beams": 1,
99
+ "interrogate_clip_min_length": 24,
100
+ "interrogate_clip_max_length": 48,
101
+ "interrogate_clip_dict_limit": 1500,
102
+ "interrogate_clip_skip_categories": [],
103
+ "interrogate_deepbooru_score_threshold": 0.5,
104
+ "deepbooru_sort_alpha": true,
105
+ "deepbooru_use_spaces": false,
106
+ "deepbooru_escape": true,
107
+ "deepbooru_filter_tags": "",
108
+ "extra_networks_default_view": "cards",
109
+ "extra_networks_default_multiplier": 1.0,
110
+ "extra_networks_card_width": 0,
111
+ "extra_networks_card_height": 0,
112
+ "extra_networks_add_text_separator": " ",
113
+ "sd_hypernetwork": "None",
114
+ "return_grid": true,
115
+ "return_mask": false,
116
+ "return_mask_composite": false,
117
+ "do_not_show_images": false,
118
+ "add_model_hash_to_info": true,
119
+ "add_model_name_to_info": true,
120
+ "disable_weights_auto_swap": true,
121
+ "send_seed": true,
122
+ "send_size": true,
123
+ "font": "",
124
+ "js_modal_lightbox": true,
125
+ "js_modal_lightbox_initially_zoomed": true,
126
+ "show_progress_in_title": true,
127
+ "samplers_in_dropdown": true,
128
+ "dimensions_and_batch_together": true,
129
+ "keyedit_precision_attention": 0.1,
130
+ "keyedit_precision_extra": 0.05,
131
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
132
+ "quicksettings": "sd_model_checkpoint,sd_vae,upscaler_for_img2img,CLIP_stop_at_last_layers",
133
+ "hidden_tabs": [
134
+ "Extensions",
135
+ "Infinite image browsing",
136
+ "Checkpoint Merger"
137
+ ],
138
+ "ui_reorder": "inpaint",
139
+ "ui_extra_networks_tab_reorder": "",
140
+ "localization": "zh_CN",
141
+ "gradio_theme": "NoCrypt/miku",
142
+ "show_progressbar": true,
143
+ "live_previews_enable": true,
144
+ "show_progress_grid": true,
145
+ "show_progress_every_n_steps": 1,
146
+ "show_progress_type": "Approx NN",
147
+ "live_preview_content": "Prompt",
148
+ "live_preview_refresh_period": 1,
149
+ "hide_samplers": [
150
+ "LMS",
151
+ "Heun"
152
+ ],
153
+ "eta_ddim": 0.0,
154
+ "eta_ancestral": 1.0,
155
+ "ddim_discretize": "uniform",
156
+ "s_churn": 0.0,
157
+ "s_min_uncond": 0,
158
+ "s_tmin": 0.0,
159
+ "s_noise": 1.0,
160
+ "eta_noise_seed_delta": 31338,
161
+ "always_discard_next_to_last_sigma": false,
162
+ "uni_pc_variant": "bh1",
163
+ "uni_pc_skip_type": "time_uniform",
164
+ "uni_pc_order": 3,
165
+ "uni_pc_lower_order_final": true,
166
+ "postprocessing_enable_in_main_ui": [
167
+ "Upscale",
168
+ "CodeFormer"
169
+ ],
170
+ "postprocessing_operation_order": [
171
+ "Upscale",
172
+ "CodeFormer"
173
+ ],
174
+ "upscaling_max_images_in_cache": 5,
175
+ "disabled_extensions": [
176
+ "Cozy-Nest",
177
+ "openpose-editor"
178
+ ],
179
+ "disable_all_extensions": "none",
180
+ "restore_config_state_file": "",
181
+ "sd_checkpoint_hash": "870fa2e24c62e74eea0ee6b4c7678808e3ac98eaf167c7ec8398a004c34e5a48",
182
+ "ldsr_steps": 100,
183
+ "ldsr_cached": false,
184
+ "SWIN_tile": 192,
185
+ "SWIN_tile_overlap": 8,
186
+ "sd_lora": "None",
187
+ "tac_tagFile": "danbooru.csv",
188
+ "tac_active": true,
189
+ "tac_activeIn.txt2img": true,
190
+ "tac_activeIn.img2img": true,
191
+ "tac_activeIn.negativePrompts": true,
192
+ "tac_activeIn.thirdParty": true,
193
+ "tac_activeIn.modelList": "",
194
+ "tac_activeIn.modelListMode": "Blacklist",
195
+ "tac_slidingPopup": true,
196
+ "tac_maxResults": 5.0,
197
+ "tac_showAllResults": false,
198
+ "tac_resultStepLength": 100.0,
199
+ "tac_delayTime": 100.0,
200
+ "tac_useWildcards": true,
201
+ "tac_useEmbeddings": true,
202
+ "tac_useHypernetworks": true,
203
+ "tac_useLoras": true,
204
+ "tac_useLycos": true,
205
+ "tac_showWikiLinks": false,
206
+ "tac_replaceUnderscores": true,
207
+ "tac_escapeParentheses": true,
208
+ "tac_appendComma": true,
209
+ "tac_alias.searchByAlias": true,
210
+ "tac_alias.onlyShowAlias": false,
211
+ "tac_translation.translationFile": "None",
212
+ "tac_translation.oldFormat": false,
213
+ "tac_translation.searchByTranslation": true,
214
+ "tac_extra.extraFile": "extra-quality-tags.csv",
215
+ "tac_extra.addMode": "Insert before",
216
+ "tac_keymap": "{\n \"MoveUp\": \"ArrowUp\",\n \"MoveDown\": \"ArrowDown\",\n \"JumpUp\": \"PageUp\",\n \"JumpDown\": \"PageDown\",\n \"JumpToStart\": \"Home\",\n \"JumpToEnd\": \"End\",\n \"ChooseSelected\": \"Enter\",\n \"ChooseFirstOrSelected\": \"Tab\",\n \"Close\": \"Escape\"\n}",
217
+ "tac_colormap": "{\n \"danbooru\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"indianred\", \"firebrick\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"orange\", \"darkorange\"]\n },\n \"e621\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"gold\", \"goldenrod\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"tomato\", \"darksalmon\"],\n \"6\": [\"red\", \"maroon\"],\n \"7\": [\"whitesmoke\", \"black\"],\n \"8\": [\"seagreen\", \"darkseagreen\"]\n }\n}",
218
+ "control_net_model_config": "models/cldm_v15.yaml",
219
+ "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
220
+ "control_net_detectedmap_dir": "detected_maps",
221
+ "control_net_models_path": "",
222
+ "control_net_modules_path": "",
223
+ "control_net_max_models_num": 3,
224
+ "control_net_model_cache_size": 1,
225
+ "control_net_no_detectmap": false,
226
+ "control_net_detectmap_autosaving": false,
227
+ "control_net_allow_script_control": false,
228
+ "control_net_sync_field_args": false,
229
+ "controlnet_show_batch_images_in_ui": false,
230
+ "controlnet_increment_seed_during_batch": false,
231
+ "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others",
232
+ "image_browser_hidden_components": [
233
+ "Ranking Bar",
234
+ "Copy to directory",
235
+ "Ranking Filter"
236
+ ],
237
+ "image_browser_with_subdirs": true,
238
+ "image_browser_preload": false,
239
+ "image_browser_copy_image": false,
240
+ "image_browser_delete_message": true,
241
+ "image_browser_txt_files": true,
242
+ "image_browser_debug_level": "0 - none",
243
+ "image_browser_delete_recycle": true,
244
+ "image_browser_scan_exif": true,
245
+ "image_browser_mod_shift": false,
246
+ "image_browser_mod_ctrl_shift": false,
247
+ "image_browser_enable_maint": true,
248
+ "image_browser_ranking_pnginfo": false,
249
+ "image_browser_page_columns": 6.0,
250
+ "image_browser_page_rows": 6.0,
251
+ "image_browser_pages_perload": 20.0,
252
+ "image_browser_use_thumbnail": false,
253
+ "image_browser_thumbnail_size": 200.0,
254
+ "image_browser_swipe": false,
255
+ "image_browser_img_tooltips": true,
256
+ "image_browser_scoring_type": "aesthetic_score",
257
+ "image_browser_show_progress": true,
258
+ "ctp_flavor": "mocha",
259
+ "accent_color": "maroon",
260
+ "openpose3d_use_online_version": false,
261
+ "model_toolkit_fix_clip": false,
262
+ "model_toolkit_autoprune": false,
263
+ "tac_chantFile": "demo-chants.json",
264
+ "sd_vae_overrides_per_model_preferences": false,
265
+ "quicksettings_list": [
266
+ "sd_model_checkpoint",
267
+ "sd_vae",
268
+ "upscaler_for_img2img",
269
+ "CLIP_stop_at_last_layers"
270
+ ],
271
+ "grid_zip_filename_pattern": "",
272
+ "grid_text_active_color": "#000000",
273
+ "grid_text_inactive_color": "#999999",
274
+ "grid_background_color": "#ffffff",
275
+ "save_incomplete_images": false,
276
+ "SWIN_torch_compile": false,
277
+ "face_restoration": false,
278
+ "auto_launch_browser": "Local",
279
+ "show_gradio_deprecation_warnings": true,
280
+ "list_hidden_files": true,
281
+ "disable_mmap_load_safetensors": false,
282
+ "hide_ldm_prints": true,
283
+ "api_enable_requests": true,
284
+ "api_forbid_local_requests": true,
285
+ "api_useragent": "",
286
+ "sd_checkpoints_limit": 1,
287
+ "sd_checkpoints_keep_in_cpu": true,
288
+ "sd_unet": "Automatic",
289
+ "tiling": false,
290
+ "hires_fix_refiner_pass": "second pass",
291
+ "sdxl_crop_top": 0.0,
292
+ "sdxl_crop_left": 0.0,
293
+ "sdxl_refiner_low_aesthetic_score": 2.5,
294
+ "sdxl_refiner_high_aesthetic_score": 6.0,
295
+ "auto_vae_precision": true,
296
+ "sd_vae_encode_method": "Full",
297
+ "sd_vae_decode_method": "Full",
298
+ "img2img_extra_noise": 0,
299
+ "img2img_editor_height": 720,
300
+ "img2img_sketch_default_brush_color": "#ffffff",
301
+ "img2img_inpaint_mask_brush_color": "#ffffff",
302
+ "img2img_inpaint_sketch_default_brush_color": "#ffffff",
303
+ "cross_attention_optimization": "xformers",
304
+ "token_merging_ratio": 0,
305
+ "token_merging_ratio_img2img": 0,
306
+ "token_merging_ratio_hr": 0,
307
+ "pad_cond_uncond": false,
308
+ "persistent_cond_cache": true,
309
+ "batch_cond_uncond": true,
310
+ "hires_fix_use_firstpass_conds": false,
311
+ "use_old_scheduling": false,
312
+ "lora_functional": false,
313
+ "extra_networks_show_hidden_directories": true,
314
+ "extra_networks_hidden_models": "When searched",
315
+ "extra_networks_card_text_scale": 1,
316
+ "extra_networks_card_show_desc": true,
317
+ "textual_inversion_print_at_load": false,
318
+ "textual_inversion_add_hashes_to_infotext": true,
319
+ "lora_preferred_name": "Alias from file",
320
+ "lora_add_hashes_to_infotext": true,
321
+ "lora_show_all": false,
322
+ "lora_hide_unknown_for_versions": [],
323
+ "lora_in_memory_limit": 0,
324
+ "gradio_themes_cache": true,
325
+ "gallery_height": "",
326
+ "js_modal_lightbox_gamepad": false,
327
+ "js_modal_lightbox_gamepad_repeat": 250.0,
328
+ "keyedit_move": true,
329
+ "ui_tab_order": [
330
+ "txt2img",
331
+ "System Info",
332
+ "img2img",
333
+ "Extras",
334
+ "PNG Info",
335
+ "Checkpoint Merger",
336
+ "Train",
337
+ "Batchlinks Downloader",
338
+ "Infinite image browsing",
339
+ "Inpaint Anything",
340
+ "Settings",
341
+ "Extensions"
342
+ ],
343
+ "hires_fix_show_sampler": false,
344
+ "hires_fix_show_prompts": false,
345
+ "disable_token_counters": false,
346
+ "extra_options_txt2img": [
347
+ "eta_ddim",
348
+ "eta_ancestral",
349
+ "s_noise",
350
+ "eta_noise_seed_delta",
351
+ "always_discard_next_to_last_sigma",
352
+ "s_tmin",
353
+ "s_tmax",
354
+ "sgm_noise_multiplier"
355
+ ],
356
+ "extra_options_img2img": [],
357
+ "extra_options_cols": 1,
358
+ "extra_options_accordion": false,
359
+ "add_user_name_to_info": false,
360
+ "add_version_to_infotext": true,
361
+ "infotext_styles": "Apply if any",
362
+ "live_previews_image_format": "png",
363
+ "live_preview_allow_lowvram_full": false,
364
+ "live_preview_fast_interrupt": false,
365
+ "s_tmax": 0,
366
+ "k_sched_type": "Automatic",
367
+ "sigma_min": 0.0,
368
+ "sigma_max": 0.0,
369
+ "rho": 0.0,
370
+ "sgm_noise_multiplier": false,
371
+ "canvas_hotkey_zoom": "Alt",
372
+ "canvas_hotkey_adjust": "Ctrl",
373
+ "canvas_hotkey_move": "F",
374
+ "canvas_hotkey_fullscreen": "S",
375
+ "canvas_hotkey_reset": "R",
376
+ "canvas_hotkey_overlap": "O",
377
+ "canvas_show_tooltip": true,
378
+ "canvas_auto_expand": true,
379
+ "canvas_blur_prompt": false,
380
+ "canvas_disabled_functions": [
381
+ "Overlap"
382
+ ],
383
+ "tac_sortWildcardResults": true,
384
+ "tac_showExtraNetworkPreviews": true,
385
+ "tac_appendSpace": true,
386
+ "tac_alwaysSpaceAtEnd": true,
387
+ "tac_modelKeywordCompletion": "Never",
388
+ "tac_wildcardCompletionMode": "To next folder level",
389
+ "tac_translation.liveTranslation": false,
390
+ "tac_refreshTempFiles": "Refresh TAC temp files",
391
+ "deforum_keep_3d_models_in_vram": false,
392
+ "deforum_enable_persistent_settings": false,
393
+ "deforum_persistent_settings_path": "models/Deforum/deforum_persistent_settings.txt",
394
+ "deforum_ffmpeg_location": "/opt/conda/envs/venv/lib/python3.10/site-packages/imageio_ffmpeg/binaries/ffmpeg-linux64-v4.2.2",
395
+ "deforum_ffmpeg_crf": 17,
396
+ "deforum_ffmpeg_preset": "slow",
397
+ "deforum_debug_mode_enabled": false,
398
+ "deforum_save_gen_info_as_srt": false,
399
+ "deforum_embed_srt": false,
400
+ "deforum_save_gen_info_as_srt_params": [
401
+ "Noise Schedule"
402
+ ],
403
+ "deforum_preview": "Off",
404
+ "deforum_preview_interval_frames": 100,
405
+ "image_browser_height_auto": false,
406
+ "image_browser_info_add": false,
407
+ "ui_reorder_list": [
408
+ "inpaint"
409
+ ],
410
+ "hypertile_enable_unet": true,
411
+ "hypertile_enable_unet_secondpass": true,
412
+ "hypertile_max_depth_unet": 3,
413
+ "hypertile_max_tile_unet": 256,
414
+ "hypertile_swap_size_unet": 3,
415
+ "hypertile_enable_vae": false,
416
+ "hypertile_max_depth_vae": 3,
417
+ "hypertile_max_tile_vae": 128,
418
+ "hypertile_swap_size_vae": 3,
419
+ "tac_wildcardExclusionList": "",
420
+ "tac_skipWildcardRefresh": false,
421
+ "tac_includeEmbeddingsInNormalResults": false,
422
+ "tac_useLoraPrefixForLycos": true,
423
+ "tac_modelSortOrder": "Name",
424
+ "tac_useStyleVars": false,
425
+ "tac_modelKeywordLocation": "Start of prompt",
426
+ "ad_max_models": 2,
427
+ "ad_extra_models_dir": "",
428
+ "ad_save_previews": false,
429
+ "ad_save_images_before": false,
430
+ "ad_only_seleted_scripts": true,
431
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip,soft_inpainting",
432
+ "ad_bbox_sortby": "None",
433
+ "ad_same_seed_for_each_tap": false,
434
+ "queue_paused": false,
435
+ "queue_button_hide_checkpoint": true,
436
+ "queue_button_placement": "Under Generate button",
437
+ "queue_ui_placement": "As a tab",
438
+ "queue_history_retention_days": "30 days",
439
+ "queue_automatic_requeue_failed_task": false,
440
+ "queue_grid_page_size": 0,
441
+ "queue_keyboard_shortcut": "Ctrl+KeyE",
442
+ "queue_completion_action": "Do nothing",
443
+ "animatediff_model_path": "",
444
+ "animatediff_default_save_formats": [
445
+ "GIF",
446
+ "PNG"
447
+ ],
448
+ "animatediff_save_to_custom": true,
449
+ "animatediff_frame_extract_path": "",
450
+ "animatediff_frame_extract_remove": false,
451
+ "animatediff_default_frame_extract_method": "ffmpeg",
452
+ "animatediff_optimize_gif_palette": false,
453
+ "animatediff_optimize_gif_gifsicle": false,
454
+ "animatediff_mp4_crf": 23,
455
+ "animatediff_mp4_preset": "",
456
+ "animatediff_mp4_tune": "",
457
+ "animatediff_webp_quality": 80,
458
+ "animatediff_webp_lossless": false,
459
+ "animatediff_s3_enable": false,
460
+ "animatediff_s3_host": "",
461
+ "animatediff_s3_port": "",
462
+ "animatediff_s3_access_key": "",
463
+ "animatediff_s3_secret_key": "",
464
+ "animatediff_s3_storge_bucket": "",
465
+ "control_net_unit_count": 3,
466
+ "control_net_inpaint_blur_sigma": 7,
467
+ "controlnet_disable_openpose_edit": false,
468
+ "controlnet_disable_photopea_edit": false,
469
+ "controlnet_photopea_warning": true,
470
+ "controlnet_ignore_noninpaint_mask": false,
471
+ "controlnet_clip_detector_on_cpu": false,
472
+ "inpaint_anything_save_folder": "inpaint-anything",
473
+ "inpaint_anything_sam_oncpu": false,
474
+ "inpaint_anything_offline_inpainting": false,
475
+ "inpaint_anything_padding_fill": 127,
476
+ "inpain_anything_sam_models_dir": "",
477
+ "depthmap_script_keepmodels": false,
478
+ "depthmap_script_boost_rmax": 1600,
479
+ "depthmap_script_marigold_ensembles": 5,
480
+ "depthmap_script_marigold_steps": 10,
481
+ "depthmap_script_save_ply": false,
482
+ "depthmap_script_show_3d": true,
483
+ "depthmap_script_show_3d_inpaint": true,
484
+ "depthmap_script_mesh_maxsize": 2048,
485
+ "depthmap_script_gen_heatmap_from_ui": false,
486
+ "depthmap_script_extra_stereomodes": false,
487
+ "save_images_replace_action": "Replace",
488
+ "notification_audio": true,
489
+ "notification_volume": 100,
490
+ "auto_backcompat": true,
491
+ "use_downcasted_alpha_bar": false,
492
+ "extra_networks_dir_button_function": false,
493
+ "extra_networks_card_description_is_html": false,
494
+ "extra_networks_card_order_field": "Path",
495
+ "extra_networks_card_order": "Ascending",
496
+ "extra_networks_tree_view_default_enabled": false,
497
+ "lora_not_found_warning_console": false,
498
+ "lora_not_found_gradio_warning": false,
499
+ "pad_cond_uncond_v0": false,
500
+ "fp8_storage": "Disable",
501
+ "cache_fp16_weight": false,
502
+ "sd_noise_schedule": "Default",
503
+ "emphasis": "Original",
504
+ "enable_prompt_comments": true,
505
+ "auto_vae_precision_bfloat16": false,
506
+ "img2img_batch_show_results_limit": 32,
507
+ "overlay_inpaint": true,
508
+ "sd_webui_modal_lightbox_icon_opacity": 1,
509
+ "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
510
+ "open_dir_button_choice": "Subdirectory",
511
+ "add_vae_name_to_info": true,
512
+ "add_vae_hash_to_info": true,
513
+ "infotext_skip_pasting": [],
514
+ "js_live_preview_in_modal_lightbox": false,
515
+ "keyedit_delimiters_whitespace": [
516
+ "Tab",
517
+ "Carriage Return",
518
+ "Line Feed"
519
+ ],
520
+ "include_styles_into_token_counters": true,
521
+ "compact_prompt_box": false,
522
+ "sd_checkpoint_dropdown_use_short": false,
523
+ "txt2img_settings_accordion": false,
524
+ "img2img_settings_accordion": false,
525
+ "interrupt_after_current": true,
526
+ "enable_console_prompts": false,
527
+ "enable_upscale_progressbar": true,
528
+ "dump_stacks_on_signal": false,
529
+ "postprocessing_existing_caption_action": "Ignore",
530
+ "dat_enabled_models": [
531
+ "DAT x2",
532
+ "DAT x3",
533
+ "DAT x4"
534
+ ],
535
+ "DAT_tile": 192,
536
+ "DAT_tile_overlap": 8,
537
+ "canvas_hotkey_shrink_brush": "Q",
538
+ "canvas_hotkey_grow_brush": "W"
539
+ }
packages.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ aria2
2
+ libgl1
3
+ libglib2.0-0
4
+ git-lfs
5
+ nginx
6
+ Python3.10
requirements.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+ torch==2.0.1+cu118
3
+ torchvision==0.15.2+cu118
4
+ torchaudio==2.0.2+cu118
5
+ torchtext==0.15.2
6
+ torchdata==0.6.1
7
+ triton==2.0.0
8
+ wandb
9
+ pyngrok
10
+ GitPython==3.1.32
11
+ Pillow==9.5.0
12
+ accelerate==0.21.0
13
+ blendmodes==2022
14
+ clean-fid==0.1.35
15
+ einops==0.4.1
16
+ facexlib==0.3.0
17
+ fastapi==0.94.0
18
+ gradio==3.41.2
19
+ httpcore==0.15
20
+ inflection==0.5.1
21
+ jsonmerge==1.8.0
22
+ kornia==0.6.7
23
+ lark==1.1.2
24
+ numpy==1.26.2
25
+ omegaconf==2.2.3
26
+ open-clip-torch==2.20.0
27
+ piexif==1.1.3
28
+ psutil==5.9.5
29
+ pytorch_lightning==1.9.4
30
+ resize-right==0.0.2
31
+ safetensors==0.4.2
32
+ scikit-image==0.21.0
33
+ spandrel==0.1.6
34
+ tomesd==0.1.3
35
+ torch
36
+ torchdiffeq==0.2.3
37
+ torchsde==0.2.6
38
+ transformers==4.30.2
39
+ httpx==0.24.1
ui-config-pub.json ADDED
The diff for this file is too large to render. See raw diff