You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local image generation now runs in-process via StableDiffusion.NET (GGUF diffusion models on CPU/CUDA), replacing the external Python/Flask image-gen service.
Adds local diffusion model catalog (StableDiffusion1_5, Flux1Shnell, QwenImage) with multi-asset downloads (VAE/CLIP/T5/etc) via AIHub.Model().EnsureDownloadedAsync().
InferPage Settings now lists local diffusion models for the Self backend, tagged "Image Gen", and resolves custom model paths correctly for image generation.
Removes the ImageGen Python service, Docker image, and MaIN__ImageGenUrl setting.