kris-classes / restart

2022 Semester 2 Course Topics
10 stars 7 forks source link

Make Stable Diffusion hello world #14

Closed Bugsbugme closed 1 year ago

Bugsbugme commented 1 year ago

Stable Diffusion github - https://github.com/CompVis/stable-diffusion Requires Conda - https://docs.conda.io/en/latest/

Some videos on Stable Diffusion and how it works: How AI Image Generators Work (Stable Diffusion / Dall-E) - Computerphile Stable Diffusion in Code (AI Image Generation) - Computerphile

Huggingface Google Colab notebook for Stable Diffusion using diffusers https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb

Bugsbugme commented 1 year ago

Created Google Colab notebook and generated image with Stable Diffusion https://github.com/Bugsbugme/stable-diffusion-hello-world

krp commented 1 year ago

Great resources!