Repository: instantX-research/CSGO
Branch: main
Commit: fefec09cf680
Files: 11
Total size: 26.0 MB
Directory structure:
gitextract_n_50hphl/
├── README.md
├── gradio/
│ ├── app.py
│ └── requirements.txt
├── infer/
│ ├── infer_CSGO.py
│ └── infer_csgo.ipynb
├── ip_adapter/
│ ├── __init__.py
│ ├── attention_processor.py
│ ├── ip_adapter.py
│ ├── resampler.py
│ └── utils.py
└── requirements.txt
================================================
FILE CONTENTS
================================================
================================================
FILE: README.md
================================================
CSGO: Content-Style Composition in Text-to-Image Generation
[**Peng Xing**](https://github.com/xingp-ng)
12* · [**Haofan Wang**](https://haofanwang.github.io/)
1* · [**Yanpeng Sun**](https://scholar.google.com.hk/citations?user=a3FI8c4AAAAJ&hl=zh-CN&oi=ao/)
2 · [**Qixun Wang**](https://github.com/wangqixun)
1 · [**Xu Bai**](https://huggingface.co/baymin0220)
13 · [**Hao Ai**](https://github.com/aihao2000)
14 · [**Renyuan Huang**](https://github.com/DannHuang)
15
[**Zechao Li**](https://zechao-li.github.io/)
2✉
1InstantX Team ·
2Nanjing University of Science and Technology ·
3Xiaohongshu ·
4Beihang University ·
5Peking University
*equal contributions,
✉corresponding authors

[](https://huggingface.co/InstantX/CSGO)
[](https://huggingface.co/spaces/xingpng/CSGO/)
[](https://github.com/instantX-research/CSGO)
## Updates 🔥
[//]: # (- **`2024/07/19`**: ✨ We support 🎞️ portrait video editing (aka v2v)! More to see [here](assets/docs/changelog/2024-07-19.md).)
[//]: # (- **`2024/07/17`**: 🍎 We support macOS with Apple Silicon, modified from [jeethu](https://github.com/jeethu)'s PR [#143](https://github.com/KwaiVGI/LivePortrait/pull/143).)
[//]: # (- **`2024/07/10`**: 💪 We support audio and video concatenating, driving video auto-cropping, and template making to protect privacy. More to see [here](assets/docs/changelog/2024-07-10.md).)
[//]: # (- **`2024/07/09`**: 🤗 We released the [HuggingFace Space](https://huggingface.co/spaces/KwaiVGI/liveportrait), thanks to the HF team and [Gradio](https://github.com/gradio-app/gradio)!)
[//]: # (Continuous updates, stay tuned!)
- **`2024/09/04`**: 🔥 We released the gradio code. You can simply configure it and use it directly.
- **`2024/09/03`**: 🔥 We released the online demo on [Hugggingface](https://huggingface.co/spaces/xingpng/CSGO/).
- **`2024/09/03`**: 🔥 We released the [pre-trained weight](https://huggingface.co/InstantX/CSGO).
- **`2024/09/03`**: 🔥 We released the initial version of the inference code.
- **`2024/08/30`**: 🔥 We released the technical report on [arXiv](https://arxiv.org/pdf/2408.16766)
- **`2024/07/15`**: 🔥 We released the [homepage](https://csgo-gen.github.io).
## Plan 💪
- [x] technical report
- [x] inference code
- [x] pre-trained weight [4_16]
- [x] pre-trained weight [4_32]
- [x] online demo
- [ ] pre-trained weight_v2 [4_32]
- [ ] IMAGStyle dataset
- [ ] training code
- [ ] more pre-trained weight
## Introduction 📖
This repo, named **CSGO**, contains the official PyTorch implementation of our paper [CSGO: Content-Style Composition in Text-to-Image Generation](https://arxiv.org/pdf/).
We are actively updating and improving this repository. If you find any bugs or have suggestions, welcome to raise issues or submit pull requests (PR) 💖.
## Pipeline 💻