GGUF
English
llama-factory
unsloth
Inference Endpoints
conversational
trollek commited on
Commit
ac90586
1 Parent(s): b62348e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
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.