Upload 3 files
Browse files- config-img2img.json +18 -0
- config-txt2img.json +131 -0
- файлы для расширения Config-Presets Куда положить.txt +5 -0
config-img2img.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"None": {},
|
| 3 |
+
"Low denoising ------- denoising: 0.25, steps: 20, DPM++ 2M Karras": {
|
| 4 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 5 |
+
"img2img_steps": 20,
|
| 6 |
+
"img2img_denoising_strength": 0.25
|
| 7 |
+
},
|
| 8 |
+
"Medium denoising -- denoising: 0.40, steps: 20, DPM++ 2M Karras": {
|
| 9 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 10 |
+
"img2img_steps": 20,
|
| 11 |
+
"img2img_denoising_strength": 0.4
|
| 12 |
+
},
|
| 13 |
+
"High denoising ------- denoising: 0.75, steps: 30, DPM++ 2M Karras": {
|
| 14 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 15 |
+
"img2img_steps": 30,
|
| 16 |
+
"img2img_denoising_strength": 0.75
|
| 17 |
+
}
|
| 18 |
+
}
|
config-txt2img.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"None": {},
|
| 3 |
+
"AnideXL(instID) ": {
|
| 4 |
+
"txt2img_sampling": "Euler a",
|
| 5 |
+
"txt2img_steps": 10,
|
| 6 |
+
"txt2img_width": 768,
|
| 7 |
+
"txt2img_height": 960,
|
| 8 |
+
"txt2img_batch_count": 1,
|
| 9 |
+
"txt2img_batch_size": 1,
|
| 10 |
+
"txt2img_hr-checkbox": false,
|
| 11 |
+
"txt2img_hr_scale": 2,
|
| 12 |
+
"txt2img_hr_upscaler": "Latent",
|
| 13 |
+
"txt2img_hires_steps": 10,
|
| 14 |
+
"txt2img_denoising_strength": 0.4,
|
| 15 |
+
"txt2img_cfg_scale": 3,
|
| 16 |
+
"txt2img_enable-checkbox": false,
|
| 17 |
+
"txt2img_switch_at": 0.8
|
| 18 |
+
},
|
| 19 |
+
"AnimagineXLV3": {
|
| 20 |
+
"txt2img_sampling": "Euler a",
|
| 21 |
+
"txt2img_steps": 28,
|
| 22 |
+
"txt2img_width": 768,
|
| 23 |
+
"txt2img_height": 960,
|
| 24 |
+
"txt2img_batch_count": 1,
|
| 25 |
+
"txt2img_batch_size": 1,
|
| 26 |
+
"txt2img_hr-checkbox": false,
|
| 27 |
+
"txt2img_hr_scale": 2,
|
| 28 |
+
"txt2img_hr_upscaler": "Latent",
|
| 29 |
+
"txt2img_hires_steps": 10,
|
| 30 |
+
"txt2img_denoising_strength": 0.4,
|
| 31 |
+
"txt2img_cfg_scale": 7,
|
| 32 |
+
"txt2img_enable-checkbox": false,
|
| 33 |
+
"txt2img_switch_at": 0.8
|
| 34 |
+
},
|
| 35 |
+
"Counterfeitxl_v25": {
|
| 36 |
+
"txt2img_sampling": "DPM++ 2M Karras",
|
| 37 |
+
"txt2img_steps": 25,
|
| 38 |
+
"txt2img_width": 768,
|
| 39 |
+
"txt2img_height": 960,
|
| 40 |
+
"txt2img_batch_count": 1,
|
| 41 |
+
"txt2img_batch_size": 1,
|
| 42 |
+
"txt2img_hr-checkbox": false,
|
| 43 |
+
"txt2img_hr_scale": 2,
|
| 44 |
+
"txt2img_hr_upscaler": "R-ESRGAN 4x+ Anime6B",
|
| 45 |
+
"txt2img_hires_steps": 10,
|
| 46 |
+
"txt2img_denoising_strength": 0.43,
|
| 47 |
+
"txt2img_cfg_scale": 10,
|
| 48 |
+
"txt2img_enable-checkbox": false,
|
| 49 |
+
"txt2img_switch_at": 0.8
|
| 50 |
+
},
|
| 51 |
+
"ponyDiffusionV6XL": {
|
| 52 |
+
"txt2img_sampling": "Euler a",
|
| 53 |
+
"txt2img_steps": 25,
|
| 54 |
+
"txt2img_width": 768,
|
| 55 |
+
"txt2img_height": 960,
|
| 56 |
+
"txt2img_batch_count": 1,
|
| 57 |
+
"txt2img_batch_size": 1,
|
| 58 |
+
"txt2img_hr-checkbox": false,
|
| 59 |
+
"txt2img_hr_scale": 2,
|
| 60 |
+
"txt2img_hr_upscaler": "R-ESRGAN 4x+ Anime6B",
|
| 61 |
+
"txt2img_hires_steps": 10,
|
| 62 |
+
"txt2img_denoising_strength": 0.43,
|
| 63 |
+
"txt2img_cfg_scale": 10,
|
| 64 |
+
"txt2img_enable-checkbox": false,
|
| 65 |
+
"txt2img_switch_at": 0.8
|
| 66 |
+
},
|
| 67 |
+
"dreamshaperXL_v21Turbo": {
|
| 68 |
+
"txt2img_sampling": "DPM++ SDE Karras",
|
| 69 |
+
"txt2img_steps": 4,
|
| 70 |
+
"txt2img_width": 768,
|
| 71 |
+
"txt2img_height": 960,
|
| 72 |
+
"txt2img_batch_count": 1,
|
| 73 |
+
"txt2img_batch_size": 1,
|
| 74 |
+
"txt2img_hr-checkbox": false,
|
| 75 |
+
"txt2img_hr_scale": 1.5,
|
| 76 |
+
"txt2img_hr_upscaler": "None",
|
| 77 |
+
"txt2img_hires_steps": 7,
|
| 78 |
+
"txt2img_denoising_strength": 0.55,
|
| 79 |
+
"txt2img_cfg_scale": 2,
|
| 80 |
+
"txt2img_enable-checkbox": false,
|
| 81 |
+
"txt2img_switch_at": 0.8
|
| 82 |
+
},
|
| 83 |
+
"sdxlUnstableDiffusers_v10TURBOEDITION": {
|
| 84 |
+
"txt2img_sampling": "DPM++ SDE Karras",
|
| 85 |
+
"txt2img_steps": 4,
|
| 86 |
+
"txt2img_width": 768,
|
| 87 |
+
"txt2img_height": 960,
|
| 88 |
+
"txt2img_batch_count": 1,
|
| 89 |
+
"txt2img_batch_size": 1,
|
| 90 |
+
"txt2img_hr-checkbox": false,
|
| 91 |
+
"txt2img_hr_scale": 1.5,
|
| 92 |
+
"txt2img_hr_upscaler": "None",
|
| 93 |
+
"txt2img_hires_steps": 7,
|
| 94 |
+
"txt2img_denoising_strength": 0.55,
|
| 95 |
+
"txt2img_cfg_scale": 2,
|
| 96 |
+
"txt2img_enable-checkbox": false,
|
| 97 |
+
"txt2img_switch_at": 0.8
|
| 98 |
+
},
|
| 99 |
+
"sdxlUnstableDiffusers_v11": {
|
| 100 |
+
"txt2img_sampling": "DPM++ 3M SDE Exponential",
|
| 101 |
+
"txt2img_steps": 30,
|
| 102 |
+
"txt2img_width": 768,
|
| 103 |
+
"txt2img_height": 960,
|
| 104 |
+
"txt2img_batch_count": 1,
|
| 105 |
+
"txt2img_batch_size": 1,
|
| 106 |
+
"txt2img_hr-checkbox": false,
|
| 107 |
+
"txt2img_hr_scale": 2.5,
|
| 108 |
+
"txt2img_hr_upscaler": "4x_foolhardy_Remacri",
|
| 109 |
+
"txt2img_hires_steps": 45,
|
| 110 |
+
"txt2img_denoising_strength": 0.25,
|
| 111 |
+
"txt2img_cfg_scale": 5,
|
| 112 |
+
"txt2img_enable-checkbox": false,
|
| 113 |
+
"txt2img_switch_at": 0.8
|
| 114 |
+
},
|
| 115 |
+
"turboDiffusionXL_v12": {
|
| 116 |
+
"txt2img_sampling": "DPM++ SDE Karras",
|
| 117 |
+
"txt2img_steps": 8,
|
| 118 |
+
"txt2img_width": 768,
|
| 119 |
+
"txt2img_height": 960,
|
| 120 |
+
"txt2img_batch_count": 1,
|
| 121 |
+
"txt2img_batch_size": 1,
|
| 122 |
+
"txt2img_hr-checkbox": false,
|
| 123 |
+
"txt2img_hr_scale": 2.5,
|
| 124 |
+
"txt2img_hr_upscaler": "4x_foolhardy_Remacri",
|
| 125 |
+
"txt2img_hires_steps": 45,
|
| 126 |
+
"txt2img_denoising_strength": 0.25,
|
| 127 |
+
"txt2img_cfg_scale": 4,
|
| 128 |
+
"txt2img_enable-checkbox": false,
|
| 129 |
+
"txt2img_switch_at": 0.8
|
| 130 |
+
}
|
| 131 |
+
}
|
файлы для расширения Config-Presets Куда положить.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
файлы.json положить по пути
|
| 2 |
+
workspace/stable-diffusion-webui/extensions/Config-Presets
|
| 3 |
+
|
| 4 |
+
файл .py если потребуется положить по пути
|
| 5 |
+
workspace/stable-diffusion-webui/extensions/Config-Presets/scripts
|