Apex Artist - Image Resize
Professional image resizing node with 6 advanced algorithms, intelligent aspect ratio handling, crop/pad options, and batch processing support. Perfect for AI workflows, photography, and digital art.
Nodes (6)
Nine ways to soften an image, all on your GPU
Turn your depth map into a relightable normal map
Photoshop blending modes without leaving ComfyUI
A LoRA picker that actually shows you the thumbnails
Steal a good environment, lighting, and lens from a dropdown
Eight ways to crisp up an image, minus the halos
ComfyUI Apex Artist — Efficient Nodes to Make ComfyUI Convenient
A collection of efficient, easy-to-use nodes for ComfyUI that streamline image processing and prompt management.
🎨 Available Nodes
Image Processing
- ApexBlur — 9 blur algorithms (Gaussian, Motion, Radial, Lens, Spin, Zoom, etc.)
- ApexSharpen — 8 sharpening methods (Unsharp Mask, High Pass, Clarity, etc.)
- ApexLayerBlend — 25+ blend modes for layer compositing
- ApexDepthToNormal — Convert depth maps to normal maps
Models & Workflow
- ApexLoraLoader — Interactive browser with folder navigation and thumbnail preview support
- ApexPromptPreset — Professional prompt presets across Environment, Lighting, and Style categories
✨ Key Features
LoRA Loader
- Interactive modal browser with folder navigation
- Optimized 256x256 thumbnails (100-200x faster loading)
- Smart preview detection (multiple formats: PNG, JPG, WebP, GIF, BMP, TIFF)
- Original images can be deleted after thumbnail creation to save space
- Handles large collections (1000+ LoRAs efficiently)
📦 Installation
- Navigate to ComfyUI custom_nodes directory
- Clone the repository:
git clone https://github.com/ApexArtist/comfyui-apex-artist.git - Restart ComfyUI
- Nodes appear under "Apex Artist" in the Add Node menu
📚 Documentation
For detailed documentation, see memory-bank/features.md.
🚀 Quick Start
LoRA Loader
Add Node → Apex Artist → Models → Apex LoRA Loader
- Click "Click to browse LoRAs" button
- Navigate folders with breadcrumb
- Click thumbnail to select
📊 Performance (RTX 3080, 1024×1024)
- ApexBlur: 15-80ms depending on type
- ApexSharpen: 18-25ms
- ApexLayerBlend: 2-25ms depending on mode
- ApexDepthToNormal: 12ms
🚀 Changelog
v2.1.1 - 2026-07-23 — Patch: version bump, removed stale ApexLoadModel references from metadata files v2.0.3 - 2026-07-19 — Project cleanup: removed ApexLoRAExtract, ApexLoRAMerge, and ApexModelQuantizer to focus on core VFX features v2.0.2 - 2026-07-16 — Brand refresh: repositioned as efficient nodes to make ComfyUI convenient, removed VFX branding v2.0.1 - 2026-07-16 — Security fixes, performance optimizations, code deduplication (apex_utils.py)
📦 Requirements
- ComfyUI (latest stable)
- Python 3.8+
- PyTorch (as provided by ComfyUI)
- Pillow (PIL) with image format support (provided by ComfyUI)
Note on WebP support: WebP thumbnail generation requires Pillow to be compiled with libwebp support. If WebP processing fails, the system will gracefully fall back to serving the original WebP image directly. Most modern Pillow installations include WebP support by default.
📄 License
MIT License - See LICENSE file for details
🤝 Contributing
Issues and feature requests welcome on GitHub!