From abff4cf3d629b115e336dda183217327b8b7836d Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:55:37 +0300 Subject: [PATCH] Update sd.py --- comfy/sd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comfy/sd.py b/comfy/sd.py index b0e467144..06f46211e 100644 --- a/comfy/sd.py +++ b/comfy/sd.py @@ -1238,9 +1238,9 @@ class TEModel(Enum): QWEN35_9B = 26 QWEN35_27B = 27 MINISTRAL_3_3B = 28 - GEMMA_4_E4B = 28 - GEMMA_4_E2B = 29 - GEMMA_4_31B = 30 + GEMMA_4_E4B = 29 + GEMMA_4_E2B = 30 + GEMMA_4_31B = 31 def detect_te_model(sd):