ComfyUI-AdvancedTiling

ComfyUI-AdvancedTiling
★ 13

六边形平铺无缝平铺自定义旋转示例工作流
为 ComfyUI 提供多种形状的高级平铺节点(含六边形与普通模式),支持自定义旋转与示例工作流,便于生成可平铺图像。
💡 生成可平铺的六边形纹理或普通图像,用于背景与材质制作。
🍴 3 Forks💻 Python🔄 2024-08-02
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e58c8376a81b
Hexagon tiling example
📄 README

ComfyUI Advanced Tiling

ComfyUI tiling nodes inspired by spinagon/ComfyUI-seamless-tiling. This project enables the creation of tileable images in various shapes with customizable rotations. Example workflows are located in the workflows directory.

⚠️ There are some artifacts present. I’m not sure if this is because of a flawed implementation or simply because Stable Diffusion isn’t intended for this purpose.

Implemented tiling modes

  • [x] Hexagon
  • [x] None (normal generation)
  • Supported models

  • [x] Stable Diffusion 1.5 (also 1.4)
  • [x] Stable Diffusion 2.1 (also 2.0)
  • [x] Stable Diffusion XL (SDXL)
  • TODO

  • More tiling modes
  • Optimize VAE decode (first pass is very slow)
  • Support DiT based models (SD3, PixArt-Σ, FLUX.1)
  • Credits

    spinagon/ComfyUI-seamless-tiling [GPL-3.0] – Used as a base for this project

    Red Blob Games – Hexagonal Grids – Hexagonal grid math