ComfyUI-Studio-nodes
π§© Aspect Ratio Image Size Calculator, πΌοΈ Aspect Ratio Resizer, and π Markdown Link Generator for ComfyUI.
Nodes (7)
π¨ Aspect Ratio Nodes for ComfyUI
Smart nodes for calculating and resizing images to any aspect ratio.
Supports manual size, auto 1MP sizing, crop/stretch, and horizontal/vertical orientation.
π‘ Usage Examples
Default 1MP:
width=0, height=0, aspect_ratio="16:9" β ~1333x750
Width-Based:
width=1920, height=0, aspect_ratio="16:9" β 1920x1080
Manual Override:
width=1920, height=1200, aspect_ratio="16:9" β 1920x1200
Vertical Orientation:
width=0, height=0, aspect_ratio="16:9", direction="Vertical" β ~750x1333
π§ Git Clone Manager
Manage and clone GitHub, HuggingFace, or any Git repositories with ease.
Supports custom paths, branches, submodules, and authentication tokens.
β‘ Key Features
- Clone Repos Anywhere: GitHub β custom_nodes/, HF β models/, or custom paths
- Advanced Git Ops: Branch selection, shallow clones, submodules, force update
- Auth Support: HuggingFace & GitHub tokens with automatic URL handling
- Professional Tools: Concurrent cloning, progress tracking, repo history, size calculation, interrupts
- Repo Info: Current branch, last commit, remote URL, clone date, total size
π Usage Examples
Clone nodes:
https://github.com/ltdrdata/ComfyUI-Manager
https://github.com/WASasquatch/was-node-suite-comfyui
Clone models with custom paths:
https://huggingface.co/runwayml/stable-diffusion-v1-5 models/sd15
Clone specific branches:
branch:main https://github.com/user/experimental-node
Mixed operations:
https://github.com/comfyanonymous/ComfyUI-3D-Pack
https://huggingface.co/facebook/bart-large models/bart
π Advantages
- Easy Git-based workflow for nodes & models
- Clean interface with full repo awareness
- Fast batch cloning with detailed progress & history
- Interrupt-safe and professional-grade Git handling
Perfect for managing ComfyUI nodes, models, and any Git workflow without hassle.
π€ HuggingFace Downloader Node
Custom ComfyUI node for downloading HuggingFace models efficiently.
β‘ Features
- Multi-line input for multiple links
- Flexible formats: url folder filename or url folder
- Skips existing files automatically
- Shows download progress and file sizes
- Error handling with reports
- Threaded downloads for speed
- Optional auto-download toggle
π Usage Example
https://huggingface.co/path/to/model.safetensors unet model_name.safetensors https://huggingface.co/path/to/vae.safetensors vae https://huggingface.co/path/to/checkpoint.ckpt checkpoints my_checkpoint.ckpt