| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- {
- "3": {
- "inputs": {
- "seed": 388600705609480,
- "steps": 4,
- "cfg": 1,
- "sampler_name": "euler",
- "scheduler": "beta",
- "denoise": 1,
- "model": [
- "86",
- 0
- ],
- "positive": [
- "6",
- 0
- ],
- "negative": [
- "7",
- 0
- ],
- "latent_image": [
- "58",
- 0
- ]
- },
- "class_type": "KSampler",
- "_meta": {
- "title": "KSampler"
- }
- },
- "6": {
- "inputs": {
- "text": "",
- "clip": [
- "67",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "$prompt.text"
- }
- },
- "7": {
- "inputs": {
- "text": "NSFW",
- "clip": [
- "67",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "CLIP Text Encode (Negative Prompt)"
- }
- },
- "8": {
- "inputs": {
- "samples": [
- "3",
- 0
- ],
- "vae": [
- "39",
- 0
- ]
- },
- "class_type": "VAEDecode",
- "_meta": {
- "title": "VAE Decode"
- }
- },
- "37": {
- "inputs": {
- "unet_name": "qwen_image_fp8_e4m3fn.safetensors",
- "weight_dtype": "default"
- },
- "class_type": "UNETLoader",
- "_meta": {
- "title": "Load Diffusion Model"
- }
- },
- "38": {
- "inputs": {
- "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
- "type": "qwen_image",
- "device": "default"
- },
- "class_type": "CLIPLoader",
- "_meta": {
- "title": "Load CLIP"
- }
- },
- "39": {
- "inputs": {
- "vae_name": "qwen_image_vae.safetensors"
- },
- "class_type": "VAELoader",
- "_meta": {
- "title": "Load VAE"
- }
- },
- "58": {
- "inputs": {
- "width": [
- "90",
- 0
- ],
- "height": [
- "91",
- 0
- ],
- "batch_size": 1
- },
- "class_type": "EmptySD3LatentImage",
- "_meta": {
- "title": "EmptySD3LatentImage"
- }
- },
- "60": {
- "inputs": {
- "filename_prefix": "ComfyUI",
- "images": [
- "8",
- 0
- ]
- },
- "class_type": "SaveImage",
- "_meta": {
- "title": "Save Image"
- }
- },
- "67": {
- "inputs": {
- "lora_name": "Qwen-Image-Lightning-4steps-V1.0.safetensors",
- "strength_model": 1.0000000000000002,
- "strength_clip": 1,
- "model": [
- "37",
- 0
- ],
- "clip": [
- "38",
- 0
- ]
- },
- "class_type": "LoraLoader",
- "_meta": {
- "title": "Load LoRA"
- }
- },
- "86": {
- "inputs": {
- "shift": 3.1000000000000005,
- "model": [
- "67",
- 0
- ]
- },
- "class_type": "ModelSamplingAuraFlow",
- "_meta": {
- "title": "ModelSamplingAuraFlow"
- }
- },
- "90": {
- "inputs": {
- "value": 768
- },
- "class_type": "easy int",
- "_meta": {
- "title": "$width.value"
- }
- },
- "91": {
- "inputs": {
- "value": 1024
- },
- "class_type": "easy int",
- "_meta": {
- "title": "$height.value"
- }
- }
- }
|