Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tryonlabs/tryondiffusion
TryOnDiffusion: A Tale of Two UNets Implementation
https://github.com/tryonlabs/tryondiffusion
Last synced: 3 months ago
JSON representation
TryOnDiffusion: A Tale of Two UNets Implementation
- Host: GitHub
- URL: https://github.com/tryonlabs/tryondiffusion
- Owner: tryonlabs
- Created: 2023-09-18T09:41:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:24:53.000Z (3 months ago)
- Last Synced: 2024-10-24T23:25:25.394Z (3 months ago)
- Language: Jupyter Notebook
- Size: 1.35 MB
- Stars: 353
- Watchers: 35
- Forks: 44
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-diffusion-categorized - [Official Code
README
# Try On Diffusion: A Tale of Two UNets Implementation
### [Paper Link](https://arxiv.org/abs/2306.08276)### [Click here](https://discord.gg/T5mPpZHxkY) to join our discord channel
## Roadmap
1. ~~Prepare initial implementation~~
1. Test initial implementation with small dataset (VITON-HD)
1. Gather sufficient data and compute resources
1. Prepare and train final implementation
1. Publicly release parameters## How to contribute to tryondiffusion
### 1. Open an issue
We recommend opening an issue (if one doesn't already exist) and discussing your intended changes before making any changes.
We'll be able to provide you feedback and confirm the planned modifications this way.### 2. Make changes in the code
Start with forking the repository, set up the environment, install the dependencies, and make changes in the code appropriately.### 3. Create pull request
Create a pull request to the main branch from your fork's branch.### 4. Merging pull request
Once the pull request is created, we will review the code changes and merge the pull request as soon as possible.### Writing documentation
If you are interested in writing the documentation, you can add it to README.md and create a pull request.
For now, we are maintaining our documentation in a single file and we will add more files as it grows.## License
All material is made available under [Creative Commons BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/). You can **use** the material for **non-commercial purposes**, as long as you give appropriate credit by **citing our original [github repo](https://github.com/kailashahirwar/tryondiffusion)** and **indicate any changes** that you've made to the code.