Add log entry functionality to AIImages. Introduce event description handling in PawnAppearanceData and update prompt generation logic to include event context. Enhance Window_AIImage to display log entries and allow image generation from log events, improving user interaction and character representation.
All checks were successful
SonarQube Analysis / Build and analyze (push) Successful in 1m45s
All checks were successful
SonarQube Analysis / Build and analyze (push) Successful in 1m45s
This commit is contained in:
@@ -15,6 +15,15 @@ namespace AIImages.Services
|
||||
StableDiffusionSettings settings
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Генерирует позитивный промпт на основе данных о персонаже и события
|
||||
/// </summary>
|
||||
string GeneratePositivePromptWithEvent(
|
||||
PawnAppearanceData appearanceData,
|
||||
StableDiffusionSettings settings,
|
||||
string eventDescription
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Генерирует негативный промпт на основе настроек
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user