https://github.com/makaveli10/diffusion
https://github.com/makaveli10/diffusion
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makaveli10/diffusion
- Owner: makaveli10
- Created: 2023-04-26T12:28:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T10:12:00.000Z (about 2 years ago)
- Last Synced: 2025-02-12T10:21:25.512Z (3 months ago)
- Language: Python
- Size: 19.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diffusion
## Getting Started
- Install requirements
```bash
pip install requirements
```- To easily load civit checkpoints, install the git version of diffusers
```bash
pip install git+https://github.com/huggingface/diffusers
```## Docker
- Pull the pre-built docker image
```bash
docker pull ghcr.io/makaveli10/hello-diffusion:latest
```- Build your custom docker image
```bash
docker build . -t hello-diffusion
```## Notebooks
Already have an idea about the kind of image you want to paint? Have a look at the [Overview](https://github.com/makaveli10/diffusion/blob/main/overview.md) which details the models we have pre-loaded.Fine-tune a diffusion model to generates images that look like you. For more details and results, refer to the [training overview](https://github.com/makaveli10/diffusion/blob/main/training.md)