Change8

Migrating to ComfyUI v0.3.68

Version v0.3.68 introduces 2 breaking changes. This guide details how to update your code.

Released: 11/5/2025

2
Breaking Changes
3
Migration Steps
15
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

queue apinodes_recraft.pyLuma API nodeMinimax API nodePixverse API nodeIdeogram API nodeDall2 API nodeScaleROPE nodeLTXV API nodesStabilityAI API nodeRodin3D nodesnodes_hypernetwork.pynodes_openai.pyPika API nodestorch.compile

Breaking Changes

Issue #1

The Comfy API key is removed from the queue API. If you were relying on this for queue management via the API, you will need to update your integration.

Issue #2

API Nodes for Luma, Minimax, Pixverse, Ideogram, StabilityAI, and Pika have been updated to use a new API client. This might require updates to how these nodes interact with their respective services.

Migration Steps

  1. 1
    If using the queue API, update your calls as the Comfy API key has been removed.
  2. 2
    Users experiencing issues with the portable version should update their NVIDIA drivers.
  3. 3
    Users are advised to update their PyTorch versions.

Release Summary

This release introduces a new Mixed Precision Quantization System and significant performance improvements, especially around memory offloading and torch.compile optimizations for fp8 operations. Several API nodes were updated to use a new client structure, and various stability fixes were applied to caching and execution flow.

Need More Details?

View the full release notes and all changes for ComfyUI v0.3.68.

View Full Changelog