ComfyUI Extension: ComfyUI-musubi
This repository provides a custom node for ComfyUI to load diffusion models with musubi block-wise scaling.
Custom Nodes (0)
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 originalUNETLoader
.- 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
- Navigate to your ComfyUI
custom_nodes
directory. - Clone this repository:
git clone https://github.com/polym/ComfyUI-musubi.git
- Restart ComfyUI.
🚀 Usage
- Download the model: Download the musubi block-wise scaled diffusion model from huggingface and place it in your
ComfyUI/models/diffusion_models
directory. - 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 standardUNETLoader
to load your musubi block-wise scaled models.
🎨 Examples
Drag and drop the image into ComfyUI to reproduce the workflow.
🙏 Credits
- The original
UNETLoader
from ComfyUI. - The concept of musubi block-wise scaling.