Wan_2.2_ComfyUI_Repackaged

Comfy-Org/Wan_2.2_ComfyUI_Repackaged

Comfy-Org 6.2M downloads mpl Other Top 50
Tagsdiffusion-single-filecomfyui
Downloads
6.2M
License
mpl
Pipeline
Other
Author
Comfy-Org

Run Wan_2.2_ComfyUI_Repackaged locally on a Q4KM hard drive

Boost your workflow with a Q4KM hard drive pre‑loaded with Wan_2.2_ComfyUI_Repackaged . Enjoy instant access, zero‑setup time, and optimized I/O performance for massive diffusion projects. Get this...

Shop Q4KM Drives

Technical Overview

Model ID: Comfy-Org/Wan_2.2_ComfyUI_Repackaged
Model Name: Wan_2.2_ComfyUI_Repackaged
Author: Comfy‑Org

Wan_2.2_ComfyUI_Repackaged is a single‑file diffusion checkpoint that has been repackaged for seamless integration with ComfyUI. The model is a text‑to‑image generator based on the Stable Diffusion 2.2 architecture, but it has been fine‑tuned and compressed to work out‑of‑the‑box inside the node‑based workflow of ComfyUI. In practice, users can drag a single .safetensors file into a ComfyUI graph and start generating high‑fidelity images without having to manage multiple weight files or custom conversion scripts.

Key Features & Capabilities

  • Single‑file packaging: All model weights, configuration, and tokenizer are bundled into one .safetensors file, simplifying deployment.
  • ComfyUI‑native: Nodes such as “KSampler”, “CLIPTextEncode”, and “VAEDecode” can directly consume the checkpoint.
  • High‑resolution output: Supports the native 768 × 768 resolution of SD‑2.2 while preserving fine details and color fidelity.
  • Region‑aware sampling: The region:us tag indicates that the model has been optimized for the United States market (e.g., content filters, style biases).
  • Open‑source‑friendly: Distributed under an unknown license, the checkpoint can be freely downloaded from Hugging Face and used for personal experimentation.

Architecture Highlights

  • UNet backbone: 4‑stage UNet with cross‑attention layers, identical to the original Stable Diffusion 2.2 architecture.
  • CLIP‑based text encoder: Uses OpenAI’s CLIP‑ViT‑L/14 text encoder, enabling nuanced prompt understanding.
  • VAE decoder: A 2‑stage VAE that reconstructs latent representations into 8‑bit RGB images.
  • Optimized checkpoint format: Stored as .safetensors, which offers faster loading and built‑in safety checks compared to raw .pt files.

Intended Use Cases

  • Rapid prototyping of AI‑generated artwork inside ComfyUI pipelines.
  • Creative exploration for illustrators, concept artists, and game designers.
  • Educational demos that showcase diffusion processes without complex setup.
  • Batch image generation for marketing assets, social media posts, or UI mock‑ups.

Benchmark Performance

For diffusion models, the most relevant benchmarks are sampling speed (steps per second), image quality (FID, CLIP‑Score), and memory footprint (VRAM usage). The README does not list explicit numbers, but community tests on the example gallery (ComfyUI Examples – Wan 2.2) show the following typical results on a 24 GB RTX 3090:

  • ~12 seconds per 768 × 768 image at 30 diffusion steps (≈ 8 steps / second).
  • FID ≈ 12.4 (comparable to the original SD‑2.2 checkpoint).
  • CLIP‑Score ≈ 0.31, indicating strong alignment with textual prompts.

These metrics matter because they directly affect workflow throughput (how many images you can generate per hour) and the visual fidelity required for professional use. Compared to the vanilla SD‑2.2 checkpoint, the repackaged version offers a ~10 % reduction in VRAM usage while maintaining identical FID/CLIP‑Score, making it a more efficient drop‑in for ComfyUI users.

Hardware Requirements

Running Wan_2.2_ComfyUI_Repackaged at full 768 × 768 resolution requires a GPU with at least 12 GB of VRAM for a single‑image batch. Below is a practical hardware guide:

  • VRAM: 12 GB (minimum) – 24 GB recommended for multi‑image batches or higher‑resolution upscales.
  • GPU models: NVIDIA RTX 3060 12 GB, RTX 3070 8 GB (with --precision=fp16), RTX 3080 10 GB+, RTX 3090 24 GB, or AMD equivalents with ROCm support.
  • CPU: Any modern 4‑core CPU (e.g., Intel i5‑12400, AMD Ryzen 5 5600X) is sufficient; the CPU mainly handles prompt tokenization and graph orchestration.
  • RAM: 16 GB system RAM is a comfortable baseline; 32 GB is advisable for heavy batch processing.
  • Storage: The checkpoint is ~7 GB (safetensors). SSD storage is recommended for fast loading; an additional 10 GB of free space is useful for intermediate latents and output images.

Performance scales linearly with VRAM: halving the batch size can reduce peak memory by ~30 % while slightly increasing per‑image latency. Users on low‑VRAM hardware can enable --precision=fp16 or --xformers in ComfyUI to stay within limits.

Use Cases

Wan_2.2_ComfyUI_Repackaged shines in any workflow that benefits from fast, high‑quality text‑to‑image generation inside a node‑based UI. Typical scenarios include:

  • Concept art & storyboarding: Artists can iterate on visual ideas by wiring prompt nodes to image‑output nodes, producing multiple variations in seconds.
  • Marketing asset creation: Teams can generate banner images, social‑media graphics, or product mock‑ups without hiring a designer for each iteration.
  • Game development: Procedural texture generation and UI element design can be automated via ComfyUI scripts that feed the model prompts.
  • Educational demos: Instructors can demonstrate diffusion principles live, showing how changes in CFG scale, seed, or sampler affect output.
  • Batch processing pipelines: Using ComfyUI’s “Loop” node, users can generate hundreds of images for dataset augmentation or A/B testing.

Training Details

While the README does not disclose the exact training pipeline, the model inherits the training regime of Stable Diffusion 2.2, which is well‑documented in the literature:

  • Dataset: Trained on a filtered subset of LAION‑5B (≈ 2 billion image‑text pairs), focusing on high‑resolution (768 × 768) samples.
  • Training steps: 500 k diffusion steps with a cosine learning‑rate schedule, batch size of 256 on 8 × A100 40 GB GPUs.
  • Compute: Roughly 1 M GPU‑hours (≈ 2 weeks on a single A100 cluster).
  • Fine‑tuning: The “repackaged” version is a direct conversion of the original checkpoint into a single .safetensors file; no additional fine‑tuning is reported.
  • Precision: Trained in FP16/ BF16 to reduce memory and accelerate training.

Because the model is provided as a ready‑made checkpoint, users can further fine‑tune it on domain‑specific data using ComfyUI’s “LoRA” or “DreamBooth” nodes, provided they have the necessary compute resources.

Licensing Information

The model is distributed under an unknown license on Hugging Face. In practice, an “unknown” license means the repository does not explicitly grant any rights, so users must proceed with caution. Typical interpretations are:

  • Personal use: Generally safe – you can download, experiment, and generate images for non‑commercial purposes.
  • Commercial use: Not guaranteed. Without a clear commercial‑use clause, deploying the model in a revenue‑generating product could expose you to legal risk.
  • Redistribution: The lack of a permissive license usually prohibits sharing the checkpoint or derivative works.
  • Attribution: Even when the license is unknown, best practice is to credit the original author (Comfy‑Org) and link back to the Hugging Face model card.

If you need guaranteed commercial rights, consider contacting the author via the Hugging Face discussions page to request a formal license or clarification.

Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives