From a23d81017a128c7f633ce5ffd027b2c6a4fb60a5 Mon Sep 17 00:00:00 2001 From: Weatherman-AI Date: Sun, 31 Aug 2025 00:14:36 -0500 Subject: [PATCH 1/2] Update hub.json for wan2.2 s2v --- .runpod/hub.json | 63 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/.runpod/hub.json b/.runpod/hub.json index 31f09d2..8db241a 100644 --- a/.runpod/hub.json +++ b/.runpod/hub.json @@ -1,22 +1,43 @@ -{ - "title": "Worker Template", - "description": "A starting point for creating your own custom serverless worker. It provides a basic structure and configuration that you can build upon.", - "type": "serverless", - "category": "language", - "iconUrl": "https://dummyimage.com/100x100/5733ff/fff&text=SW", - "config": { - "runsOn": "GPU", - "containerDiskInGb": 5, - "gpuIds": "ADA_24", - "gpuCount": 1, - "allowedCudaVersions": [ - "12.7", - "12.6", - "12.5", - "12.4", - "12.3", - "12.2", - "12.1" - ] - } +{ + "title": "ComfyUI WAN 2.2 (s2v, i2v)", + "description": "One-Click ComfyUI with Wan2.2 s2v/i2v, audio-to-video nodes, workflows, and model auto-download", + "type": "container", + "category": "video", + "tags": ["comfyui", "image", "video", "audio", "wan", "i2v", "s2v", "rife", "lora", "upscale"], + "iconUrl": "https://raw.githubusercontent.com/Weatherman-AI/comfyui-wan/main/assets/icon.png", + "config": { + "runsOn": "GPU", + "containerDiskInGb": 450, + "allowedCudaVersions": [ + "12.8", + ] + "presets": [ + { + "name": "Default (WAN 2.2 S2V)", + "defaults": { + "INSTALL_WAN22_S2V": "true", + "INSTALL_WAN22_I2V": "false" + } + } + ], + "env": [ + { + "key": "INSTALL_WAN22_I2V", + "value": "false" + "input": { + "name": "Install WAN 2.2 i2v", + "type": "boolean", + "default": false + }, + { + "key": "INSTALL_WAN22_S2V", + "value": "true", + "input": { + "name": "Install WAN 2.2 s2v", + "type": "boolean", + "default": true + } + } + ] + } } \ No newline at end of file From 8c4685d9118c61320484156177d6a0211a67d84e Mon Sep 17 00:00:00 2001 From: Weatherman-AI Date: Sun, 31 Aug 2025 00:19:05 -0500 Subject: [PATCH 2/2] Update tests.json with release-specific details --- .runpod/tests.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.runpod/tests.json b/.runpod/tests.json index c594fba..204e9f9 100644 --- a/.runpod/tests.json +++ b/.runpod/tests.json @@ -12,13 +12,7 @@ "gpuTypeId": "NVIDIA GeForce RTX 4090", "gpuCount": 1, "allowedCudaVersions": [ - "12.7", - "12.6", - "12.5", - "12.4", - "12.3", - "12.2", - "12.1" + "12.8", ] } }