Merge branch 'phase/66-scene-prompt'
This commit is contained in:
@@ -64,6 +64,15 @@ public sealed class SimulationOptions
|
||||
/// </summary>
|
||||
public int MaxDecisionsPerTick { get; set; } = 64;
|
||||
|
||||
/// <summary>How many scene text fragments a portrait may take. Silent defs do not count.</summary>
|
||||
public int PortraitSceneFragmentLimit { get; set; } = 6;
|
||||
|
||||
/// <summary>How many scene LoRAs a portrait may add beyond model / preset / shot layers.</summary>
|
||||
public int PortraitSceneLoraLimit { get; set; } = 2;
|
||||
|
||||
/// <summary>How many scene embeddings a portrait may add beyond model / preset / shot layers.</summary>
|
||||
public int PortraitSceneEmbeddingLimit { get; set; } = 2;
|
||||
|
||||
/// <summary>
|
||||
/// Unclosed warning/error notices kept in the save. The next one is not posted.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user