CoolFace
Apppublic

tosoyn/wan22-enhancer-dev

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
workflow_api_no_janus.json234 linesDownload Raw Back to root
1{2  "1": {3    "inputs": {4      "vae_name": "wan_2.1_vae.safetensors"5    },6    "class_type": "VAELoader",7    "_meta": {8      "title": "Load VAE"9    }10  },11  "4": {12    "inputs": {13      "shift": 8.000000000000002,14      "model": [15        "100",16        017      ]18    },19    "class_type": "ModelSamplingSD3",20    "_meta": {21      "title": "ModelSamplingSD3"22    }23  },24  "6": {25    "inputs": {26      "clip_name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",27      "type": "wan",28      "device": "default"29    },30    "class_type": "CLIPLoader",31    "_meta": {32      "title": "Load CLIP"33    }34  },35  "7": {36    "inputs": {37      "unet_name": "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",38      "weight_dtype": "default"39    },40    "class_type": "UNETLoader",41    "_meta": {42      "title": "wan 2.2 T2V Low Noise loader"43    }44  },45  "9": {46    "inputs": {47      "text": "A high quality photograph with professional lighting and composition.",48      "clip": [49        "6",50        051      ]52    },53    "class_type": "CLIPTextEncode",54    "_meta": {55      "title": "CLIP Text Encode (Prompt)"56    }57  },58  "13": {59    "inputs": {60      "conditioning": [61        "9",62        063      ]64    },65    "class_type": "ConditioningZeroOut",66    "_meta": {67      "title": "ConditioningZeroOut"68    }69  },70  "16": {71    "inputs": {72      "upscale_method": "lanczos",73      "scale_by": 0.5,74      "image": [75        "23",76        077      ]78    },79    "class_type": "ImageScaleBy",80    "_meta": {81      "title": "Upscale Image By"82    }83  },84  "17": {85    "inputs": {86      "model_name": "4x-UltraSharpV2.safetensors"87    },88    "class_type": "UpscaleModelLoader",89    "_meta": {90      "title": "Load Upscale Model"91    }92  },93  "18": {94    "inputs": {95      "add_noise": "enable",96      "noise_seed": 0,97      "steps": 100,98      "cfg": 1,99      "sampler_name": "euler",100      "scheduler": "simple",101      "start_at_step": 90,102      "end_at_step": 10000,103      "return_with_leftover_noise": "disable",104      "model": [105        "4",106        0107      ],108      "positive": [109        "9",110        0111      ],112      "negative": [113        "13",114        0115      ],116      "latent_image": [117        "30",118        0119      ]120    },121    "class_type": "KSamplerAdvanced",122    "_meta": {123      "title": "KSampler (Advanced)"124    }125  },126  "19": {127    "inputs": {128      "tile_size": 512,129      "overlap": 64,130      "temporal_size": 64,131      "temporal_overlap": 8,132      "samples": [133        "18",134        0135      ],136      "vae": [137        "1",138        0139      ]140    },141    "class_type": "VAEDecodeTiled",142    "_meta": {143      "title": "VAE Decode (Tiled)"144    }145  },146  "23": {147    "inputs": {148      "upscale_model": [149        "17",150        0151      ],152      "image": [153        "34",154        0155      ]156    },157    "class_type": "ImageUpscaleWithModel",158    "_meta": {159      "title": "Upscale Image (using Model)"160    }161  },162  "28": {163    "inputs": {164      "filename_prefix": "Enhanced_",165      "images": [166        "19",167        0168      ]169    },170    "class_type": "SaveImage",171    "_meta": {172      "title": "Save Image"173    }174  },175  "30": {176    "inputs": {177      "tile_size": 512,178      "overlap": 64,179      "temporal_size": 64,180      "temporal_overlap": 8,181      "pixels": [182        "16",183        0184      ],185      "vae": [186        "1",187        0188      ]189    },190    "class_type": "VAEEncodeTiled",191    "_meta": {192      "title": "VAE Encode (Tiled)"193    }194  },195  "31": {196    "inputs": {197      "image": "input_image.png"198    },199    "class_type": "LoadImage",200    "_meta": {201      "title": "Load Image"202    }203  },204  "34": {205    "inputs": {206      "upscale_method": "nearest-exact",207      "megapixels": 1,208      "resolution_steps": 1,209      "image": [210        "31",211        0212      ]213    },214    "class_type": "ImageScaleToTotalPixels",215    "_meta": {216      "title": "ImageScaleToTotalPixels"217    }218  },219  "100": {220    "inputs": {221      "lora_name": "Wan2.1_T2V_14B_FusionX_LoRA.safetensors",222      "strength_model": 1,223      "model": [224        "7",225        0226      ]227    },228    "class_type": "LoraLoaderModelOnly",229    "_meta": {230      "title": "LoraLoaderModelOnly"231    }232  }233}234