comfyui-workflow-templates 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,6 +123,97 @@
123
123
  }
124
124
  ]
125
125
  },
126
+ {
127
+ "moduleName": "default",
128
+ "title": "Image",
129
+ "type": "image",
130
+ "templates": [
131
+ {
132
+ "name": "hidream_i1_dev",
133
+ "mediaType": "image",
134
+ "mediaSubtype": "png",
135
+ "description": "Generate images with HiDream I1 Dev."
136
+ },
137
+ {
138
+ "name": "hidream_i1_fast",
139
+ "mediaType": "image",
140
+ "mediaSubtype": "png",
141
+ "description": "Generate images quickly with HiDream I1."
142
+ },
143
+ {
144
+ "name": "hidream_i1_full",
145
+ "mediaType": "image",
146
+ "mediaSubtype": "png",
147
+ "description": "Generate images with HiDream I1."
148
+ },
149
+ {
150
+ "name": "sd3.5_simple_example",
151
+ "mediaType": "image",
152
+ "mediaSubtype": "webp",
153
+ "description": "Generate images with SD 3.5.",
154
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35"
155
+ },
156
+ {
157
+ "name": "sd3.5_large_canny_controlnet_example",
158
+ "mediaType": "image",
159
+ "mediaSubtype": "webp",
160
+ "description": "Use edge detection to guide image generation with SD 3.5.",
161
+ "thumbnailVariant": "hoverDissolve",
162
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets"
163
+ },
164
+ {
165
+ "name": "sd3.5_large_depth",
166
+ "mediaType": "image",
167
+ "mediaSubtype": "webp",
168
+ "description": "Create depth-aware images with SD 3.5.",
169
+ "thumbnailVariant": "hoverDissolve",
170
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets"
171
+ },
172
+ {
173
+ "name": "sd3.5_large_blur",
174
+ "mediaType": "image",
175
+ "mediaSubtype": "webp",
176
+ "description": "Generate images from blurred reference images with SD 3.5.",
177
+ "thumbnailVariant": "hoverDissolve",
178
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets"
179
+ },
180
+ {
181
+ "name": "sdxl_simple_example",
182
+ "mediaType": "image",
183
+ "mediaSubtype": "webp",
184
+ "description": "Create high-quality images with SDXL.",
185
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/"
186
+ },
187
+ {
188
+ "name": "sdxl_refiner_prompt_example",
189
+ "mediaType": "image",
190
+ "mediaSubtype": "webp",
191
+ "description": "Enhance SDXL outputs with refiners.",
192
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/"
193
+ },
194
+ {
195
+ "name": "sdxl_revision_text_prompts",
196
+ "mediaType": "image",
197
+ "mediaSubtype": "webp",
198
+ "description": "Transfer concepts from reference images to guide image generation with SDXL.",
199
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/#revision"
200
+ },
201
+ {
202
+ "name": "sdxl_revision_zero_positive",
203
+ "mediaType": "image",
204
+ "mediaSubtype": "webp",
205
+ "description": "Add text prompts alongside reference images to guide image generation with SDXL.",
206
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/#revision"
207
+ },
208
+ {
209
+ "name": "sdxlturbo_example",
210
+ "mediaType": "image",
211
+ "mediaSubtype": "webp",
212
+ "description": "Generate images in a single step with SDXL Turbo.",
213
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdturbo/"
214
+ }
215
+ ]
216
+ },
126
217
  {
127
218
  "moduleName": "default",
128
219
  "title": "ControlNet",
@@ -286,86 +377,6 @@
286
377
  }
287
378
  ]
288
379
  },
289
- {
290
- "moduleName": "default",
291
- "title": "SD3.5",
292
- "type": "image",
293
- "templates": [
294
- {
295
- "name": "sd3.5_simple_example",
296
- "mediaType": "image",
297
- "mediaSubtype": "webp",
298
- "description": "Generate images with SD 3.5.",
299
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35"
300
- },
301
- {
302
- "name": "sd3.5_large_canny_controlnet_example",
303
- "mediaType": "image",
304
- "mediaSubtype": "webp",
305
- "description": "Use edge detection to guide image generation with SD 3.5.",
306
- "thumbnailVariant": "hoverDissolve",
307
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets"
308
- },
309
- {
310
- "name": "sd3.5_large_depth",
311
- "mediaType": "image",
312
- "mediaSubtype": "webp",
313
- "description": "Create depth-aware images with SD 3.5.",
314
- "thumbnailVariant": "hoverDissolve",
315
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets"
316
- },
317
- {
318
- "name": "sd3.5_large_blur",
319
- "mediaType": "image",
320
- "mediaSubtype": "webp",
321
- "description": "Generate images from blurred reference images with SD 3.5.",
322
- "thumbnailVariant": "hoverDissolve",
323
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets"
324
- }
325
- ]
326
- },
327
- {
328
- "moduleName": "default",
329
- "title": "SDXL",
330
- "type": "image",
331
- "templates": [
332
- {
333
- "name": "sdxl_simple_example",
334
- "mediaType": "image",
335
- "mediaSubtype": "webp",
336
- "description": "Create high-quality images with SDXL.",
337
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/"
338
- },
339
- {
340
- "name": "sdxl_refiner_prompt_example",
341
- "mediaType": "image",
342
- "mediaSubtype": "webp",
343
- "description": "Enhance SDXL outputs with refiners.",
344
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/"
345
- },
346
- {
347
- "name": "sdxl_revision_text_prompts",
348
- "mediaType": "image",
349
- "mediaSubtype": "webp",
350
- "description": "Transfer concepts from reference images to guide image generation with SDXL.",
351
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/#revision"
352
- },
353
- {
354
- "name": "sdxl_revision_zero_positive",
355
- "mediaType": "image",
356
- "mediaSubtype": "webp",
357
- "description": "Add text prompts alongside reference images to guide image generation with SDXL.",
358
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/#revision"
359
- },
360
- {
361
- "name": "sdxlturbo_example",
362
- "mediaType": "image",
363
- "mediaSubtype": "webp",
364
- "description": "Generate images in a single step with SDXL Turbo.",
365
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdturbo/"
366
- }
367
- ]
368
- },
369
380
  {
370
381
  "moduleName": "default",
371
382
  "title": "Area Composition",