A8r8 Versions Save

A8R8 (Alternate Reality), an opinionated interface for Stable Diffusion image generation, and more.

v0.5.2

2 weeks ago

Fix integration with Forge Couple v1.5.0

Make sure to grab the latest Forge Couple version

v0.5.1

3 weeks ago

What's Changed

WSL has a weird behavior of not resolving all requests to the virtual Windows interface IP when the generation backend (A1111/Forge/Comfy) is not started before running A8R8.

This required some fine tuning with reasonable timeout values to prevent the application from crashing on start.

I also cleaned up some warnings that appeared when running the application.

v0.5.0

3 weeks ago
  • Add regional prompting and region mask layers - make sure to add the Forge Couple extension >= v1.3.7 to your Forge installation
  • Rework undo/redo for controlnet layers and region mask layers
  • Add Tiled Diffusion initial support with Forge
  • Fix controlnet with preprocessor set to None
  • A number of other fixes and UI tweaks

Grab the Windows One-Click Installer archive here, and follow these steps.

v0.4.0

1 month ago
  • Add install.sh and run.sh (could be used with Windows through WSL2)
  • Masks for controlnet layers
  • Add/remove controlnet layers dynamically
  • Add Forge support
  • Add soft inpainting support
  • Add drag/drop of controlnet images to the layer item
  • Update color picker
  • Update brush size fine control using shift/ctrl modifiers with [ and ]
  • UI tweaks and updates

v0.3.0

3 months ago

Added

  • Comfy inpainting model support
  • Show notification if generation is cached with ComfyUI
  • Add ComfyUI free memory endpoint

Changed

  • Client refactor
  • Update dependencies
  • UI tweaks
  • Optimize image rendering by updating outside of React

Fixed

  • Fix preview image positioning and dimensions in some cases

v0.2.4

4 months ago

Added

  • New selection box component with search
  • VAE select
  • Scheduler select for comfy
  • Color picker button in toolbar
  • Image uploader for controlnet layers

Fixed

  • Ultimate upscale latest version with comfy
  • Ignore mask and init image with text to image
  • Generation preview aspect ratio
  • Round selection box drag position correctly
  • Bug fixes for some random generation errors

Changed

  • Generation time optimization for t2i; 40%~50% faster with A1111
  • Text editor attention text style and incrementation behavior
  • Allow deselecting mode and tool in toolbar
  • Set default controlnet mode to resize and crop
  • Smarter resizing logic based on model type (1.*/XL)
  • Style tweaks
  • Dependencies update

v0.2.3

7 months ago

Fixed

  • Comfy txt2img with upscalers other than latent

Changed

  • Changed lora attention increment to 0.1

v0.2.2

7 months ago

Changed

  • Updated JS dependencies

Fixed

  • Fixed Comfy Controlnet integration after comfyui_controlnet_aux update

v0.2.1

7 months ago

Fixed

  • Comfy controlnet with preprocessor set to none

v0.2.0

7 months ago

Added

Changed

  • Increased the side panel width
  • Downgraded the OTP version to v25 until v26 gets a memory leak fix merged
  • Refactoring and cleanup

Fixed

  • Scale adaptation when generation box is scaled down below the native resolution of the active model
  • Docker build was broken; removed some dependencies until it's sorted out