CoolFace
Apppublic

tosoyn/wan22-enhancer-dev

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
workflow_api.json270 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": [48        "32",49        050      ],51      "clip": [52        "6",53        054      ]55    },56    "class_type": "CLIPTextEncode",57    "_meta": {58      "title": "CLIP Text Encode (Prompt)"59    }60  },61  "13": {62    "inputs": {63      "conditioning": [64        "9",65        066      ]67    },68    "class_type": "ConditioningZeroOut",69    "_meta": {70      "title": "ConditioningZeroOut"71    }72  },73  "16": {74    "inputs": {75      "upscale_method": "lanczos",76      "scale_by": 0.5,77      "image": [78        "23",79        080      ]81    },82    "class_type": "ImageScaleBy",83    "_meta": {84      "title": "Upscale Image By"85    }86  },87  "17": {88    "inputs": {89      "model_name": "4x-UltraSharpV2.safetensors"90    },91    "class_type": "UpscaleModelLoader",92    "_meta": {93      "title": "Load Upscale Model"94    }95  },96  "18": {97    "inputs": {98      "add_noise": "enable",99      "noise_seed": 0,100      "steps": 100,101      "cfg": 1,102      "sampler_name": "euler",103      "scheduler": "simple",104      "start_at_step": 90,105      "end_at_step": 10000,106      "return_with_leftover_noise": "disable",107      "model": [108        "4",109        0110      ],111      "positive": [112        "9",113        0114      ],115      "negative": [116        "13",117        0118      ],119      "latent_image": [120        "30",121        0122      ]123    },124    "class_type": "KSamplerAdvanced",125    "_meta": {126      "title": "KSampler (Advanced)"127    }128  },129  "19": {130    "inputs": {131      "tile_size": 512,132      "overlap": 64,133      "temporal_size": 64,134      "temporal_overlap": 8,135      "samples": [136        "18",137        0138      ],139      "vae": [140        "1",141        0142      ]143    },144    "class_type": "VAEDecodeTiled",145    "_meta": {146      "title": "VAE Decode (Tiled)"147    }148  },149  "23": {150    "inputs": {151      "upscale_model": [152        "17",153        0154      ],155      "image": [156        "34",157        0158      ]159    },160    "class_type": "ImageUpscaleWithModel",161    "_meta": {162      "title": "Upscale Image (using Model)"163    }164  },165  "28": {166    "inputs": {167      "filename_prefix": "Enhanced_",168      "images": [169        "19",170        0171      ]172    },173    "class_type": "SaveImage",174    "_meta": {175      "title": "Save Image"176    }177  },178  "30": {179    "inputs": {180      "tile_size": 512,181      "overlap": 64,182      "temporal_size": 64,183      "temporal_overlap": 8,184      "pixels": [185        "16",186        0187      ],188      "vae": [189        "1",190        0191      ]192    },193    "class_type": "VAEEncodeTiled",194    "_meta": {195      "title": "VAE Encode (Tiled)"196    }197  },198  "31": {199    "inputs": {200      "image": "input_image.png"201    },202    "class_type": "LoadImage",203    "_meta": {204      "title": "Load Image"205    }206  },207  "32": {208    "inputs": {209      "question": "Describe this image in detail.",210      "seed": 61813107116535,211      "temperature": 0.1,212      "top_p": 0.95,213      "max_new_tokens": 512,214      "model": [215        "33",216        0217      ],218      "processor": [219        "33",220        1221      ],222      "image": [223        "34",224        0225      ]226    },227    "class_type": "JanusImageUnderstanding",228    "_meta": {229      "title": "Janus Image Understanding"230    }231  },232  "33": {233    "inputs": {234      "model_name": "deepseek-ai/Janus-Pro-1B"235    },236    "class_type": "JanusModelLoader",237    "_meta": {238      "title": "Janus Model Loader"239    }240  },241  "34": {242    "inputs": {243      "upscale_method": "nearest-exact",244      "megapixels": 1,245      "resolution_steps": 1,246      "image": [247        "31",248        0249      ]250    },251    "class_type": "ImageScaleToTotalPixels",252    "_meta": {253      "title": "ImageScaleToTotalPixels"254    }255  },256  "100": {257    "inputs": {258      "lora_name": "Wan2.1_T2V_14B_FusionX_LoRA.safetensors",259      "strength_model": 1,260      "model": [261        "7",262        0263      ]264    },265    "class_type": "LoraLoaderModelOnly",266    "_meta": {267      "title": "LoraLoaderModelOnly"268    }269  }270}