Gustavosta commited on
Commit
24c3f77
1 Parent(s): 050e7d3

Added README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -1,3 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- license: mit
3
- ---
 
 
 
1
+ # MagicPrompt - Dall-E 2
2
+
3
+ This is a model from the series of models: MagicPrompt, which are models aimed at generating prompt texts for image generation AIs, in this case, [Dall-E 2](https://openai.com/dall-e-2/).
4
+
5
+ ## 🖼️ Here's an example:
6
+
7
+ <br>
8
+ <img src="https://files.catbox.moe/h10plz.png">
9
+ <br>
10
+
11
+ This model was trained with a set of about 26k of data filtered and extracted from various places such as: [The Web Archive](https://web.archive.org/web/*/https://labs.openai.com/s/*), [The SubReddit for Dall-E 2](https://www.reddit.com/r/dalle2) and [dalle2.gallery](https://dalle2.gallery/#search). This may be a relatively small dataset, but we have to consider that Dall-E 2 is a closed service and we only have prompts from people who share it and have access to the service, for now. The set was trained with about 40,000 steps and I have plans to improve the model if possible.
12
+
13
+ If you want to test the model with a demo, you can go to: "[Gustavosta/MagicPrompt-Dalle-WebUI](https://huggingface.co/Gustavosta/MagicPrompt-Dalle-WebUI)".
14
+
15
+ ## 💻 You can see other MagicPrompt models:
16
+
17
+ - For Stable Diffusion: [Gustavosta/MagicPrompt-Stable-Diffusion](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion)
18
+ - For Midjourney: [Gustavosta/MagicPrompt-Midourney](https://huggingface.co/Gustavosta/MagicPrompt-Midjourney)
19
+ - MagicPrompt full: [Gustavosta/MagicPrompt](https://huggingface.co/Gustavosta/MagicPrompt)
20
+
21
+ ## ⚖️ Licence:
22
+
23
+ [MIT](https://huggingface.co/models?license=license:mit)
24
+
25
  ---
26
+
27
+ When using this model, please credit: [Gustavosta](https://huggingface.co/Gustavosta)
28
+
29
+ **Thanks for reading this far! :)**