Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d67b00b17 | ||
|
|
cda24405b5 | ||
|
|
6fa90be8c4 |
@@ -29,6 +29,7 @@ def scan_models(request):
|
|||||||
|
|
||||||
# Resolve preview
|
# Resolve preview
|
||||||
image_name = utils.get_model_preview_name(abs_path)
|
image_name = utils.get_model_preview_name(abs_path)
|
||||||
|
image_name = utils.join_path(os.path.dirname(fullname), image_name)
|
||||||
abs_image_path = utils.join_path(base_path, image_name)
|
abs_image_path = utils.join_path(base_path, image_name)
|
||||||
if os.path.isfile(abs_image_path):
|
if os.path.isfile(abs_image_path):
|
||||||
image_state = os.stat(abs_image_path)
|
image_state = os.stat(abs_image_path)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "comfyui-model-manager"
|
name = "comfyui-model-manager"
|
||||||
description = "Manage models: browsing, download and delete."
|
description = "Manage models: browsing, download and delete."
|
||||||
version = "2.1.2"
|
version = "2.1.3"
|
||||||
license = "LICENSE"
|
license = "LICENSE"
|
||||||
dependencies = ["markdownify"]
|
dependencies = ["markdownify"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user