ComfyUI Extension: ComfyUI-DiffiT

Authored by Apache0ne

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Node pack that loads the official DiffiT checkpoint, creates latent noise, samples with the official pipeline path, and decodes with the selected VAE.

Looking for a different extension?

Custom Nodes (1)

README

ComfyUI-DiffiT

This node pack now exposes a single node only:

  • DiffiT Official Image

It loads the official DiffiT checkpoint, creates latent noise from seed, samples with the official pipeline path, decodes with the selected VAE, and outputs IMAGE.

Class IDs ITS A LIE dont use 0

class_id is zero-based:

  • 1 = tench
  • 2 = goldfish
  • 3 = great white shark

Install

Restart ComfyUI after install.

Weights

Preferred Stability Matrix path:

Fallback ComfyUI path:

Required filenames:

  • diffit_256.safetensors
  • diffit_512.safetensors

Defaults

  • steps=250
  • scale_pow=4.0
  • cfg_scale=4.4 for diffit_256.safetensors
  • cfg_scale=1.49 for diffit_512.safetensors
  • cfg_cond=True
  • use_ddim=False
  • fp32 only

Notes

  • Image size is inferred automatically from the selected checkpoint.
  • checkpoint_path override was removed.
  • use_fp16 was removed.
  • Upstream code remains non-commercial. See LICENSE_UPSTREAM_NOTICES.md.

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more