Last active
September 7, 2022 22:48
-
-
Save octaflop/af064b44072d18529b9d9968a6fd57f9 to your computer and use it in GitHub Desktop.
Revisions
-
octaflop revised this gist
Sep 7, 2022 . 1 changed file with 8 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Machine Learning for the Masses: A Group Discussion and Demonstration of Python-Powered AI Challenging our Collective Understanding of Beauty and Art ## Faris Chebib ## v0.0.1 @@ -7,17 +7,18 @@ - Machine Learning - Art - Previous Examples - - [Dall-E](https://openai.com/dall-e-2/) -  - [Imagen](https://imagen.research.google/) -  - [Stable Diffusion](https://stability.ai/) -  - Introduction 1. Good results 2. Free 3. Open Source 4. Low compute requirement 5. Extremely accessible - Paper - How to read a research paper -
octaflop created this gist
Sep 7, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,43 @@ # Stable Diffusion: Machine Learning for the Masses ## Faris Chebib ## v0.0.1 ### Presented at SLCPython Sept 2022 Meetup - Machine Learning - Art - Previous Examples - [Dall-E](https://openai.com/dall-e-2/) -  - [Imagen](https://imagen.research.google/) -  - [Stable Diffusion](https://stability.ai/) -  - Introduction 1. Good results 2. free 3. open source 4. low comp requirement 5. Extremely accessible - Paper - How to read a research paper - Compared to Others - Examples - **Python Code, running locally** - [Running Diffusion AI Locally](:/cf362d3753274f0fb2915f0fa84884c7) - Ethics - Questions - References - [The SD Repo](https://github.com/CompVis/stable-diffusion) - [Replicate](https://replicate.com/) - [Lambda GPU](https://lambdalabs.com/service/gpu-cloud) - [NightCafe Blog](https://medium.com/nightcafe-creator/stable-diffusion-tutorial-how-to-use-stable-diffusion-157785632eb3) - [LMU Paper](https://ommer-lab.com/research/latent-diffusion-models/) - [Peacasso](https://github.com/victordibia/peacasso) - [Collab Notebook](https://github.com/pinilpypinilpy/sd-webui-colab-simplified) - [better collab notebook](https://colab.research.google.com/drive/1KeNq05lji7p-WDS2BL-86Z8Y9SluGng4?usp=sharing) - [Two Minute Papers](https://www.youtube.com/watch?v=nVhmFski3vg&t=142s) - [Edan Meyer](https://www.youtube.com/watch?v=ltLNYA3lWAQ) - [His Collab](https://colab.research.google.com/drive/1_kbRZPTjnFgViPrmGcUsaszEdYa8XTpq?usp=sharing) - [Public release notes](https://stability.ai/blog/stable-diffusion-public-release) - [Public(?) Demo](https://huggingface.co/spaces/stabilityai/stable-diffusion)