webtools-cli 1.3.7__tar.gz → 1.3.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {webtools_cli-1.3.7/webtools_cli.egg-info → webtools_cli-1.3.8}/PKG-INFO +1 -1
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/pyproject.toml +1 -1
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/core.py +1 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8/webtools_cli.egg-info}/PKG-INFO +1 -1
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/ComfyUI/comfyUI.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/ComfyUI/comfyu.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/ComfyUI/ui.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/LICENSE +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/README.md +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/setup.cfg +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/__init__.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/__main__.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/cli.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/install.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/mega_client.py +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/web/index.html +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/web/script.js +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools/web/style.css +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools_cli.egg-info/SOURCES.txt +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools_cli.egg-info/dependency_links.txt +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools_cli.egg-info/entry_points.txt +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools_cli.egg-info/requires.txt +0 -0
- {webtools_cli-1.3.7 → webtools_cli-1.3.8}/webtools_cli.egg-info/top_level.txt +0 -0
|
@@ -3612,6 +3612,7 @@ def run_comfyui_mode():
|
|
|
3612
3612
|
download_env["TEXT_ENCODERS_URLS"] = "https://huggingface.co/unsloth/gemma-3-12b-it-qat-GGUF/resolve/main/gemma-3-12b-it-qat-UD-Q4_K_XL.gguf"
|
|
3613
3613
|
download_env["LORA_URLS"] = "https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-22b-distilled-lora-384.safetensors"
|
|
3614
3614
|
download_env["LATENT_UPSCALE_URLS"] = "https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.0.safetensors"
|
|
3615
|
+
download_env["CUSTOM_NODE_URLS"] = "https://github.com/city96/ComfyUI-GGUF.git"
|
|
3615
3616
|
download_env["COMFYUI_WORKSPACE"] = workspace
|
|
3616
3617
|
downloader_script = os.path.join(script_dir, "comfyu.py")
|
|
3617
3618
|
if os.path.exists(downloader_script):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|