Adityadn commited on
Commit
fa8d62c
·
verified ·
1 Parent(s): 0c9df23

Update config_modification_tutorial.txt

Browse files
Files changed (1) hide show
  1. config_modification_tutorial.txt +11 -11
config_modification_tutorial.txt CHANGED
@@ -6,18 +6,18 @@ Remember to split the paths with "/" rather than "/", and there is no "," before
6
 
7
  {
8
  "path_checkpoints": [
9
- "../models/models/checkpoints"
10
  ],
11
  "path_loras": [
12
- "../models/models/loras"
13
  ],
14
- "path_embeddings": "../models/models/embeddings",
15
- "path_vae_approx": "../models/models/vae_approx",
16
- "path_upscale_models": "../models/models/upscale_models",
17
- "path_inpaint": "../models/models/inpaint",
18
- "path_controlnet": "../models/models/controlnet",
19
- "path_clip_vision": "../models/models/clip_vision",
20
- "path_fooocus_expansion": "../models/models/prompt_expansion/fooocus_expansion",
21
  "path_outputs": "../models/outputs",
22
  "default_model": "juggernautXL_v8Rundiffusion.safetensors",
23
  "previous_default_models": [
@@ -117,7 +117,7 @@ Remember to split the paths with "/" rather than "/", and there is no "," before
117
  "detailed hand",
118
  "beautiful eyes"
119
  ],
120
- "default_save_metadata_to_images": false,
121
- "default_metadata_scheme": "fooocus",
122
  "metadata_created_by": ""
123
  }
 
6
 
7
  {
8
  "path_checkpoints": [
9
+ "./models/checkpoints"
10
  ],
11
  "path_loras": [
12
+ "./models/loras"
13
  ],
14
+ "path_embeddings": "./models/embeddings",
15
+ "path_vae_approx": "./models/vae_approx",
16
+ "path_upscale_models": "./models/upscale_models",
17
+ "path_inpaint": "../models/inpaint",
18
+ "path_controlnet": "./models/controlnet",
19
+ "path_clip_vision": "./models/clip_vision",
20
+ "path_fooocus_expansion": "./models/prompt_expansion/fooocus_expansion",
21
  "path_outputs": "../models/outputs",
22
  "default_model": "juggernautXL_v8Rundiffusion.safetensors",
23
  "previous_default_models": [
 
117
  "detailed hand",
118
  "beautiful eyes"
119
  ],
120
+ "default_save_metadata_to_images": true,
121
+ "default_metadata_scheme": "AI",
122
  "metadata_created_by": ""
123
  }