- 13 May, 2023 2 commits
-
-
catboxanon authored
This request is sent regardless of Gradio analytics being enabled or not via the env var. Idea from text-generation-webui.
-
AUTOMATIC1111 authored
Set PyTorch version to 2.0.1 for macOS
-
- 12 May, 2023 8 commits
-
-
brkirch authored
-
AUTOMATIC1111 authored
fix --data-dir ignored when launching via webui-user.bat COMMANDLINE_ARGS
-
w-e-w authored
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
-
AUTOMATIC1111 authored
Indentation + ruff whitespace fixes
-
AUTOMATIC1111 authored
Make live previews use JPEG only for large images
-
Aarni Koskela authored
-
Aarni Koskela authored
-
AUTOMATIC1111 authored
Fix symlink scanning for extra networks
-
- 11 May, 2023 28 commits
-
-
catboxanon authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Use CPU Torch in CI, etc.
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
AUTOMATIC1111 authored
Vendor Roboto font
-
AUTOMATIC authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
AUTOMATIC1111 authored
Update clean-fid to loosen transitive dependency pins
-
AUTOMATIC1111 authored
UniPC progress bar adjustment
-
AUTOMATIC authored
change live preview format to jpeg to prevent unreasonably slow previews for large images, and add an option to let user select the format
-
AUTOMATIC authored
-
Sakura-Luna authored
-
AUTOMATIC1111 authored
Update sub_quadratic_attention.py
-
Louis Del Valle authored
1. Determine the number of query chunks. 2. Calculate the final shape of the res tensor. 3. Initialize the tensor with the calculated shape and dtype, (same dtype as the input tensors, usually) Can initialize the tensor as a zero-filled tensor with the correct shape and dtype, then compute the attention scores for each query chunk and fill the corresponding slice of tensor.
-
AUTOMATIC authored
allow setting defaults for elements in extensions' tabs fix a problem with ESRGAN upscalers disappearing after UI reload implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)
-
AUTOMATIC1111 authored
Ruff
-
AUTOMATIC authored
-
- 10 May, 2023 2 commits