mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
upadte qwen pruning and allow hf models in subfolders
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -24,7 +24,7 @@ def apply_setting(key, value):
|
||||
if key in shared.opts.disable_apply_metadata:
|
||||
gr.update()
|
||||
if key == "sd_model_checkpoint":
|
||||
ckpt_info = sd_models.get_closet_checkpoint_match(value)
|
||||
ckpt_info = sd_models.get_closest_checkpoint_match(value)
|
||||
if ckpt_info is not None:
|
||||
value = ckpt_info.title
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user