Extensions/ComfyUI-musubi
ComfyUI Extension

ComfyUI-musubi

This repository provides a custom node for ComfyUI to load diffusion models with musubi block-wise scaling.

By polym·Created 10 months ago·Updated 10 months ago· 3
polym/ComfyUI-musubi
Nodes2
On cloudLocal install
Categorymusubi
Stars3
Updated10 months ago
Readme

ComfyUI-musubi

This repository provides a custom node for ComfyUI to load diffusion models with musubi block-wise scaling.

🌟 Features

  • MusubiUNETLoader Node: A custom UNET loader based on the original UNETLoader.
  • Musubi Support: Enables the loading of diffusion models that utilize musubi block-wise scaling.
  • Seamless Integration: Behaves identically to the native UNETLoader for a familiar user experience.

👨🏻‍🔧 Installation

  1. Navigate to your ComfyUI custom_nodes directory.
  2. Clone this repository:
    git clone https://github.com/polym/ComfyUI-musubi.git
    
  3. Restart ComfyUI.

🚀 Usage

  1. Download the model: Download the musubi block-wise scaled diffusion model from huggingface and place it in your ComfyUI/models/diffusion_models directory.
  2. Load the model: After installation, you can find the MusubiUNETLoader node in the "musubi" category. Use it in the same way you would use the standard UNETLoader to load your musubi block-wise scaled models.

🎨 Examples

Drag and drop the image into ComfyUI to reproduce the workflow.

Musubi LoRA Example

🙏 Credits

  • The original UNETLoader from ComfyUI.
  • The concept of musubi block-wise scaling.