mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-06 02:07:53 +08:00
updated: README.md
removed: useless scripts fixed: robust installation of toml module
This commit is contained in:
@ -318,6 +318,7 @@ except Exception as e:
|
||||
|
||||
try:
|
||||
import git # noqa: F401
|
||||
import toml # noqa: F401
|
||||
except ModuleNotFoundError:
|
||||
my_path = os.path.dirname(__file__)
|
||||
requirements_path = os.path.join(my_path, "requirements.txt")
|
||||
|
||||
Reference in New Issue
Block a user