Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
| 4 |
widget:
|
| 5 |
- output:
|
| 6 |
-
url: images/ddim_images/
|
| 7 |
text: A futuristic city
|
| 8 |
|
| 9 |
## Model Description
|
| 10 |
-
Implemented and trained a stable diffusion model from scratch (CLIP + VAE + UNet + Cross-Attention), optimizing schedulers (DDPM, DDIM, Euler Ancestral, DPM-Solver++) and attention mechanisms (Flash Attention, xFormers) to reduce generation time by 22% and improve image clarity using MPS on RunPod GPUs.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: image-to-text
|
| 4 |
---
|
| 5 |
widget:
|
| 6 |
- output:
|
| 7 |
+
url: images/ddim_images and images/ddpm_images
|
| 8 |
text: A futuristic city
|
| 9 |
|
| 10 |
## Model Description
|
| 11 |
+
Implemented and trained a stable diffusion model from scratch (CLIP + VAE + UNet + Cross-Attention), optimizing schedulers (DDPM, DDIM, Euler Ancestral, DPM-Solver++) and attention mechanisms (Flash Attention, xFormers) to reduce generation time by 22% and improve image clarity using MPS on RunPod GPUs.
|