Layer-norm / ComfyUI-Diffusers-X-Adapter

ComfyUI diffusers wrapper node X-Adapter testing

Home Page:https://showlab.github.io/X-Adapter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyUI wrapper node for X-Adapter diffusers implementation.

This is meant for testing only, with the ability to use same models and python env as ComfyUI, it is NOT a proper ComfyUI implementation!

I won't be bothering with backwards compability with this node, in many updates you will have to remake any existing nodes (or set widget values again)

Known limitations:

  • As this is only a wrapper, it's not compatible with anything else in ComfyUI, besides input preprocessing and being able to load and convert most models for the Diffusers pipeline
  • Ohe ratio between 1.5 and SDXL resolution also has to be exactly 1:2
  • Some ControlNets/LoRAs won't load, and results with some combos seem broken

Screenshot from 2024-02-22 14-15-35 image image

X-Adapter

This repository is the official implementation of X-Adapter.

X-Adapter: Adding Universal Compatibility of Plugins for Upgraded Diffusion Model
Lingmin Ran, Xiaodong Cun, Jia-Wei Liu, Rui Zhao, Song Zijie, Xintao Wang, Jussi Keppo, Mike Zheng Shou

Project Website arXiv

Overview_v7

X-Adapter enable plugins pretrained on old version (e.g. SD1.5) directly work with the upgraded Model (e.g., SDXL) without further retraining.

Cite

If you find X-Adapter useful for your research and applications, please cite us using this BibTeX:

@article{ran2023xadapter,
  title={X-Adapter: Adding Universal Compatibility of Plugins for Upgraded Diffusion Model},
  author={Lingmin Ran and Xiaodong Cun and Jia-Wei Liu and Rui Zhao and Song Zijie and Xintao Wang and Jussi Keppo and Mike Zheng Shou},
  journal={arXiv preprint arXiv:2312.02238},
  year={2023}
}

About

ComfyUI diffusers wrapper node X-Adapter testing

https://showlab.github.io/X-Adapter/

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%