├── README.md └── T2I_Adapter_SDXL_colab.ipynb /README.md: -------------------------------------------------------------------------------- 1 | 🐣 Please follow me for new updates https://twitter.com/camenduru
2 | 🔥 Please join our discord server https://discord.gg/k5BwmmvJJU
3 | 🥳 Please join my patreon community https://patreon.com/camenduru
4 | 5 | ## 🦒 Colab 6 | 7 | | Colab | Info 8 | | --- | --- | 9 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/T2I-Adapter-SDXL-colab/blob/main/T2I_Adapter_SDXL_colab.ipynb) | T2I_Adapter_SDXL_colab 10 | 11 | ## Main Repo 12 | https://github.com/TencentARC/T2I-Adapter
13 | https://huggingface.co/spaces/TencentARC/T2I-Adapter-SDXL/tree/main
14 | 15 | ## Paper 16 | https://arxiv.org/abs/2302.08453 17 | 18 | ## Output 19 | ![Screenshot 2023-09-08 202503](https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/74229972-f1bf-46c7-9c2f-bc633daeaedd) 20 | ![Screenshot 2023-09-08 204544](https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/ef762d01-eab2-4a2e-8d83-af9f7a87405d) 21 | ![Screenshot 2023-09-08 205648](https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/afeb8e84-71fc-424a-9196-70aef55f86fe) 22 | ![Screenshot 2023-09-08 205117](https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/0382d450-b199-4e0f-80a0-35bd2c08b534) 23 | ![Screenshot 2023-09-08 205316](https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/24823d8b-0cbf-4ead-a9c8-295fb64f91c7) 24 | ![Screenshot 2023-09-08 205433](https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/4abb19eb-253e-4f8d-b732-60dc47138625) 25 | 26 | -------------------------------------------------------------------------------- /T2I_Adapter_SDXL_colab.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "cells": [ 3 | { 4 | "cell_type": "markdown", 5 | "metadata": { 6 | "id": "view-in-github" 7 | }, 8 | "source": [ 9 | "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/T2I-Adapter-SDXL-colab/blob/main/T2I_Adapter_SDXL_colab.ipynb)" 10 | ] 11 | }, 12 | { 13 | "cell_type": "code", 14 | "execution_count": null, 15 | "metadata": { 16 | "id": "VjYy0F2gZIPR" 17 | }, 18 | "outputs": [], 19 | "source": [ 20 | "%cd /content\n", 21 | "!git clone -b dev https://github.com/camenduru/T2I-Adapter-SDXL-hf\n", 22 | "%cd /content/T2I-Adapter-SDXL-hf\n", 23 | "!pip install -r requirements.txt\n", 24 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/d3ebb2ac-d3e7-4782-bcac-c445fd5e257b -O /content/T2I-Adapter-SDXL-hf/assets/depth-midas-image.png\n", 25 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/5a914ade-b047-4e63-a8cb-1603ba557923 -O /content/T2I-Adapter-SDXL-hf/assets/openpose-image.png\n", 26 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/762fd1c5-542d-433b-a13b-e16f895485c7 -O /content/T2I-Adapter-SDXL-hf/assets/org_canny.jpg\n", 27 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/a87dbcb5-eada-49d4-bc49-8603b9212172 -O /content/T2I-Adapter-SDXL-hf/assets/org_lin.jpg\n", 28 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/43d2f04c-2a5e-49c9-a7fe-f4a2e2ea5852 -O /content/T2I-Adapter-SDXL-hf/assets/org_mid.jpg\n", 29 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/e4f48263-7ac9-4060-a21e-e20afcd78335 -O /content/T2I-Adapter-SDXL-hf/assets/org_sketch.png\n", 30 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/c3ec2f31-f2af-41a7-b8f0-479559905419 -O /content/T2I-Adapter-SDXL-hf/assets/org_zoe.jpg\n", 31 | "!wget https://github.com/camenduru/T2I-Adapter-SDXL-colab/assets/54370274/5ac6118e-9ccb-496d-bf7b-d30c9a811d7a -O /content/T2I-Adapter-SDXL-hf/assets/people.jpg\n", 32 | "!python app.py" 33 | ] 34 | } 35 | ], 36 | "metadata": { 37 | "accelerator": "GPU", 38 | "colab": { 39 | "gpuType": "T4", 40 | "provenance": [] 41 | }, 42 | "kernelspec": { 43 | "display_name": "Python 3", 44 | "name": "python3" 45 | }, 46 | "language_info": { 47 | "name": "python" 48 | } 49 | }, 50 | "nbformat": 4, 51 | "nbformat_minor": 0 52 | } 53 | --------------------------------------------------------------------------------