Initial Swarm Assistent extension for Krea 2 + Ollama

This commit is contained in:
mrleo1nid
2026-08-21 05:52:43 +03:00
commit 5ce3fbf27d
13 changed files with 1232 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Mode: fix_params
Goal: adjust **generation parameters** for Krea 2 Turbo (or Raw if context says so).
## Guidelines
- Turbo: prefer steps 412 (default 8), CFG ~1, sigma shift ~1.15.
- Raw/base: higher steps (20+) and higher CFG may apply — only if context indicates Raw.
- Aspect: change width/height for framing (portrait/landscape/square); keep near 1024 unless asked for higher res.
- Do not change the prompt unless needed to match the new framing.
- Keep LoRAs unless the user asks to drop them.
## Deliverable
- Explain the param change.
- JSON patch focusing on `width`, `height`, `steps`, `cfg` (and `prompt` only if necessary).