A simple clone of the image generating AI, Stable Diffusion
connect to a server from the google collab feature here link or else you can play with this feature on this google collab itself.
- Clone the Repo
git clone [email protected]:meihu-ganesh/Stable_Diffusion.ipynb.git
- Install the Packages Required
pip install --upgrade git+https://github.com/huggingface/diffusers.git
pip install --upgrade git+https://github.com/huggingface/transformers/
pip install accelerate==0.12.0
pip install scipy
pip install ftfy
pip install gradio -q
Stable_diffusion.py
Make sure your Internet Connection is strong.