ComfyUI Extension: ComfyUI-MinDalle

Authored by Yahweasel

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.

This is a quick-and-filthy wrapper of a/min-dalle for ComfyUI. min-dalle downloads and loads the actual model itself, making for a very simple, but very non-idiomatic, ComfyUI node.

Looking for a different extension?

Custom Nodes (0)

    README

    ComfyUI-MinDalle

    This is a quick-and-filthy wrapper of min-dalle for ComfyUI. min-dalle downloads and loads the actual model itself, making for a very simple, but very non-idiomatic, ComfyUI node.

    min-dalle's internal tensor format doesn't match what ComfyUI nodes expect, so the output of this node is a PIL image. If you need it to be tensors (which you probably do), then you can convert it with something like the “PIL to Image” node in ComfyUI-Ib-CustomNodes. This means that the image will be generated in Torch tensors, converted to PIL, then converted back to Torch tensors. How efficient!

    This code was mostly written by AI, and then fixed and made to actually work by Yahweasel.

    A simple example workflow is provided in mindalle-example.json.

    The given example workflow loaded into ComfyUI

    How to install

    Clone this repository into custom_nodes/ComfyUI-MinDalle and pip install -r requirements.txt.

    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