COMMITS
April 4, 2026
Q
feat: add Base Model Auto Loader with Download node
QuantFunc committed
Q
chore: remove auto-creation of lora directory
QuantFunc committed
Q
fix: run git pull before module imports so new code takes effect immediately
QuantFunc committed
Q
refactor: use standard ComfyUI model directories for auto loaders
QuantFunc committed
Y
fix: add fallback for base model repo list and filter "None" api_key
yejianhui committed
Q
feat: add Base Series Model Auto Loader node for QuantFunc series base models
QuantFunc committed
Q
feat: auto-create lora and transformer directories on startup
QuantFunc committed
Q
feat: add Transformer Auto Loader node to scan models/QuantFunc/transformer/
QuantFunc committed
Q
feat: support recursive subfolder scanning in LoRA Auto Loader
QuantFunc committed
Q
fix: use org/repo directory structure for base model downloads
QuantFunc committed
Q
Q
feat: add Base Model Auto Loader node and auto git pull on startup
QuantFunc committed
Q
April 3, 2026
Q
Q
fix: detect and re-download corrupt vision_encoder weights for Qwen-Edit
QuantFunc committed
Q
feat: auto-download missing .so dependencies from ModelScope on Linux
QuantFunc committed
Q
fix: distinguish worker crash from timeout, show actual error message
QuantFunc committed
Q
fix: increase pipeline create timeout to 1800s for lighting warmup
QuantFunc committed
Q
fix: restore precision_config, prequant_weights, fused_mod to ModelLoader
QuantFunc committed
Q
fix: always pass sampler in options_json to prevent stale state
QuantFunc committed
Q
feat: add sampler and eta options to Generate node
QuantFunc committed
March 31, 2026
Q
refactor: remove unused prequant_weights, precision_config, fused_mod options
QuantFunc committed
Q
fix: only unload pipeline when VRAM is actually insufficient
QuantFunc committed
March 30, 2026
Q
docs: add CUDA 12 installation instructions for Linux
QuantFunc committed
Q
fix: forward **kwargs in free_memory hook for ComfyUI compatibility
QuantFunc committed
Q
docs: add Easy Gen beginner tutorial with auto-download workflow
QuantFunc committed
Q
feat: ModelAutoLoader node with auto-download from HuggingFace/ModelScope
QuantFunc committed
March 29, 2026
Q
fix: auto-download dependency DLLs when worker fails to load on Windows
QuantFunc committed
Q
feat: auto-install modelscope SDK + direct HTTP download fallback
QuantFunc committed
Q
fix: fast-fail when SM120+ GPU detected with CUDA 12
QuantFunc committed