Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.77 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.77 KB

IP Adapter Art:

IP Adapter Art Demo

image-20240807232402569


Introduction

IP Adapter Art is a specialized version that uses a professional style encoder. Its goal is to achieve style control through reference images in the text-to-image diffusion model and solve the problems of instability and incomplete stylization of existing methods. This is a preprint version, and more models and training data coming soon.

How to use

IP Adapter Art Demo can be used to conduct experiments directly.

For local experiments, please refer to a demo.

Local experiments require a basic torch environment and dependencies:

pip install diffusers
pip install transformers
pip install git+https://github.com/openai/CLIP.git
pip install git+https://github.com/aihao2000/IP-Adapter-Art.git

More Examples

image-20240808001612810

Citation

@misc{ipadapterart,
  author = {Hao Ai, Xiaosai Zhang},
  title = {IP Adapter Art},
  year = {2024},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/aihao2000/IP-Adapter-Art}}
}