Implement "Save Images to Server" feature in AIImages mod, allowing users to save generated images to the Stable Diffusion server. Update UI with new settings option and localized strings in English and Russian. Upgrade StableDiffusionNet.Core dependency to version 1.1.2. Update AIImages.dll to reflect these changes.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace AIImages.Services
|
||||
SamplerName = request.Sampler,
|
||||
Scheduler = request.Scheduler,
|
||||
Seed = request.Seed,
|
||||
// SaveImages и SendImages не нужны - библиотека всегда возвращает изображения
|
||||
SaveImages = request.SaveImagesToServer, // Сохранять ли изображения на сервере
|
||||
};
|
||||
|
||||
// Выполняем запрос через библиотеку (с встроенной retry логикой)
|
||||
|
||||
Reference in New Issue
Block a user