What's Changed
- Use single apply_rope function across models by @contentis in #10547
- Lower ltxv mem usage to what it was before previous pr. by @comfyanonymous in #10643
- feat(API-nodes): use new client in Rodin3D nodes; remove old api client by @bigcat88 in #10645
- Fix qwen controlnet regression. by @comfyanonymous in #10657
- Enable pinned memory by default on Nvidia. by @comfyanonymous in #10656
- Pinned mem also seems to work on AMD. by @comfyanonymous in #10658
- Clarify release cycle. by @comfyanonymous in #10667
- Tell users they need to upload their logs in bug reports. by @comfyanonymous in #10671
- mm: guard against double pin and unpin explicitly by @rattus128 in #10672
- Only unpin tensor if it was pinned by ComfyUI by @comfyanonymous in #10677
- Make ScaleROPE node work on Flux. by @comfyanonymous in #10686
- Add logging for model unloading. by @comfyanonymous in #10692
- Unload weights if vram usage goes up between runs. by @comfyanonymous in #10690
- ops: Put weight cast on the offload stream - Fixes --async-offload black screen by @rattus128 in #10697
- Update CI workflow to remove dead macOS runner. by @comfyanonymous in #10704
- Don't pin tensor if not a torch.nn.parameter.Parameter by @comfyanonymous in #10718
- Update README.md for Intel Arc GPU installation, remove IPEX by @qiacheng in #10729
- always unload re-used but modified models - Fixed bad outputs in some Upscaler / Lora flows by @rattus128 in #10724
- qwen: reduce VRAM usage by @rattus128 in #10725
- Update Python 3.14 compatibility notes in README by @comfyanonymous in #10730
- Quantized Ops fixes by @contentis in #10715
- add PR template for API-Nodes by @bigcat88 in #10736
- feat: add create_time dict to prompt field in /history and /queue by @ric-yu in #10741
- flux: reduce VRAM usage by @rattus128 in #10737
- Better instructions for the portable. by @comfyanonymous in #10743
- Use same code for chroma and flux blocks so that optimizations are shared. by @comfyanonymous in #10746
- Fix custom nodes import error. by @comfyanonymous in #10747
- Add left padding support to tokenizers. by @comfyanonymous in #10753
- [API Nodes] mark OpenAIDalle2 and OpenAIDalle3 nodes as deprecated by @bigcat88 in #10757
- Revert "mark OpenAIDalle2 and OpenAIDalle3 nodes as deprecated (#10757)" by @bigcat88 in #10759
- Change ROCm nightly install command to 7.1 by @comfyanonymous in #10764
New Contributors
Full Changelog: v0.3.68...v0.3.69