Change8

v0.3.67

📦 comfyuiView on GitHub →
7 features🐛 3 fixes🔧 3 symbols

Summary

This release introduces significant updates to API nodes, including V3 schema conversions and network client improvements, alongside enhanced dependency caching and hardware-specific optimizations.

Migration Steps

  1. Users utilizing torch-directml should note the new warning added.
  2. Users relying on dependency caching should benefit from improved behavior with loops/lazy execution.

✨ New Features

  • Added custom node published subgraphs endpoint.
  • Implemented dependency aware caching, fixing issues with --cache-none when using loops or lazy execution.
  • Network client v2 for API nodes now supports async operations, cancellation, and downloads, along with refactoring.
  • API Nodes converted Tripo API nodes to V3 schema.
  • API Nodes converted Gemini API nodes to V3 schema.
  • Added LTXV API nodes.
  • Added a batch file to run ComfyUI portable without API nodes.

🐛 Bug Fixes

  • Disabled cudnn only on newer AMD GPUs.
  • Fixed random issues on Windows for API nodes by capturing general OSError for retries.
  • Removed a useless function.

🔧 Affected Symbols

Tripo API nodesGemini API nodesLTXV API nodes