v0.3.37
Comfy-Org/ComfyUIv0.3.37May 27, 2025by github-actions[bot]
AI Summary
This release improves stability and error handling for AMD/ROCm users while adding new API nodes for various AI generation services.
Key Highlights
- Enable pytorch attention by default on AMD gfx1151
- Return proper error if diffusion model not detected properly
- More API nodes: Gemini/Open AI Chat, Tripo, Rodin, Runway Image
New Features
- AMD gfx1151 pytorch attention default enable
- Diffusion model detection error handling
- Gemini/OpenAI Chat node
- Tripo, Rodin, and Runway Image API nodes
Full Release Notes
## What's Changed * Return proper error if diffusion model not detected properly. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8272 * Enable pytorch attention by default on AMD gfx1151 by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8282 * Disable initial GPU load when novram is used. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8294 * [BugFix] Update frontend to 1.20.6 by @webfiltered in https://github.com/comfyanonymous/ComfyUI/pull/8296 * More API nodes: Gemini/Open AI Chat, Tripo, Rodin, Runway Image by @robinjhuang in https://github.com/comfyanonymous/ComfyUI/pull/8295 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.36...v0.3.37