akhaliq HF Staff commited on
Commit
54783d8
·
verified ·
1 Parent(s): 2e9954a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +26 -41
index.html CHANGED
@@ -144,7 +144,7 @@
144
  },
145
  {
146
  "id": 2,
147
- "type": "DiffusersLoader",
148
  "pos": [
149
  50,
150
  450
@@ -167,16 +167,16 @@
167
  }
168
  ],
169
  "properties": {
170
- "Node name for S&R": "DiffusersLoader"
171
  },
172
  "widgets_values": [
173
  "Qwen/Qwen-Image-Edit-2509"
174
  ],
175
- "title": "Load Base Pipeline"
176
  },
177
  {
178
  "id": 3,
179
- "type": "TransformerLoader",
180
  "pos": [
181
  50,
182
  600
@@ -199,17 +199,18 @@
199
  }
200
  ],
201
  "properties": {
202
- "Node name for S&R": "TransformerLoader"
203
  },
204
  "widgets_values": [
205
  "linoyts/Qwen-Image-Edit-Rapid-AIO",
206
- "transformer"
 
207
  ],
208
  "title": "Load Rapid-AIO Transformer"
209
  },
210
  {
211
  "id": 4,
212
- "type": "LoraLoader",
213
  "pos": [
214
  500,
215
  450
@@ -239,40 +240,35 @@
239
  }
240
  ],
241
  "properties": {
242
- "Node name for S&R": "LoraLoader"
243
  },
244
  "widgets_values": [
 
245
  "Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors",
246
  "anime",
247
- 1.0
 
248
  ],
249
  "title": "Load Photo-to-Anime LoRA"
250
  },
251
  {
252
  "id": 5,
253
- "type": "CLIPTextEncode",
254
  "pos": [
255
  500,
256
  100
257
  ],
258
  "size": [
259
  400,
260
- 200
261
  ],
262
  "flags": {},
263
  "order": 4,
264
  "mode": 0,
265
- "inputs": [
266
- {
267
- "name": "clip",
268
- "type": "CLIP",
269
- "link": 5
270
- }
271
- ],
272
  "outputs": [
273
  {
274
- "name": "CONDITIONING",
275
- "type": "CONDITIONING",
276
  "links": [
277
  6
278
  ],
@@ -280,7 +276,7 @@
280
  }
281
  ],
282
  "properties": {
283
- "Node name for S&R": "CLIPTextEncode"
284
  },
285
  "widgets_values": [
286
  "Convert this photo to anime style"
@@ -288,7 +284,7 @@
288
  },
289
  {
290
  "id": 6,
291
- "type": "QwenImageEditSampler",
292
  "pos": [
293
  950,
294
  100
@@ -313,7 +309,7 @@
313
  },
314
  {
315
  "name": "prompt",
316
- "type": "CONDITIONING",
317
  "link": 6
318
  },
319
  {
@@ -333,18 +329,18 @@
333
  }
334
  ],
335
  "properties": {
336
- "Node name for S&R": "QwenImageEditSampler"
337
  },
338
  "widgets_values": [
339
  0,
340
- "randomize",
341
  4,
342
  1.0,
343
  1024,
344
  1024,
345
- true
346
  ],
347
- "title": "Qwen Image Edit Pipeline"
348
  },
349
  {
350
  "id": 7,
@@ -392,7 +388,7 @@
392
  "text": ""
393
  },
394
  "widgets_values": [
395
- "Photo to Anime Workflow\n\nExact model configuration:\n- Base: Qwen/Qwen-Image-Edit-2509\n- Transformer: linoyts/Qwen-Image-Edit-Rapid-AIO (subfolder: transformer)\n- LoRA Weight: Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors\n- Adapter: anime (weight: 1.0, fused)\n\nSettings:\n- Steps: 4 | Guidance: 1.0 | Size: 1024x1024 (auto-adjusted)\n- Processor: QwenDoubleStreamAttnProcessorFA3\n- Optimized pipeline with bfloat16\n\nBuilt with anycoder - https://huggingface.co/spaces/akhaliq/anycoder"
396
  ],
397
  "bgcolor": "#232323"
398
  }
@@ -430,21 +426,13 @@
430
  0,
431
  "PIPE"
432
  ],
433
- [
434
- 5,
435
- 2,
436
- 1,
437
- 5,
438
- 0,
439
- "CLIP"
440
- ],
441
  [
442
  6,
443
  5,
444
  0,
445
  6,
446
  2,
447
- "CONDITIONING"
448
  ],
449
  [
450
  7,
@@ -498,10 +486,7 @@
498
  "version": "1.0.0",
499
  "author": "anycoder",
500
  "created_with": "https://huggingface.co/spaces/akhaliq/anycoder",
501
- "models": {
502
- "pipeline": "Qwen/Qwen-Image-Edit-2509",
503
- "transformer": "linoyts/Qwen-Image-Edit-Rapid-AIO",
504
- "transformer_subfolder": "transformer",
505
  "lora_weight_name": "Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors",
506
  "adapter_name": "anime",
507
  "adapter_weight": 1.0
 
144
  },
145
  {
146
  "id": 2,
147
+ "type": "QwenImageEditPlusPipelineLoader",
148
  "pos": [
149
  50,
150
  450
 
167
  }
168
  ],
169
  "properties": {
170
+ "Node name for S&R": "QwenImageEditPlusPipelineLoader"
171
  },
172
  "widgets_values": [
173
  "Qwen/Qwen-Image-Edit-2509"
174
  ],
175
+ "title": "Load QwenImageEditPlus Pipeline"
176
  },
177
  {
178
  "id": 3,
179
+ "type": "QwenImageTransformer2DModelLoader",
180
  "pos": [
181
  50,
182
  600
 
199
  }
200
  ],
201
  "properties": {
202
+ "Node name for S&R": "QwenImageTransformer2DModelLoader"
203
  },
204
  "widgets_values": [
205
  "linoyts/Qwen-Image-Edit-Rapid-AIO",
206
+ "transformer",
207
+ "bfloat16"
208
  ],
209
  "title": "Load Rapid-AIO Transformer"
210
  },
211
  {
212
  "id": 4,
213
+ "type": "LoadLoRAWeights",
214
  "pos": [
215
  500,
216
  450
 
240
  }
241
  ],
242
  "properties": {
243
+ "Node name for S&R": "LoadLoRAWeights"
244
  },
245
  "widgets_values": [
246
+ "autoweeb/Qwen-Image-Edit-2509-Photo-to-Anime",
247
  "Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors",
248
  "anime",
249
+ 1.0,
250
+ true
251
  ],
252
  "title": "Load Photo-to-Anime LoRA"
253
  },
254
  {
255
  "id": 5,
256
+ "type": "TextInput",
257
  "pos": [
258
  500,
259
  100
260
  ],
261
  "size": [
262
  400,
263
+ 100
264
  ],
265
  "flags": {},
266
  "order": 4,
267
  "mode": 0,
 
 
 
 
 
 
 
268
  "outputs": [
269
  {
270
+ "name": "TEXT",
271
+ "type": "STRING",
272
  "links": [
273
  6
274
  ],
 
276
  }
277
  ],
278
  "properties": {
279
+ "Node name for S&R": "TextInput"
280
  },
281
  "widgets_values": [
282
  "Convert this photo to anime style"
 
284
  },
285
  {
286
  "id": 6,
287
+ "type": "QwenImageEditPlusSampler",
288
  "pos": [
289
  950,
290
  100
 
309
  },
310
  {
311
  "name": "prompt",
312
+ "type": "STRING",
313
  "link": 6
314
  },
315
  {
 
329
  }
330
  ],
331
  "properties": {
332
+ "Node name for S&R": "QwenImageEditPlusSampler"
333
  },
334
  "widgets_values": [
335
  0,
336
+ true,
337
  4,
338
  1.0,
339
  1024,
340
  1024,
341
+ 1
342
  ],
343
+ "title": "Qwen Image Edit Plus Sampler"
344
  },
345
  {
346
  "id": 7,
 
388
  "text": ""
389
  },
390
  "widgets_values": [
391
+ "Photo to Anime Workflow\n\nExact model configuration:\n- Pipeline: QwenImageEditPlusPipeline from Qwen/Qwen-Image-Edit-2509\n- Transformer: QwenImageTransformer2DModel from linoyts/Qwen-Image-Edit-Rapid-AIO (subfolder: transformer, dtype: bfloat16)\n- LoRA: autoweeb/Qwen-Image-Edit-2509-Photo-to-Anime\n- LoRA Weight: Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors\n- Adapter: anime (weight: 1.0, fused and unloaded)\n\nSettings:\n- Steps: 4 | Guidance Scale (true_cfg_scale): 1.0 | Size: 1024x1024 (auto-adjusted)\n- Processor: QwenDoubleStreamAttnProcessorFA3\n- Optimized pipeline with bfloat16\n- num_images_per_prompt: 1\n\nBuilt with anycoder - https://huggingface.co/spaces/akhaliq/anycoder"
392
  ],
393
  "bgcolor": "#232323"
394
  }
 
426
  0,
427
  "PIPE"
428
  ],
 
 
 
 
 
 
 
 
429
  [
430
  6,
431
  5,
432
  0,
433
  6,
434
  2,
435
+ "STRING"
436
  ],
437
  [
438
  7,
 
486
  "version": "1.0.0",
487
  "author": "anycoder",
488
  "created_with": "https://huggingface.co/spaces/akhaliq/anycoder",
489
+ transformer_subfolder": "transformer",
 
 
 
490
  "lora_weight_name": "Qwen-Image-Edit-2509-Photo-to-Anime_000001000.safetensors",
491
  "adapter_name": "anime",
492
  "adapter_weight": 1.0