mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
improve: print install script log
update DB
This commit is contained in:
parent
5438c7a45e
commit
b93e541478
@ -33,7 +33,7 @@ sys.path.append('../..')
|
||||
from torchvision.datasets.utils import download_url
|
||||
|
||||
# ensure .js
|
||||
print("### Loading: ComfyUI-Manager (V0.21.1)")
|
||||
print("### Loading: ComfyUI-Manager (V0.21.2)")
|
||||
|
||||
comfy_ui_required_revision = 1240
|
||||
comfy_ui_revision = "Unknown"
|
||||
@ -136,6 +136,7 @@ def try_install_script(url, repo_path, install_cmd):
|
||||
|
||||
return True
|
||||
else:
|
||||
print(f"\n## ComfyUI-Manager: EXECUTE => {install_cmd}")
|
||||
code = subprocess.run(install_cmd, cwd=repo_path)
|
||||
|
||||
if platform.system() == "Windows":
|
||||
|
||||
@ -1089,6 +1089,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Save a png or jpeg and option to save prompt/workflow in a text or json file for each image in Comfy + Workflow loading."
|
||||
},
|
||||
{
|
||||
"author": "m-sokes",
|
||||
"title": "ComfyUI Sokes Nodes",
|
||||
"reference": "https://github.com/m-sokes/ComfyUI-Sokes-Nodes",
|
||||
"files": [
|
||||
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Empty Latent Randomizer (9 Inputs)"
|
||||
},
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "noise latent perlinpinpin",
|
||||
"reference": "https://github.com/Extraltodeus/noise_latent_perlinpinpin",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/noise_latent_perlinpinpin"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: NoisyLatentPerlin. This allows to create latent spaces filled with perlin-based noise that can actually be used by the samplers."
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
@ -1268,8 +1288,8 @@
|
||||
"description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111."
|
||||
},
|
||||
{
|
||||
"author": "SadaleNet",
|
||||
"title": "ComfyUI A1111-like Prompt Custom Node Solution",
|
||||
"author": "wsippel",
|
||||
"title": "SDXLResolutionPresets",
|
||||
"reference": "https://github.com/wsippel/comfyui_ws",
|
||||
"files": [
|
||||
"https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py"
|
||||
|
||||
@ -185,6 +185,9 @@
|
||||
"Solarize",
|
||||
"Vignette"
|
||||
],
|
||||
"https://github.com/Extraltodeus/noise_latent_perlinpinpin": [
|
||||
"NoisyLatentPerlin"
|
||||
],
|
||||
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [
|
||||
"AMT VFI",
|
||||
"ESAI VFI",
|
||||
@ -899,7 +902,8 @@
|
||||
],
|
||||
"https://github.com/coreyryanhanson/comfy-qr": [
|
||||
"comfy-qr-by-image-size",
|
||||
"comfy-qr-by-module-size"
|
||||
"comfy-qr-by-module-size",
|
||||
"comfy-qr-by-module-split"
|
||||
],
|
||||
"https://github.com/coreyryanhanson/comfy-qr-validation-nodes": [
|
||||
"comfy-qr-read",
|
||||
@ -1430,6 +1434,7 @@
|
||||
],
|
||||
"https://github.com/wallish77/wlsh_nodes": [
|
||||
"Alternating KSampler (WLSH)",
|
||||
"Build Filename String (WLSH)",
|
||||
"CLIP Positive-Negative (WLSH)",
|
||||
"CLIP Positive-Negative w/Text (WLSH)",
|
||||
"Checkpoint Loader w/Name (WLSH)",
|
||||
|
||||
@ -61,6 +61,8 @@ if os.path.exists(script_list_path):
|
||||
|
||||
try:
|
||||
script = eval(line)
|
||||
print(f"\n## ComfyUI-Manager: EXECUTE => {script}")
|
||||
|
||||
print(f"\n## Execute install/(de)activation script for '{script[0]}'")
|
||||
code = subprocess.run(script[1:], cwd=script[0])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user