Split SwarmUI portraits into a model catalog and layered prompts.
Picker is Swarm intersect config, preset style/shot inherit model defaults, and living saves lift the old preset shape.
This commit is contained in:
@@ -701,7 +701,7 @@ internal sealed class GameLoopService(
|
||||
save.Presence,
|
||||
save.DressRules,
|
||||
save.Owner,
|
||||
save.PortraitSettings);
|
||||
save.PortraitSettings is null ? null : SwarmUiConfigFile.Clone(save.PortraitSettings));
|
||||
worker.Start();
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user