Upload config.json
Browse files- weight_maps/config.json +263 -0
weight_maps/config.json
ADDED
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"save_location": {
|
3 |
+
"save_folder_name_and_path": "/Users/unauthorized/Documents/ComfyUI/output/02/"
|
4 |
+
},
|
5 |
+
"weight_map_location": {
|
6 |
+
"repo": "https://huggingface.co/exdysa/metadata/"
|
7 |
+
},
|
8 |
+
"cogview-3": {
|
9 |
+
"repo": "THUDM/CogView3-Plus-3B",
|
10 |
+
"defaults": {
|
11 |
+
"height": 1024,
|
12 |
+
"width": 1024,
|
13 |
+
"guidance_scale": 4.0,
|
14 |
+
"num_inference_steps": 50
|
15 |
+
},
|
16 |
+
"torch_dtype": "torch.bfloat16",
|
17 |
+
"unet": {
|
18 |
+
"weight_map": "transformer/diffusion_pytorch_model.safetensors.index.json"
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"kolors": {
|
22 |
+
"repo": "Kwai-Kolors/Kolors-diffusers",
|
23 |
+
"defaults": {
|
24 |
+
"negative_prompt": "",
|
25 |
+
"guidance_scale": 5.0,
|
26 |
+
"num_inference_steps": 50
|
27 |
+
},
|
28 |
+
"pipe_name": "KolorsPipeline"
|
29 |
+
},
|
30 |
+
"lumina-2": {
|
31 |
+
"repo": "Alpha-VLLM/Lumina-Image-2.0",
|
32 |
+
"defaults": {
|
33 |
+
"height": 1024,
|
34 |
+
"width": 1024,
|
35 |
+
"guidance_scale": 4.0,
|
36 |
+
"num_inference_steps": 50
|
37 |
+
},
|
38 |
+
"pipe_name": "Lumina2Text2ImgPipeline",
|
39 |
+
"torch_dtype": "torch.bfloat16"
|
40 |
+
},
|
41 |
+
"stable-diffusion-1": {},
|
42 |
+
"stable-diffusion-xl-base": {
|
43 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
44 |
+
"unet": {
|
45 |
+
"weight_map": "weight_maps/stable-diffusion-xl-base.json"
|
46 |
+
},
|
47 |
+
"pipe_name": "DiffusionPipeline",
|
48 |
+
"pipe_name_alt": "StableDiffusionXLPipeline",
|
49 |
+
"pipe_name_i2i": "StableDiffusionXLImg2ImgPipeline",
|
50 |
+
"pipe_kwargs": {
|
51 |
+
"use_safetensors": "True"
|
52 |
+
},
|
53 |
+
"defaults": {
|
54 |
+
"num_inference_steps": 40,
|
55 |
+
"denoising_end": 0.8,
|
56 |
+
"output_type": "latent"
|
57 |
+
}
|
58 |
+
},
|
59 |
+
"stable-diffusionl-xl-refiner": {
|
60 |
+
"repo": "stabilityai/stable-diffusion-xl-refiner-1.0",
|
61 |
+
"unet": {
|
62 |
+
"weight_map": "weight_maps/stable-diffusion-xl-refiner.json"
|
63 |
+
},
|
64 |
+
"pipe_name": "DiffusionPipeline",
|
65 |
+
"defaults": {
|
66 |
+
"num_inference_steps": 40,
|
67 |
+
"denoising_end": 0.8
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"stable-diffusion-3": {
|
71 |
+
"repo": "stabilityai/stable-diffusion-3.5-large",
|
72 |
+
"repo_alt": "stabilityai/stable-diffusion-3.5-medium",
|
73 |
+
"unet": {
|
74 |
+
"weight_map": "transformer/diffusion_pytorch_model.safetensors.index.json"
|
75 |
+
}
|
76 |
+
},
|
77 |
+
"flux-1-dev": {
|
78 |
+
"repo": "black-forest-labs/FLUX.1-dev",
|
79 |
+
"repo_alt": "cocktailpeanut/xulf-d/",
|
80 |
+
"unet": {
|
81 |
+
"weight_map": "transformer/diffusion_pytorch_model.safetensors.index.json"
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"flux-1-schnell": {
|
85 |
+
"repo": "black-forest-labs/FLUX.1-schnell",
|
86 |
+
"repo_alt": "cocktailpeanut/xulf-s/",
|
87 |
+
"unet": {
|
88 |
+
"weight_map": "transformer/diffusion_pytorch_model.safetensors.index.json"
|
89 |
+
}
|
90 |
+
},
|
91 |
+
"pixart-sigma": {
|
92 |
+
"repo": "PixArt-alpha/PixArt-Sigma-XL-2-1024-MS",
|
93 |
+
"pipe_name": "PixArtSigmaPipeline"
|
94 |
+
},
|
95 |
+
"dmd": {
|
96 |
+
"solver": "LCMScheduler",
|
97 |
+
"solver_kwargs": {},
|
98 |
+
"stable-diffusion-xl-base": {
|
99 |
+
"repo": "tianweiy/DMD2/",
|
100 |
+
"defaults": {
|
101 |
+
"num_inference_steps": 4,
|
102 |
+
"guidance_scale": 0,
|
103 |
+
"timesteps": [
|
104 |
+
999,
|
105 |
+
749,
|
106 |
+
499,
|
107 |
+
249
|
108 |
+
]
|
109 |
+
}
|
110 |
+
}
|
111 |
+
},
|
112 |
+
"dpo": {
|
113 |
+
"solver": "DPMSolverMultistepScheduler",
|
114 |
+
"solver-kwargs": {
|
115 |
+
"algorithm_type": "sde-dpmsolver++",
|
116 |
+
"use_karras_sigmas": true,
|
117 |
+
"order": 2
|
118 |
+
},
|
119 |
+
"stable-diffusion-xl-base": {
|
120 |
+
"repo": "radames/sdxl-DPO-LoRA",
|
121 |
+
"defaults": {
|
122 |
+
"guidance_scale": 7.5,
|
123 |
+
"num_inference_steps": 40
|
124 |
+
}
|
125 |
+
}
|
126 |
+
},
|
127 |
+
"flash": {
|
128 |
+
"solver": "lcm",
|
129 |
+
"solver_kwargs": {},
|
130 |
+
"stable-diffusion-xl-base": {
|
131 |
+
"repo": "jasperai/flash-sdxl"
|
132 |
+
},
|
133 |
+
"pixart-alpha": {
|
134 |
+
"repo": "jasperai/flash-pixart"
|
135 |
+
},
|
136 |
+
"stable-diffusion-3": {
|
137 |
+
"repo": "jasperai/flash-sd3"
|
138 |
+
},
|
139 |
+
"stable-diffusion-1": {
|
140 |
+
"repo": "jasperai/flash-sd",
|
141 |
+
"defaults": {
|
142 |
+
"num_inference_steps": 4,
|
143 |
+
"guidance_scale": 0
|
144 |
+
}
|
145 |
+
}
|
146 |
+
},
|
147 |
+
"hyper": {
|
148 |
+
"stable-diffusion-xl-base": {
|
149 |
+
"repo": "ByteDance/Hyper-SD"
|
150 |
+
},
|
151 |
+
"flux-1-dev": {
|
152 |
+
"repo": "ByteDance/Hyper-SD",
|
153 |
+
"fuse": {
|
154 |
+
"scale": 0.125
|
155 |
+
}
|
156 |
+
},
|
157 |
+
"stable-diffusion-3": {
|
158 |
+
"repo": "ByteDance/Hyper-SD",
|
159 |
+
"fuse": {
|
160 |
+
"scale": 0.125
|
161 |
+
}
|
162 |
+
},
|
163 |
+
"stable-diffusion-1": {
|
164 |
+
"repo": "ByteDance/Hyper-SD"
|
165 |
+
}
|
166 |
+
},
|
167 |
+
"lcm": {
|
168 |
+
"defaults": {
|
169 |
+
"num_inference_steps": 8
|
170 |
+
},
|
171 |
+
"solver": "LCMScheduler",
|
172 |
+
"solver-kwargs": {
|
173 |
+
"timestep_spacing": "trailing"
|
174 |
+
},
|
175 |
+
"stable-diffusion-xl-base": {
|
176 |
+
"repo": "latent-consistency/lcm-lora-sdxl"
|
177 |
+
},
|
178 |
+
"ssd-1b": {
|
179 |
+
"repo": "latent-consistency/lcm-lora-ssd-1b"
|
180 |
+
},
|
181 |
+
"vega": {
|
182 |
+
"repo": "segmind/Segmind-VegaRT"
|
183 |
+
},
|
184 |
+
"stable-diffusion-1": {
|
185 |
+
"repo": "latent-consistency/lcm-lora-sdv1-5"
|
186 |
+
}
|
187 |
+
},
|
188 |
+
"lightning": {
|
189 |
+
"stable-diffusion-xl-base": {
|
190 |
+
"repo": "ByteDance/SDXL-Lightning",
|
191 |
+
"defaults": {
|
192 |
+
"num_inference_steps": 4,
|
193 |
+
"guidance_scale": 0
|
194 |
+
}
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"pcm-stable-diffusion": {
|
198 |
+
"stable-diffusion-xl-base": {
|
199 |
+
"repo": "wangfuyun/PCM_Weights"
|
200 |
+
},
|
201 |
+
"stable-diffusion-1": {
|
202 |
+
"repo": "wangfuyun/PCM_Weights"
|
203 |
+
}
|
204 |
+
},
|
205 |
+
"slam": {
|
206 |
+
"solver": "LCMScheduler",
|
207 |
+
"solver-kwargs": {
|
208 |
+
"timestep_spacing": "trailing"
|
209 |
+
},
|
210 |
+
"stable-diffusion-xl-base": {
|
211 |
+
"repo": "alimama-creative/slam-lora-sdxl/",
|
212 |
+
"defaults": {
|
213 |
+
"num_inference_steps": 4,
|
214 |
+
"guidance_scale": 1
|
215 |
+
}
|
216 |
+
},
|
217 |
+
"stable-diffusion-1": {
|
218 |
+
"repo": "alimama-creative/slam-sd1.5"
|
219 |
+
}
|
220 |
+
},
|
221 |
+
"spo": {
|
222 |
+
"stable-diffusion-xl-base": {
|
223 |
+
"repo": "SPO-Diffusion-Models/SPO-SDXL_4k-p_10ep_LoRA",
|
224 |
+
"defaults": {
|
225 |
+
"guidance_scale": 5.0
|
226 |
+
}
|
227 |
+
},
|
228 |
+
"stable-diffusion-1": {
|
229 |
+
"repo": "SPO-Diffusion-Models/SPO-SD-v1-5_4k-p_10ep_LoRA",
|
230 |
+
"defaults": {
|
231 |
+
"guidance_scale": 7.5
|
232 |
+
}
|
233 |
+
}
|
234 |
+
},
|
235 |
+
"tcd": {
|
236 |
+
"solver": "TCDScheduler",
|
237 |
+
"solver_kwargs": {},
|
238 |
+
"stable-diffusion-xl-base": {
|
239 |
+
"repo": "h1t/TCD-SDXL-LoRA",
|
240 |
+
"defaults": {
|
241 |
+
"num_inference_steps": 4,
|
242 |
+
"guidance_scale": 0,
|
243 |
+
"eta": 0.3
|
244 |
+
}
|
245 |
+
},
|
246 |
+
"stable-diffusion-1": {
|
247 |
+
"repo": "h1t/TCD-SD15-LoRA"
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"turbo": {
|
251 |
+
"flux-1-dev": {
|
252 |
+
"repo": "alimama-creative/FLUX.1-Turbo-Alpha",
|
253 |
+
"defaults": {
|
254 |
+
"guidance_scale": 3.5,
|
255 |
+
"num_inference_steps": 8,
|
256 |
+
"max_sequence_length": 512
|
257 |
+
},
|
258 |
+
"fuse": {
|
259 |
+
"scale": 0.125
|
260 |
+
}
|
261 |
+
}
|
262 |
+
}
|
263 |
+
}
|