Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,40 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
-
library_name: diffusers
|
4 |
---
|
5 |
|
6 |
<style>
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- image-generation
|
4 |
+
- generative-model
|
5 |
+
- multimodal
|
6 |
+
- SOTA
|
7 |
+
model_name: CustomImageGenerator
|
8 |
+
model_type: image-generation
|
9 |
+
description: >
|
10 |
+
CustomImageGenerator is a state-of-the-art multimodal generative model based
|
11 |
+
on the GPT-2 architecture, capable of generating high-quality images from
|
12 |
+
textual prompts. The model combines advanced techniques from natural language
|
13 |
+
processing (NLP) and computer vision to produce visually coherent and
|
14 |
+
contextually relevant images.
|
15 |
+
architecture: GPT-2
|
16 |
+
tasks:
|
17 |
+
- image-generation
|
18 |
+
references:
|
19 |
+
- title: Generative Pre-trained Transformer 2.0
|
20 |
+
url: >
|
21 |
+
https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf
|
22 |
+
- title: Learning to Generate Images from Text
|
23 |
+
url: https://arxiv.org/abs/1511.02793
|
24 |
+
- title: Stable Diffusion Models for Image Generation
|
25 |
+
url: https://arxiv.org/abs/2105.05233
|
26 |
+
related_models:
|
27 |
+
- name: BigGAN
|
28 |
+
description: State-of-the-art generative adversarial network (GAN) for image generation.
|
29 |
+
url: https://github.com/ajbrock/BigGAN-PyTorch
|
30 |
+
- name: CLIP
|
31 |
+
description: >
|
32 |
+
Contrastive Language-Image Pre-training model for understanding images and
|
33 |
+
text.
|
34 |
+
url: https://github.com/openai/CLIP
|
35 |
+
language:
|
36 |
+
- en
|
37 |
license: apache-2.0
|
|
|
38 |
---
|
39 |
|
40 |
<style>
|