diff --git a/examples/qwen-image-edit/gpu.jsonc b/examples/qwen-image-edit/gpu.jsonc index 7f03d58..06e3a93 100644 --- a/examples/qwen-image-edit/gpu.jsonc +++ b/examples/qwen-image-edit/gpu.jsonc @@ -5,7 +5,10 @@ "project_id": "qwen-image-edit", "provider": "runpod", "gpu_types": [ - { "type": "NVIDIA GeForce RTX 4090" } + { "type": "NVIDIA GeForce RTX 4090" }, + { "type": "NVIDIA L40S" }, + { "type": "NVIDIA A40" }, + { "type": "NVIDIA GeForce RTX 3090" } ], "encryption": false, "min_vram": 24,