This repository stores workflows for ComfyUI. Please note that the custom nodes involved have to be loaded manually in ComfyUI.
The node defined here are totally independent of the rest of the project, and may reimplement existing features of the code base. The main purpose of this folder is to provide visual equivalents to the code features.
The workflows can be found in the workflows
folder. It is recommended to use small workflows steps,
as the result of the biggest workflows are quite random.
- sdxl.json: Basic image generation using Stable Diffusion, roughly equivalent to
../skybox/diffusion.py
(HuggingFace). - sdxl_with_refiner.json: Improved image generation that implements the refiner.
- inpainting_demo.json: some simple demo for inpainting.
- sdxl_inpainting_demo.json: a more complete inpainting demo using pure SDXL features.
- central_inpainting.json: An inpainting implementation with the standard functions, using sdxl inpainting, that creates a horizontal tiling.
- panorama_creator.json: an extended workflow to create a flat image as a panorama.
- text_to_skybox.json: a complete workflow to generate a skybox from a prompt.