Update README.md
Browse files
README.md
CHANGED
@@ -6,12 +6,21 @@ A specialized Ollama model trained to convert plain text into dynamic image prom
|
|
6 |
Use this template:
|
7 |
Create a **flux prompt** from the given text: {your_prompt}
|
8 |
|
|
|
|
|
|
|
|
|
9 |
## Key Features
|
10 |
- Creates detailed, content-rich prompts
|
11 |
- Tends toward bold, imaginative interpretations
|
12 |
- Works best with short, simple inputs
|
13 |
|
|
|
|
|
|
|
|
|
|
|
14 |
## Notes
|
15 |
-
-
|
16 |
- If you want more controlled outputs, add "Don't be wild" to your prompt
|
17 |
- Keep prompts brief for optimal results
|
|
|
6 |
Use this template:
|
7 |
Create a **flux prompt** from the given text: {your_prompt}
|
8 |
|
9 |
+
Settings:
|
10 |
+
temperature: 0.5
|
11 |
+
top_p: 0.9
|
12 |
+
|
13 |
## Key Features
|
14 |
- Creates detailed, content-rich prompts
|
15 |
- Tends toward bold, imaginative interpretations
|
16 |
- Works best with short, simple inputs
|
17 |
|
18 |
+
## Ollama
|
19 |
+
- [Llama-3.2ft Flux-Prompting v0.2](https://ollama.com/poluramus/llama-3.2ft_flux-prompting_v0.2)
|
20 |
+
- [Llama-3.2ft Flux-Prompting v0.4](https://ollama.com/poluramus/llama-3.2ft_flux-prompting_v0.4)
|
21 |
+
- [Llama-3.2ft Flux-Prompting v0.5](https://ollama.com/poluramus/llama-3.2ft_flux-prompting_v0.5)
|
22 |
+
|
23 |
## Notes
|
24 |
+
- When providing a prompt to the model, natural English sentences typically result in outputs that are closer to what you described. In contrast, using SDXL-style prompts like "1girl, fighting, etc." can lead to more varied and less predictable outputs.
|
25 |
- If you want more controlled outputs, add "Don't be wild" to your prompt
|
26 |
- Keep prompts brief for optimal results
|