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.
- Host: GitHub
- URL: https://github.com/m0saan/minisd
- Owner: m0saan
- License: apache-2.0
- Created: 2023-09-28T08:04:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T17:15:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T21:23:38.987Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)