Stable Diffusion Tutorial: How to generate your own images from text
Machine-readable: Markdown · JSON API · Site index
Описание видео
Text-to-image generation has been one of the hot topics in AI if not the most popular topic over the last year. Unfortunately, up until now, these advanced models like DALL-E 2 or Imagen have not been open to public use. Thus only a lucky few, who managed to get beta access have been generating images. But not anymore!
The weights of Stable Diffusion have just been released and now anyone can use them to generate images. In this video, we will go through a Google Colab Notebook that generates images given a text prompt.
If you'd like to instead run Stable Diffusion locally on your computer (GPU required) check out Ryan O'Connor's article here: https://www.assemblyai.com/blog/p/c0cd220f-c10a-4e3f-8b54-bd91b0a4dd5b/
📒 Find the notebook here: https://colab.research.google.com/drive/1uWCe41_BSRip4y4nlcB8ESQgKtr5BfrN?usp=sharing
🎇 Generated images: https://drive.google.com/drive/folders/1U5jbkPAGRQZ3MKJLSZb1Ge-upIj8Y5Vg
✍️ Ryan O'Connor's article: https://www.assemblyai.com/blog/p/c0cd220f-c10a-4e3f-8b54-bd91b0a4dd5b/
✅ List of released models: https://huggingface.co/CompVis
How is Stable Diffusion different than Dall-e 2 or Imagen?
All of these models are based on diffusion models with differences in how the architecture is set up and the kind of data that is being used to train the models. The biggest difference between, though, is that the weights of the trained Stable Diffusion model have been released for public use.
What is Stable Diffusion based on?
Stable Diffusion uses a technique called diffusion models to achieve its results. To learn more about how diffusion models work, check out this video: https://youtu.be/yTAMrHVG1ew
How does Stable Diffusion work?
Stable Diffusion works by adding noise to an image and then learning to undo this addition and reach the original image. Supported by text information, the model learns how to go from pure noise to an image that reflects the given prompt.
▬▬▬▬▬▬▬▬▬▬▬▬ CONNECT ▬▬▬▬▬▬▬▬▬▬▬▬
🖥️ Website: https://www.assemblyai.com
🐦 Twitter: https://twitter.com/AssemblyAI
🦾 Discord: https://discord.gg/Cd8MyVJAXd
▶️ Subscribe: https://www.youtube.com/c/AssemblyAI?sub_confirmation=1
🔥 We're hiring! Check our open roles: https://www.assemblyai.com/careers
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
#machinelearning #DeepLearning