- 24 Dec, 2022 5 commits
-
-
AUTOMATIC1111 authored
Improve InvokeAI cross attention reliability and speed when using MPS for large images
-
AUTOMATIC1111 authored
fix hints file typo
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
fix: xformers
-
Akiba authored
-
- 21 Dec, 2022 1 commit
-
-
brkirch authored
Check if q.shape[0] * q.shape[1] is 2**18 or larger and use the lower memory usage MPS optimization if it is. This should prevent most crashes that were occurring at certain resolutions (e.g. 1024x1024, 2048x512, 512x2048). Also included is a change to check slice_size and prevent it from being divisible by 4096 which also results in a crash. Otherwise a crash can occur at 1024x512 or 512x1024 resolution.
-
- 16 Dec, 2022 1 commit
-
-
Akiba authored
-
- 11 Dec, 2022 1 commit
-
-
Alex "mcmonkey" Goodwin authored
-
- 10 Dec, 2022 32 commits
-
-
AUTOMATIC1111 authored
LDSR improvements - cache / optimization / opt_channelslast
-
AUTOMATIC1111 authored
Fix token counter color on dark theme
-
wywywywy authored
-
wywywywy authored
-
Bwin4L authored
-
AUTOMATIC1111 authored
Fix WebUI not working inside of iframes
-
AUTOMATIC1111 authored
Support changing checkpoint and vae through override_settings
-
AUTOMATIC authored
-
AUTOMATIC authored
-
apolinario authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add Clear Prompt button to roll_col
-
AUTOMATIC1111 authored
Update SD Upscaler to include user selectable Scale Factor
-
AUTOMATIC1111 authored
Atomically rename saved image to avoid race condition with other processes
-
AUTOMATIC1111 authored
Update launch.py
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
allow randomized seeds in prompt_matrix
-
AUTOMATIC1111 authored
Add option to avoid sending size between interfaces.
-
papuSpartan authored
-
AUTOMATIC1111 authored
add gradio queueing on ui by default to avoid timeout on client side when share=True
-
AUTOMATIC1111 authored
Fix None option of VAE selector
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
add noise strength parameter similar to NAI
-
AUTOMATIC1111 authored
Merger ram usage
-
AUTOMATIC1111 authored
Add bracket checking functionality to the txt2img/img2img prompts
-
AUTOMATIC1111 authored
macOS install improvements
-
AUTOMATIC1111 authored
Reinstate DDPM V1 to LDSR
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Patch UNet Forward to support resolutions that are not multiples of 64
-
AUTOMATIC1111 authored
Bug fix (a few lines in modules/api/api.py)
-