File size: 1,437 Bytes
a62a4b8 2c52e33 a62a4b8 a9c8f00 a62a4b8 291ca09 a62a4b8 a2f1f7c a62a4b8 528e956 a62a4b8 d93e316 a62a4b8 745af25 a62a4b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
language: en
tags:
- Computer Vision
- Machine Learning
- Deep Learning
- Diffusion Models
- Stable Diffusion
- Texual Inversion
---
# Beyond Diffusion: What is Personalized Image Generation and How Can You Customize Image Synthesis?
![Personalized Diffusion Image](https://github.com/azad-academy/personalized-diffusion/raw/main/cover.jpg)
This set of models has been used in the following article:
On Medium:
https://azad-wolf.medium.com/beyond-diffusion-what-is-personalized-image-generation-and-how-can-you-customize-image-synthesis-26a89d5b335
On Substack:
https://azadwolf.substack.com/p/beyond-diffusion-what-is-personalized
<br/><br/><br/>
## Object Customization using Textual Inversion
![TextualInversion Object image](https://github.com/azad-academy/personalized-diffusion/raw/main/ti-object.jpg)
<br/><br/>
## Object Customization using DreamBooth
![DreamBooth Object image](https://github.com/azad-academy/personalized-diffusion/raw/main/dreambooth.jpg)
<br/><br/>
## Style Capture & Generation using TextualInversion
<br/><br/>
![TextualInversion Styles image](https://github.com/azad-academy/personalized-diffusion/raw/main/style-images.jpg)
<br/><br/>
## Style/Pose Transfer using TextualInversion
![TextualInversion Styles image](https://github.com/azad-academy/personalized-diffusion/raw/main/ti-styles.jpg)
<br/><br/>
# Code
https://www.github.com/azad-academy/personalized-diffusion
|