What's Changed
- feat(V3-io): allow Enum classes for Combo options by @bigcat88 in #10237
- Refactor model sampling sigmas code. by @comfyanonymous in #10250
- Mvly/node update by @Kosinkadink in #10042
- feat(api-nodes, pylint): use lazy formatting in logging functions by @bigcat88 in #10248
- [V3] convert nodes_model_downscale.py to V3 schema by @bigcat88 in #10199
- [V3] convert nodes_lora_extract.py to V3 schema by @bigcat88 in #10182
- [V3] convert nodes_compositing.py to V3 schema by @bigcat88 in #10174
- [V3] convert nodes_latent.py to V3 schema by @bigcat88 in #10160
- More surgical fix for #10267 by @comfyanonymous in #10276
- fix(v3,api-nodes): V3 schema typing; corrected Pika API nodes by @bigcat88 in #10265
- [V3] convert nodes_sd3.py and nodes_slg.py to V3 schema by @bigcat88 in #10162
- Fix bug with applying loras on fp8 scaled without fp8 ops. by @comfyanonymous in #10279
- [V3] convert nodes_flux to V3 schema by @bigcat88 in #10122
- [V3] convert nodes_upscale_model.py to V3 schema by @bigcat88 in #10149
- Fix save audio nodes saving mono audio as stereo. by @comfyanonymous in #10289
- feat(GeminiImage-ApiNode): add aspect_ratio and release version of model by @bigcat88 in #10255
- feat(api-nodes): add price extractor feature; small fixes to Kling/Pika by @bigcat88 in #10284
- Update template to 0.1.95 by @comfyui-wiki in #10294
- Implement the mmaudio 16k VAE. by @comfyanonymous in #10300
- Improve AMD performance. by @comfyanonymous in #10302
- Update node docs to 0.3.0 by @comfyui-wiki in #10318
- update extra models paths example "clip" -> "text_encoders" by @christian-byrne in #10316
- Update the extra_model_paths.yaml.example by @comfyanonymous in #10319
- Always set diffusion model to eval() mode. by @comfyanonymous in #10331
- add indent=4 kwarg to json.dumps() in "Preview Any" node by @norgeous in #10307
- WAN2.2: Fix cache VRAM leak on error by @rattus128 in #10308
- [V3] convert nodes_hunyuan.py to V3 schema by @bigcat88 in #10136
- Enable RDNA4 pytorch attention on ROCm 7.0 and up. by @comfyanonymous in #10332
- Fix loading old stable diffusion ckpt files on newer numpy. by @comfyanonymous in #10333
- Better memory estimation for the SD/Flux VAE on AMD. by @comfyanonymous in #10334
New Contributors
Full Changelog: v0.3.64...v0.3.65