Migrating to ComfyUI v0.6.0
Version v0.6.0 introduces 1 breaking change. This guide details how to update your code.
Released: 12/24/2025
1
Breaking Changes
3
Migration Steps
7
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
skip_load_modelforce_full_loadLatentCutToBatchFlux2MaxImage API NodeZImageFunControlNetKling O1 StartEndFrame nodeNano Banana custom endpointBreaking Changes
●Issue #1
The parameter `skip_load_model` has been renamed to `force_full_load`. Update any code referencing `skip_load_model` to use `force_full_load` instead.
Migration Steps
- 1Rename usage of `skip_load_model` parameter to `force_full_load`.
- 2If using AMD GPUs, consider setting the environment variable to allow enabling MIOpen.
- 3Update API calls to use the new unified /api/jobs endpoints if applicable.
Release Summary
This release introduces significant refactoring, including resolution bucketing and Trainer updates, alongside new API endpoints and expanded model support for Qwen and Gemma architectures. Several bug fixes address issues related to batching, mask handling, and specific API nodes.
Need More Details?
View the full release notes and all changes for ComfyUI v0.6.0.
View Full Changelog