- 03 Dec, 2022 1 commit
-
-
brkirch authored
Adds an addition file to read environment variables from when the webui.sh is run from macOS.
-
- 01 Dec, 2022 2 commits
-
-
brkirch authored
Even though -f enables running webui.sh as root, the -f flag will also be passed to launch.py, causing it to exit with a usage message. This adds a line to launch.py to remove the -f flag if present. In addition to the above, all the letters in the command line arguments after each '-' were being processed for 'f' and "illegal option" was displayed for each letter that didn't match. Instead, this commit silences those errors and stops processing if the first flag doesn't start with '-f'.
-
brkirch authored
-
- 29 Nov, 2022 1 commit
-
-
AUTOMATIC authored
-
- 28 Nov, 2022 2 commits
- 27 Nov, 2022 34 commits
-
-
AUTOMATIC authored
if image on disk was deleted between being generated and request being completed, do use temporary dir to store it for the browser
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
resolve [name] after resolving [filewords] in training
-
AUTOMATIC1111 authored
Add CORS-allow policy launch argument using regex
-
AUTOMATIC1111 authored
Move progress info to beginning of site title
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Fix support for devices other than CUDA in DeepBooru
-
AUTOMATIC1111 authored
Fix api ignoring sampler_name settings
-
AUTOMATIC1111 authored
CI tests with github-actions and some improvements to testing
-
AUTOMATIC1111 authored
fix null negative_prompt on get requests
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Forcing HTTPS instead of HTTP for ngrok
-
AUTOMATIC authored
rework #5012 to also work for pictures dragged into the prompt and also add Clip skip + ENSD to parameters
-
Billy Cao authored
-
Billy Cao authored
-
AUTOMATIC1111 authored
Support NAI style exif in PNG Info for Send... buttons
-
AUTOMATIC1111 authored
Fix API img2img not accepting bare base64 strings
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Supporting `*.safetensors` format.
-
AUTOMATIC1111 authored
Remove cmd args requirement for deepdanbooru
-
AUTOMATIC1111 authored
Added a flag to run as root if needed
-
AUTOMATIC1111 authored
fix the model name error of Real-ESRGAN in the opts default value
-
AUTOMATIC1111 authored
add model_name pattern for saving
-
AUTOMATIC1111 authored
no-half support for SD 2.0
-
AUTOMATIC1111 authored
Fixed issue with selected_gallery_index()
-
AUTOMATIC1111 authored
#3449 - VRAM leak when switching to/from inpainting checkpoint
-
AUTOMATIC1111 authored
Fix setting device for GFPGAN and CodeFormer
-
AUTOMATIC1111 authored
Fixes for PyTorch 1.12.1 when using MPS
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
torch.cuda.empty_cache() defaults to cuda:0 device unless explicitly …
-
AUTOMATIC1111 authored
Add DPM++ SDE sampler
-