Adityadn commited on
Commit
1affc5d
·
verified ·
1 Parent(s): a7692c8

Update config_modification_tutorial.txt

Browse files
Files changed (1) hide show
  1. config_modification_tutorial.txt +15 -15
config_modification_tutorial.txt CHANGED
@@ -1,24 +1,24 @@
1
- You can modify your "D:\\ADITYA FILE\\Developer\\MICROSOFT\\Microsoft Visual Studio Code\\Project\\Application Website\\Nyxel\\Flowly AI\\My Project\\AI Image\\config.txt" using the below keys, formats, and examples.
2
  Do not modify this file. Modifications in this file will not take effect.
3
- This file is a tutorial and example. Please edit "D:\\ADITYA FILE\\Developer\\MICROSOFT\\Microsoft Visual Studio Code\\Project\\Application Website\\Nyxel\\Flowly AI\\My Project\\AI Image\\config.txt" to really change any settings.
4
- Remember to split the paths with "\\" rather than "\", and there is no "," before the last "}".
5
 
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": ".\\outputs",
22
  "default_model": "juggernautXL_v8Rundiffusion.safetensors",
23
  "previous_default_models": [
24
  "juggernautXL_version8Rundiffusion.safetensors",
@@ -71,10 +71,10 @@ Remember to split the paths with "\\" rather than "\", and there is no "," befor
71
  "default_output_format": "png",
72
  "default_image_number": 2,
73
  "checkpoint_downloads": {
74
- "juggernautXL_v8Rundiffusion.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_v8Rundiffusion.safetensors"
75
  },
76
  "lora_downloads": {
77
- "sd_xl_offset_example-lora_1.0.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors"
78
  },
79
  "embeddings_downloads": {},
80
  "available_aspect_ratios": [
 
1
+ You can modify your "D:/ADITYA FILE/Developer/MICROSOFT/Microsoft Visual Studio Code/Project/Application Website/Nyxel/Flowly AI/My Project/AI Image/config.txt" using the below keys, formats, and examples.
2
  Do not modify this file. Modifications in this file will not take effect.
3
+ This file is a tutorial and example. Please edit "D:/ADITYA FILE/Developer/MICROSOFT/Microsoft Visual Studio Code/Project/Application Website/Nyxel/Flowly AI/My Project/AI Image/config.txt" to really change any settings.
4
+ Remember to split the paths with "/" rather than "/", and there is no "," before the last "}".
5
 
6
 
7
  {
8
  "path_checkpoints": [
9
+ "/home/user/app/models/models/checkpoints"
10
  ],
11
  "path_loras": [
12
+ "/home/user/app/models/models/loras"
13
  ],
14
+ "path_embeddings": "/home/user/app/models/models/embeddings",
15
+ "path_vae_approx": "/home/user/app/models/models/vae_approx",
16
+ "path_upscale_models": "/home/user/app/models/models/upscale_models",
17
+ "path_inpaint": "/home/user/app/models/models/inpaint",
18
+ "path_controlnet": "/home/user/app/models/models/controlnet",
19
+ "path_clip_vision": "/home/user/app/models/models/clip_vision",
20
+ "path_fooocus_expansion": "/home/user/app/models/models/prompt_expansion/fooocus_expansion",
21
+ "path_outputs": "/home/user/app/models/outputs",
22
  "default_model": "juggernautXL_v8Rundiffusion.safetensors",
23
  "previous_default_models": [
24
  "juggernautXL_version8Rundiffusion.safetensors",
 
71
  "default_output_format": "png",
72
  "default_image_number": 2,
73
  "checkpoint_downloads": {
74
+ "juggernautXL_v8Rundiffusion.safetensors": "https:/huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_v8Rundiffusion.safetensors"
75
  },
76
  "lora_downloads": {
77
+ "sd_xl_offset_example-lora_1.0.safetensors": "https:/huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors"
78
  },
79
  "embeddings_downloads": {},
80
  "available_aspect_ratios": [