Diffusers
enrva75 commited on
Commit
4135d70
1 Parent(s): fb0a935

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -30
README.md DELETED
@@ -1,30 +0,0 @@
1
- ---
2
- license: mit
3
- pipeline_tag: text-to-image
4
- ---
5
-
6
- # MagicPrompt - Stable Diffusion
7
-
8
- This is a model from the MagicPrompt series of models, which are [GPT-2](https://huggingface.co/gpt2) models intended to generate prompt texts for imaging AIs, in this case: [Stable Diffusion](https://huggingface.co/CompVis/stable-diffusion).
9
-
10
- ## 🖼️ Here's an example:
11
-
12
- <img src="https://files.catbox.moe/ac3jq7.png">
13
-
14
- This model was trained with 150,000 steps and a set of about 80,000 data filtered and extracted from the image finder for Stable Diffusion: "[Lexica.art](https://lexica.art/)". It was a little difficult to extract the data, since the search engine still doesn't have a public API without being protected by cloudflare, but if you want to take a look at the original dataset, you can have a look here: [datasets/Gustavosta/Stable-Diffusion-Prompts](https://huggingface.co/datasets/Gustavosta/Stable-Diffusion-Prompts).
15
-
16
- If you want to test the model with a demo, you can go to: "[spaces/Gustavosta/MagicPrompt-Stable-Diffusion](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion)".
17
-
18
- ## 💻 You can see other MagicPrompt models:
19
-
20
- - For Dall-E 2: [Gustavosta/MagicPrompt-Dalle](https://huggingface.co/Gustavosta/MagicPrompt-Dalle)
21
- - For Midjourney: [Gustavosta/MagicPrompt-Midourney](https://huggingface.co/Gustavosta/MagicPrompt-Midjourney) **[⚠️ In progress]**
22
- - MagicPrompt full: [Gustavosta/MagicPrompt](https://huggingface.co/Gustavosta/MagicPrompt) **[⚠️ In progress]**
23
-
24
- ## ⚖️ Licence:
25
-
26
- [MIT](https://huggingface.co/models?license=license:mit)
27
-
28
- When using this model, please credit: [Gustavosta](https://huggingface.co/Gustavosta)
29
-
30
- **Thanks for reading this far! :)**