Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 42 additions & 21 deletions .runpod/hub.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}
}
8 changes: 1 addition & 7 deletions .runpod/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}
}