aksty commited on
Commit
e0d8f43
1 Parent(s): 411eb49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -7,7 +7,14 @@ model-index:
7
  ---
8
  # aksty/promptgen: Prompt generation for Text-to-Image Models
9
 
 
 
10
  This is a text generation model trained on data specifically designed to generate prompts for text-to-image models. It is based on the [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) pre-trained model, which has been fine-tuned using the [Gustavosta/Stable-Diffusion-Prompts](https://huggingface.co/datasets/Gustavosta/Stable-Diffusion-Prompts) dataset.
 
 
 
 
 
11
  ![image](https://huggingface.co/aksty/promptgen/resolve/main/image.jpg)
12
 
13
 
 
7
  ---
8
  # aksty/promptgen: Prompt generation for Text-to-Image Models
9
 
10
+ ![visitor badge](https://visitor-badge.glitch.me/badge?page_id=6594b552.4d0b.46ab.87e6.e6632bcc68a4hf)
11
+
12
  This is a text generation model trained on data specifically designed to generate prompts for text-to-image models. It is based on the [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) pre-trained model, which has been fine-tuned using the [Gustavosta/Stable-Diffusion-Prompts](https://huggingface.co/datasets/Gustavosta/Stable-Diffusion-Prompts) dataset.
13
+
14
+ ### Notebook with promptgen + Stable Diffusion v2
15
+ [![image](https://img.shields.io/badge/Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)](https://colab.research.google.com/github/aksty/promptgen/blob/main/notebook/StableDiffusion_with_PromptGen.ipynb)
16
+
17
+
18
  ![image](https://huggingface.co/aksty/promptgen/resolve/main/image.jpg)
19
 
20