Einstellungen

AI/Render Settings (Test)

Nutze diese Seite nur intern zum Testen. Änderungen wirken auf neue Cover/Generierungen.

Zurück

Image Settings (JSON)

Model, Sampler, Steps, CFG, Auflösung, Prompt/Negative. Beispiel siehe unten.

Beispiel
{
  "image": {
    "model": "sd_xl_turbo_1.0_fp16.safetensors",
    "sampler_name": "ddim",
    "steps": 10,
    "cfg": 5,
    "width": 768,
    "height": 768,
    "prompt_prefix": "Ultra photorealistic, high detail, realistic lighting, realistic materials, cinematic photography, 85mm lens, depth of field.",
    "negative": "cartoon, painting, illustration, cel shaded, anime, low detail, blurry, soft edges, oversaturated, 3d render, cgi, stylized, text, watermark",
    "prompt": "A realistic medieval stone castle at sunset, sharp shadows, golden hour light illuminating natural stone textures, detailed foliage, natural environment, crisp high-resolution details, lifelike colors."
  }
}

Prompts (JSON)

Dialogue-/Skript-Prompts für LLM (lokal/Cloud) + Cleaning/Extraction. Änderungen wirken auf neue Skripte/Cover.

Felder
  • dialogue_system: System-Prompt für GPT/OpenAI (Cloud) → JSON mit Script/Lines.
  • dialogue_local_system:System-Prompt für Ollama (lokal) → kompakter, gleiche Struktur.
  • clean_transcript: Bereinigt das Roh-Transkript sprachlich/grammatikalisch.
  • extract_scenes: Extrahiert Titel/Summary/Szenen/Charaktere als JSON.
  • Cover-Prompts bleiben in den Image-Settings (prompt_prefix, prompt, negative).