replicate/cog-t2i-adapter-sdxl
Python
Captured source
source ↗GH
Source ↗published Sep 14, 2023seen 5dcaptured 13hhttp 200method plain
replicate/cog-t2i-adapter-sdxl
Language: Python
License: Apache-2.0
Stars: 18
Forks: 10
Open issues: 0
Created: 2023-09-14T12:19:38Z
Pushed: 2023-10-20T10:47:30Z
Default branch: main
Fork: no
Archived: no
README:
Cog-T2I-Adapter-SDXL

This is an implementation of TencentARC and the diffuser team's T2I-Adapter-SDXL as a Cog model.
Development
Follow the model pushing guide to push your own fork of T2I-Adapter-SDXL to Replicate.
Basic Usage
To run a prediction:
cog predict -i prompt="Ice dragon roar, 4k photo" -i adapter_name="lineart"
cog run -p 5000 python -m cog.server.http
References
@article{mou2023t2i,
title={T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models},
author={Mou, Chong and Wang, Xintao and Xie, Liangbin and Wu, Yanze and Zhang, Jian and Qi, Zhongang and Shan, Ying and Qie, Xiaohu},
journal={arXiv preprint arXiv:2302.08453},
year={2023}
}