- 24 Dec, 2022 10 commits
-
-
AUTOMATIC1111 authored
Add upscale latent, VAE, styles as new axis options to X/Y plot
-
AUTOMATIC authored
add an option to samplers for skipping next to last sigma
-
AUTOMATIC1111 authored
Add a workaround patch for DPM2 a issue
-
AUTOMATIC1111 authored
Set httpcore version in requirements - fixes #4833
-
AUTOMATIC1111 authored
Training fixes for MPS
-
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.
-
- 20 Dec, 2022 1 commit
-
-
Florian Chrometz authored
-
- 19 Dec, 2022 1 commit
-
-
Alex "mcmonkey" Goodwin authored
-
- 18 Dec, 2022 1 commit
-
-
MMaker authored
Adds upscale latent space for hires., VAE, and Styles as new axis options to the X/Y plot.
-
- 17 Dec, 2022 2 commits
- 16 Dec, 2022 3 commits
-
-
Alex "mcmonkey" Goodwin authored
-
Alex "mcmonkey" Goodwin authored
DPM2 a and DPM2 a Karras samplers are both affected by an issue described by https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3483 and can be resolved by a workaround suggested by the k-diffusion author at https://github.com/crowsonkb/k-diffusion/issues/43#issuecomment-1305195666
-
Akiba authored
-
- 11 Dec, 2022 1 commit
-
-
Alex "mcmonkey" Goodwin authored
-
- 10 Dec, 2022 20 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
-