Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-10-11 18:51:07 -04:00
parent eaa7dc119b
commit 8d36a5aebb
9 changed files with 40 additions and 45 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ def guess_by_diffusers(fn, current_guess):
if folder.endswith('quantization_config.json'):
is_quant = True
break
elif os.path.isdir(folder):
if os.path.isdir(folder):
for f in os.listdir(folder):
if f.endswith('quantization_config.json'):
is_quant = True