VinayHajare
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,3 +7,33 @@ tags:
|
|
7 |
- 'Image Generation '
|
8 |
- 'Text-to-Image '
|
9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- 'Image Generation '
|
8 |
- 'Text-to-Image '
|
9 |
---
|
10 |
+
|
11 |
+
# EfficientCLIP-GAN: High-Speed Image Generation with Compact CLIP-GAN Architecture
|
12 |
+
|
13 |
+
<p align="center">
|
14 |
+
<img src="Logo.png" width="500px"/>
|
15 |
+
</p>
|
16 |
+
|
17 |
+
# A high-quality, fast, and efficient text-to-image synthesis model
|
18 |
+
|
19 |
+
|
20 |
+
<p align="center">
|
21 |
+
<b>Generated Images
|
22 |
+
</p>
|
23 |
+
<p align="center">
|
24 |
+
<img src="Samples.png"/>
|
25 |
+
</p>
|
26 |
+
|
27 |
+
|
28 |
+
## Requirements
|
29 |
+
- python 3.9
|
30 |
+
- Pytorch 1.9
|
31 |
+
- At least 1xTesla v100 32GB GPU (for training)
|
32 |
+
- Only CPU (for inference)
|
33 |
+
|
34 |
+
|
35 |
+
EfficientCLIP-GAN is a small, rapid and efficient generative model which can generate multiple pictures in one second even on the CPU as compared to Diffusion Models.
|
36 |
+
|
37 |
+
|
38 |
+
## Note :
|
39 |
+
*** For more details on inference and training visit [Github Page](https://github.com/VinayHajare/EfficientCLIP-GAN) ***
|