From 2185b2cb6ffbbbcf096d044b8d372382eef4d282 Mon Sep 17 00:00:00 2001 From: Angus Bezzina <37071175+angusbezzina@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:51:10 -0800 Subject: [PATCH] chore: update qwen-image-edit example --- examples/qwen-image-edit/gpu.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,