34 lines
1.2 KiB
TOML
34 lines
1.2 KiB
TOML
# Model Presets
|
|
# Format: ["Model Name"]
|
|
# Description and Guide are mandatory.
|
|
# Other keys should be the Labels found in the /info endpoint.
|
|
|
|
["noobaiXLNAIXL_vPred10Version"]
|
|
description = "High-quality anime model, requires tag-based prompting."
|
|
guide = """
|
|
Detailed Prompting Guide:
|
|
- Style: Tag-based (Danbooru). Use comma-separated tags rather than natural language.
|
|
- Quality: Use 'masterpiece, best quality' for high fidelity.
|
|
- Negatives: Use 'lowres, bad anatomy, bad hands' or a specific inverse style.
|
|
- Settings: Keep CFG between 5.0 and 7.0; higher values can cause color burn.
|
|
- Sampler: Works well with DPM++ 2M SDE.
|
|
"""
|
|
"Resolution Set" = "anime_xl"
|
|
"CFG Scale" = 6.0
|
|
"Sampling Steps" = 28
|
|
"Sampling Method" = "DPM++ 2M SDE"
|
|
|
|
["flux1-dev"]
|
|
description = "State-of-the-art general purpose model, takes natural language."
|
|
guide = """
|
|
Detailed Prompting Guide:
|
|
- Style: Natural Language. Describe the scene as you would to a human.
|
|
- Negatives: Generally doesn't require a negative prompt.
|
|
- Settings: Works best with higher resolutions (1024+).
|
|
- Sampler: Flux Realistic or Euler.
|
|
"""
|
|
"Resolution Set" = "flux_standard"
|
|
"CFG Scale" = 3.5
|
|
"Sampling Steps" = 20
|
|
"Sampling Method" = "Flux Realistic"
|