From 10b64099547133ee7c8e6cd9824d5d07c24bebbe Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 13 May 2026 11:47:33 +0200 Subject: [PATCH] skill check-models Signed-off-by: Vladimir Mandic --- modules/sd_detect.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/sd_detect.py b/modules/sd_detect.py index a3978f002..c575d80a0 100644 --- a/modules/sd_detect.py +++ b/modules/sd_detect.py @@ -91,8 +91,6 @@ def guess_by_name(fn, current_guess): new_guess = 'HiDreamO1' elif 'hidream' in fn.lower(): new_guess = 'HiDream' - elif 'hidream' in fn.lower(): - new_guess = 'HiDream' elif 'zeta-chroma' in fn.lower() or 'zetachroma' in fn.lower(): new_guess = 'ZetaChroma' elif 'chroma' in fn.lower() and 'xl' not in fn.lower():