Toc commited on
Commit
6b6d361
·
1 Parent(s): 100b572

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +46 -1
config.json CHANGED
@@ -226,5 +226,50 @@
226
  "dp_limit_jinja_prompts": false,
227
  "dp_auto_purge_cache": false,
228
  "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
229
- "dp_magicprompt_batch_size": 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  }
 
226
  "dp_limit_jinja_prompts": false,
227
  "dp_auto_purge_cache": false,
228
  "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
229
+ "dp_magicprompt_batch_size": 1,
230
+ "deforum_keep_3d_models_in_vram": false,
231
+ "deforum_enable_persistent_settings": false,
232
+ "deforum_persistent_settings_path": "models/Deforum/deforum_persistent_settings.txt",
233
+ "deforum_ffmpeg_location": "ffmpeg",
234
+ "deforum_ffmpeg_crf": 17,
235
+ "deforum_ffmpeg_preset": "slow",
236
+ "deforum_debug_mode_enabled": false,
237
+ "deforum_save_gen_info_as_srt": false,
238
+ "deforum_save_gen_info_as_srt_params": [
239
+ "Noise Schedule"
240
+ ],
241
+ "openpose3d_use_online_version": false,
242
+ "arh_javascript_aspect_ratio_show": true,
243
+ "arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9",
244
+ "arh_ui_javascript_selection_method": "Aspect Ratios Dropdown",
245
+ "arh_hide_accordion_by_default": true,
246
+ "arh_expand_by_default": false,
247
+ "arh_ui_component_order_key": "MaxDimensionScaler, PredefinedAspectRatioButtons, PredefinedPercentageButtons",
248
+ "arh_show_max_width_or_height": false,
249
+ "arh_max_width_or_height": 1024,
250
+ "arh_show_predefined_aspect_ratios": false,
251
+ "arh_predefined_aspect_ratio_use_max_dim": false,
252
+ "arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9",
253
+ "arh_show_predefined_percentages": false,
254
+ "arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200",
255
+ "arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)",
256
+ "control_net_modules_path": "",
257
+ "controlnet_show_batch_images_in_ui": false,
258
+ "controlnet_increment_seed_during_batch": false,
259
+ "stealth_pnginfo": true,
260
+ "stealth_pnginfo_prompt_override": "",
261
+ "ctp_flavor": "mocha",
262
+ "accent_color": "maroon",
263
+ "images_history_with_subdirs": true,
264
+ "images_history_preload": false,
265
+ "images_copy_image": false,
266
+ "images_delete_message": true,
267
+ "images_txt_files": true,
268
+ "images_logger_warning": false,
269
+ "images_logger_debug": false,
270
+ "images_delete_recycle": false,
271
+ "images_scan_exif": true,
272
+ "images_history_page_columns": 6.0,
273
+ "images_history_page_rows": 6.0,
274
+ "images_history_pages_perload": 20.0
275
  }