Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomdewildt/stable-diffusion-experiment

Experiments using the Stable Diffusion model from Stability AI
https://github.com/tomdewildt/stable-diffusion-experiment

colab diffusers img2img jupyter matplotlib paint2img python stable-diffusion text2img

Last synced: about 7 hours ago
JSON representation

Experiments using the Stable Diffusion model from Stability AI

Awesome Lists containing this project

README

        

# Stable Diffusion Experiment
[![License](https://img.shields.io/github/license/tomdewildt/stable-diffusion-experiment)](https://github.com/tomdewildt/stable-diffusion-experiment/blob/master/LICENSE)

Experiments using the [Stable Diffusion](https://huggingface.co/CompVis/stable-diffusion) model from [Stability AI](https://stability.ai/).

# How To Run

Prerequisites:
* virtualenv version ```20.0.3``` or later
* python version ```3.8.5``` or later

### Development

1. Run ```make init``` to initialize the environment.
2. Run ```make notebook``` to start the notebook server.

# References

[Jupyter Docs](https://jupyter.org/documentation)

[Stable Diffusion (Code) Docs](https://github.com/CompVis/stable-diffusion)

[Stable Diffusion (Diffusers) Docs](https://huggingface.co/CompVis/stable-diffusion-v1-4)

[Stable Diffusion (Original) Docs](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original)

[Stable Diffusion Videos Docs](https://github.com/nateraw/stable-diffusion-videos)

[Diffusers Docs](https://github.com/huggingface/diffusers)

[Matplotlib Docs](https://matplotlib.org/stable/contents.html)