Skip to content

MaIN.NET.0.10.14

Latest

Choose a tag to compare

@github-actionsgithub-actions released this 16 Jun 10:33

0.10.14 release

  • 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.