Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Gustavosta/Stable-Diffusion-Prompts
|
5 |
+
- trollek/Mouse-Diffusion-Instruct
|
6 |
+
base_model: Qwen/Qwen2-0.5B
|
7 |
+
tags:
|
8 |
+
- llama-factory
|
9 |
+
- unsloth
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
---
|
13 |
+
# Qwen2-0.5B-DiffusionPrompter-v0.1
|
14 |
+
|
15 |
+
This repo contains the GGUF quants of [Qwen2-0.5B-DiffusionPrompter-v0.1](https://huggingface.co/trollek/Qwen2-0.5B-DiffusionPrompter-v0.1).
|
16 |
+
|
17 |
+
A small SD prompt model. Give it a prompt like "a beach ball" and you'll get something like:
|
18 |
+
|
19 |
+
> A group of children play on a beach, wearing colorful clothing and hats. The sun is setting, casting a warm orange glow over the scene. The air is filled with laughter and screams as they jump and roll around in the sand. A small beach ball floats in the water, adding to the serene ambiance of the scene.
|
20 |
+
|
21 |
+
or "painting of a beach ball, WLOP":
|
22 |
+
|
23 |
+
> beautiful sunset on the ocean in the style of wlop, painting of a beach ball, detailed and intricate details, realistic
|
24 |
+
|
25 |
+
### Ollama
|
26 |
+
|
27 |
+
```bash
|
28 |
+
ollama pull trollek/qwen2-diffusion-prompter:v01-q4_K_S
|
29 |
+
ollama pull trollek/qwen2-diffusion-prompter:v01-q5_K_S
|
30 |
+
ollama pull trollek/qwen2-diffusion-prompter:v01-q6_K
|
31 |
+
```
|
32 |
+
|
33 |
+
## Notes and gratitude
|
34 |
+
|
35 |
+
Thanks to [roborovski](https://huggingface.co/roborovski) for [superprompt-v1](https://huggingface.co/roborovski/superprompt-v1) and [Gustavosta](https://huggingface.co/Gustavosta) for [Stable-Diffusion-Prompts](https://huggingface.co/datasets/Gustavosta/Stable-Diffusion-Prompts).
|
36 |
+
|
37 |
+
I have no idea why the parameter count has grown be 100M parameters.
|