An open API service indexing awesome lists of open source software.

https://github.com/m0saan/minisd

a pedagogical project aimed at demonstrating the principles and working of stable diffusion algorithms in a simplified, intuitive manner.
https://github.com/m0saan/minisd

Last synced: 7 months ago
JSON representation

a pedagogical project aimed at demonstrating the principles and working of stable diffusion algorithms in a simplified, intuitive manner.

Awesome Lists containing this project

README

          

# miniSD

_miniSD_ is a pedagogical project aimed at demonstrating the principles and working of stable diffusion algorithms in a simplified, intuitive manner.

## Setup

### Requirements

- Python 3.x

### Installation

```bash
git clone https://github.com/m0saan/miniSD.git
cd miniSD
poetry install
```

### Run

```bash
python sample.py
```

## Contribute

Feel free to fork, amend, and propose your enhancements through a pull request.

## License

Apache-2.0 License - delve into the [LICENSE](LICENSE) for more details.

## Reach Out

- [GitHub](https://github.com/m0saan)
- [Email](mailto:moboustt@student.1337.ma)