Adityadn commited on
Commit
15857a7
·
verified ·
1 Parent(s): acf60e8

Delete config_modification_tutorial.txt

Browse files
Files changed (1) hide show
  1. config_modification_tutorial.txt +0 -123
config_modification_tutorial.txt DELETED
@@ -1,123 +0,0 @@
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/checkpoints"
10
- ],
11
- "path_loras": [
12
- "./home/user/app/models/loras"
13
- ],
14
- "path_embeddings": "./home/user/app/models/embeddings",
15
- "path_vae_approx": "./home/user/app/models/vae_approx",
16
- "path_upscale_models": "./home/user/app/models/upscale_models",
17
- "path_inpaint": "./home/user/app/models/inpaint",
18
- "path_controlnet": "./home/user/app/models/controlnet",
19
- "path_clip_vision": "./home/user/app/models/clip_vision",
20
- "path_fooocus_expansion": "./home/user/app/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",
25
- "juggernautXL_version7Rundiffusion.safetensors",
26
- "juggernautXL_v7Rundiffusion.safetensors",
27
- "juggernautXL_version6Rundiffusion.safetensors",
28
- "juggernautXL_v6Rundiffusion.safetensors"
29
- ],
30
- "default_refiner": "None",
31
- "default_refiner_switch": 0.5,
32
- "default_loras_min_weight": -2,
33
- "default_loras_max_weight": 2,
34
- "default_loras": [
35
- [
36
- "sd_xl_offset_example-lora_1.0.safetensors",
37
- 0.1
38
- ],
39
- [
40
- "None",
41
- 1.0
42
- ],
43
- [
44
- "None",
45
- 1.0
46
- ],
47
- [
48
- "None",
49
- 1.0
50
- ],
51
- [
52
- "None",
53
- 1.0
54
- ]
55
- ],
56
- "default_max_lora_number": 5,
57
- "default_cfg_scale": 4.0,
58
- "default_sample_sharpness": 2.0,
59
- "default_sampler": "dpmpp_2m_sde_gpu",
60
- "default_scheduler": "karras",
61
- "default_styles": [
62
- "Fooocus V2",
63
- "Fooocus Enhance",
64
- "Fooocus Sharp"
65
- ],
66
- "default_prompt_negative": "",
67
- "default_prompt": "",
68
- "default_performance": "Speed",
69
- "default_advanced_checkbox": false,
70
- "default_max_image_number": 32,
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": [
81
- "704*1408",
82
- "704*1344",
83
- "768*1344",
84
- "768*1280",
85
- "832*1216",
86
- "832*1152",
87
- "896*1152",
88
- "896*1088",
89
- "960*1088",
90
- "960*1024",
91
- "1024*1024",
92
- "1024*960",
93
- "1088*960",
94
- "1088*896",
95
- "1152*896",
96
- "1152*832",
97
- "1216*832",
98
- "1280*768",
99
- "1344*768",
100
- "1344*704",
101
- "1408*704",
102
- "1472*704",
103
- "1536*640",
104
- "1600*640",
105
- "1664*576",
106
- "1728*576"
107
- ],
108
- "default_aspect_ratio": "1152*896",
109
- "default_inpaint_engine_version": "v2.6",
110
- "default_cfg_tsnr": 7.0,
111
- "default_overwrite_step": -1,
112
- "default_overwrite_switch": -1,
113
- "example_inpaint_prompts": [
114
- "highly detailed face",
115
- "detailed girl face",
116
- "detailed man face",
117
- "detailed hand",
118
- "beautiful eyes"
119
- ],
120
- "default_save_metadata_to_images": true,
121
- "default_metadata_scheme": "AI",
122
- "metadata_created_by": ""
123
- }