Upload config.json with huggingface_hub
Browse files- config.json +77 -5
config.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"samples_save":
|
| 3 |
"samples_format": "png",
|
| 4 |
"samples_filename_pattern": "[date]-[width].[height]",
|
| 5 |
"save_images_add_number": true,
|
| 6 |
-
"grid_save":
|
| 7 |
"grid_format": "jpg",
|
| 8 |
"grid_extended_filename": false,
|
| 9 |
-
"grid_only_if_multiple":
|
| 10 |
"grid_prevent_empty_spots": false,
|
| 11 |
"n_rows": -1,
|
| 12 |
"enable_pnginfo": true,
|
|
@@ -65,7 +65,7 @@
|
|
| 65 |
"sd_model_checkpoint": "chilloutmix_NiPrunedFp32Fix.safetensors",
|
| 66 |
"sd_checkpoint_cache": 0,
|
| 67 |
"sd_vae_checkpoint_cache": 0,
|
| 68 |
-
"sd_vae": "
|
| 69 |
"sd_vae_as_default": true,
|
| 70 |
"inpainting_mask_weight": 1.0,
|
| 71 |
"initial_noise_multiplier": 1.0,
|
|
@@ -183,5 +183,77 @@
|
|
| 183 |
"image_browser_delete_message": true,
|
| 184 |
"image_browser_page_columns": 6.0,
|
| 185 |
"image_browser_page_rows": 6.0,
|
| 186 |
-
"image_browser_pages_perload": 20.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 187 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"samples_save": false,
|
| 3 |
"samples_format": "png",
|
| 4 |
"samples_filename_pattern": "[date]-[width].[height]",
|
| 5 |
"save_images_add_number": true,
|
| 6 |
+
"grid_save": false,
|
| 7 |
"grid_format": "jpg",
|
| 8 |
"grid_extended_filename": false,
|
| 9 |
+
"grid_only_if_multiple": false,
|
| 10 |
"grid_prevent_empty_spots": false,
|
| 11 |
"n_rows": -1,
|
| 12 |
"enable_pnginfo": true,
|
|
|
|
| 65 |
"sd_model_checkpoint": "chilloutmix_NiPrunedFp32Fix.safetensors",
|
| 66 |
"sd_checkpoint_cache": 0,
|
| 67 |
"sd_vae_checkpoint_cache": 0,
|
| 68 |
+
"sd_vae": "vae-ft-ema-560000-ema-pruned.safetensors",
|
| 69 |
"sd_vae_as_default": true,
|
| 70 |
"inpainting_mask_weight": 1.0,
|
| 71 |
"initial_noise_multiplier": 1.0,
|
|
|
|
| 183 |
"image_browser_delete_message": true,
|
| 184 |
"image_browser_page_columns": 6.0,
|
| 185 |
"image_browser_page_rows": 6.0,
|
| 186 |
+
"image_browser_pages_perload": 20.0,
|
| 187 |
+
"save_mask": false,
|
| 188 |
+
"save_mask_composite": false,
|
| 189 |
+
"webp_lossless": false,
|
| 190 |
+
"img_downscale_threshold": 4.0,
|
| 191 |
+
"target_side_length": 4000.0,
|
| 192 |
+
"img_max_size_mp": 200.0,
|
| 193 |
+
"save_init_img": false,
|
| 194 |
+
"outdir_init_images": "outputs/init-images",
|
| 195 |
+
"SCUNET_tile": 256,
|
| 196 |
+
"SCUNET_tile_overlap": 8,
|
| 197 |
+
"randn_source": "GPU",
|
| 198 |
+
"no_dpmpp_sde_batch_determinism": false,
|
| 199 |
+
"dont_fix_second_order_samplers_schedule": false,
|
| 200 |
+
"extra_networks_card_width": 0.0,
|
| 201 |
+
"extra_networks_card_height": 0.0,
|
| 202 |
+
"extra_networks_add_text_separator": " ",
|
| 203 |
+
"sd_lyco": "None",
|
| 204 |
+
"return_mask": false,
|
| 205 |
+
"return_mask_composite": false,
|
| 206 |
+
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
| 207 |
+
"hidden_tabs": [],
|
| 208 |
+
"gradio_theme": "Default",
|
| 209 |
+
"s_min_uncond": 0,
|
| 210 |
+
"uni_pc_variant": "bh1",
|
| 211 |
+
"uni_pc_skip_type": "time_uniform",
|
| 212 |
+
"uni_pc_order": 3,
|
| 213 |
+
"uni_pc_lower_order_final": true,
|
| 214 |
+
"tac_slidingPopup": true,
|
| 215 |
+
"tac_useLycos": true,
|
| 216 |
+
"tac_translation.liveTranslation": false,
|
| 217 |
+
"tac_extra.addMode": "Insert before",
|
| 218 |
+
"tac_chantFile": "demo-chants.json",
|
| 219 |
+
"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}",
|
| 220 |
+
"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}",
|
| 221 |
+
"tac_refreshTempFiles": "Refresh TAC temp files",
|
| 222 |
+
"openpose3d_use_online_version": false,
|
| 223 |
+
"control_net_model_config": "models/cldm_v15.yaml",
|
| 224 |
+
"control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
|
| 225 |
+
"control_net_detectedmap_dir": "detected_maps",
|
| 226 |
+
"control_net_models_path": "",
|
| 227 |
+
"control_net_modules_path": "",
|
| 228 |
+
"control_net_max_models_num": 1,
|
| 229 |
+
"control_net_model_cache_size": 1,
|
| 230 |
+
"control_net_no_detectmap": false,
|
| 231 |
+
"control_net_detectmap_autosaving": false,
|
| 232 |
+
"control_net_allow_script_control": false,
|
| 233 |
+
"control_net_sync_field_args": false,
|
| 234 |
+
"controlnet_show_batch_images_in_ui": false,
|
| 235 |
+
"controlnet_increment_seed_during_batch": false,
|
| 236 |
+
"controlnet_disable_control_type": false,
|
| 237 |
+
"mov2mov_outpath_samples": "outputs/mov2mov-images",
|
| 238 |
+
"mov2mov_output_dir": "outputs/mov2mov-videos",
|
| 239 |
+
"ctp_flavor": "mocha",
|
| 240 |
+
"accent_color": "maroon",
|
| 241 |
+
"image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others",
|
| 242 |
+
"image_browser_hidden_components": [],
|
| 243 |
+
"image_browser_with_subdirs": true,
|
| 244 |
+
"image_browser_copy_image": false,
|
| 245 |
+
"image_browser_txt_files": true,
|
| 246 |
+
"image_browser_debug_level": "0 - none",
|
| 247 |
+
"image_browser_delete_recycle": true,
|
| 248 |
+
"image_browser_scan_exif": true,
|
| 249 |
+
"image_browser_mod_shift": false,
|
| 250 |
+
"image_browser_mod_ctrl_shift": false,
|
| 251 |
+
"image_browser_enable_maint": true,
|
| 252 |
+
"image_browser_ranking_pnginfo": false,
|
| 253 |
+
"image_browser_use_thumbnail": false,
|
| 254 |
+
"image_browser_thumbnail_size": 200.0,
|
| 255 |
+
"image_browser_swipe": false,
|
| 256 |
+
"image_browser_img_tooltips": true,
|
| 257 |
+
"image_browser_scoring_type": "aesthetic_score",
|
| 258 |
+
"image_browser_show_progress": true
|
| 259 |
}
|