Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add --auth command line argument to enable Gradio authentication | EyeDeck | 2022-09-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows you to pass in Gradio authentication like: `--auth username:password` Supports multiple sets of credentials by comma-delimiting, like: `--auth user1:pass1,user2:pass3`... | |||||
* | | | | [BUG] Not Working As Intended - create a directory with name derived from ↵ | AUTOMATIC | 2022-09-12 | 1 | -1/+1 | |
| |/ / |/| | | | | | | | | the prompt #306 | |||||
* | | | [Feature Request] Please add "--share-password" for Gradio server security #315 | AUTOMATIC | 2022-09-12 | 1 | -1/+3 | |
|/ / | ||||||
* | | Merge branch 'master' into master | AUTOMATIC1111 | 2022-09-12 | 1 | -3/+5 | |
|\ \ | ||||||
| * | | --gradio-debug for collab users | AUTOMATIC | 2022-09-12 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-12 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Added cmd arg to load custom ui settings file | Stephan Reinwald | 2022-09-12 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | memory optimization for CLIP interrogator | AUTOMATIC | 2022-09-12 | 1 | -0/+1 | |
| |/ / | | | | | | | | | | changed default cfg_scale to a higher value | |||||
| * | | keep interrogate models not in vram by default | AUTOMATIC | 2022-09-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into master | EyeDeck | 2022-09-11 | 1 | -0/+1 | |
|\| | | ||||||
| * | | Add a samples filename format option | Michoko | 2022-09-11 | 1 | -0/+1 | |
| |/ | | | | | | | Adds a "samples filename format" option in the settings. This format can be defined by tags for maximum flexibility and scalability. | |||||
* / | Add --hide-ui-dir-config command line flag | EyeDeck | 2022-09-11 | 1 | -8/+10 | |
|/ | | | | | | | | | | Adds `--hide-ui-dir-config` flag to disable editing directory configs from the web UI. This can be set to prevent users from setting the directory to somewhere they shouldn't, for public (or semi-public) interfaces. Directories are still read from config.json, so the server admin can still set them in the web UI and then relaunch with the hide flag, or edit the config manually. Also: - fix OptionInfo `component_args` keyword argument not being read if `component` isn't also set - ensure that hidden settings aren't still read from the web UI (otherwise they could still be changed by tampering with the interface) | |||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -0/+8 | |
| | ||||||
* | Modular device management | Abdullah Barhoum | 2022-09-11 | 1 | -6/+3 | |
| | ||||||
* | added --opt-split-attention-v1 | AUTOMATIC | 2022-09-10 | 1 | -0/+1 | |
| | ||||||
* | enabled negative prompt by default | AUTOMATIC | 2022-09-10 | 1 | -1/+1 | |
| | | | | fixed broken empty directory when prompt does not start withl etter | |||||
* | separated options for sample and grid dir saving for #222 | AUTOMATIC | 2022-09-10 | 1 | -1/+2 | |
| | ||||||
* | split settings into three columns | AUTOMATIC | 2022-09-10 | 1 | -1/+1 | |
| | | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version | |||||
* | [Feature Request] Ability to pass a custom ui-config.json via command line ↵ | AUTOMATIC | 2022-09-10 | 1 | -0/+1 | |
| | | | | args #212 | |||||
* | Embed roboto | orionaskatu | 2022-09-09 | 1 | -11/+1 | |
| | ||||||
* | support for prompt styles | AUTOMATIC | 2022-09-09 | 1 | -2/+4 | |
| | | | | fix broken prompt matrix | |||||
* | added resize seeds and variation seeds features | AUTOMATIC | 2022-09-09 | 1 | -1/+0 | |
| | ||||||
* | add an option to show negative prompt | AUTOMATIC | 2022-09-09 | 1 | -0/+3 | |
| | ||||||
* | change default font capitalization to possibly help linux users #157 | AUTOMATIC | 2022-09-09 | 1 | -1/+1 | |
| | ||||||
* | Some typos | orionaskatu | 2022-09-08 | 1 | -12/+12 | |
| | ||||||
* | More informative progress printing | JohannesGaessler | 2022-09-08 | 1 | -0/+31 | |
| | ||||||
* | honor tiling settings for RealESRGAN also | AUTOMATIC | 2022-09-08 | 1 | -2/+2 | |
| | | | | load scripts earlier to get errors before model loads | |||||
* | Port defaults to none | orionaskatu | 2022-09-08 | 1 | -1/+1 | |
| | ||||||
* | help message for ports < 1024 | orionaskatu | 2022-09-08 | 1 | -1/+1 | |
| | ||||||
* | add --port argument to shared.py | orionaskatu | 2022-09-08 | 1 | -0/+1 | |
| | | | defaults to 7860 | |||||
* | Added support for launching on Apple Silicon | xeonvs | 2022-09-07 | 1 | -3/+6 | |
| | ||||||
* | labeling updates according to anon's feedback | AUTOMATIC | 2022-09-07 | 1 | -1/+1 | |
| | ||||||
* | clarification for settings; another comment about copied files | AUTOMATIC | 2022-09-07 | 1 | -1/+1 | |
| | ||||||
* | codeformer support | AUTOMATIC | 2022-09-07 | 1 | -0/+6 | |
| | ||||||
* | add a font for google collab | AUTOMATIC | 2022-09-06 | 1 | -1/+11 | |
| | ||||||
* | fix error with --help #91 | AUTOMATIC | 2022-09-06 | 1 | -1/+1 | |
| | ||||||
* | fix for live progress breaking lowvram and medvram optimizations | AUTOMATIC | 2022-09-06 | 1 | -3/+5 | |
| | ||||||
* | fix for progress bar | AUTOMATIC | 2022-09-06 | 1 | -1/+2 | |
| | ||||||
* | added preview option | AUTOMATIC | 2022-09-06 | 1 | -0/+4 | |
| | ||||||
* | collab link | AUTOMATIC | 2022-09-06 | 1 | -5/+1 | |
| | ||||||
* | some extra changes for collab compatibility | AUTOMATIC | 2022-09-06 | 1 | -1/+5 | |
| | ||||||
* | readme extras for VRAM for | AUTOMATIC | 2022-09-06 | 1 | -0/+1 | |
| | | | | | | added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes | |||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 1 | -0/+9 | |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | |||||
* | added random artist button | AUTOMATIC | 2022-09-05 | 1 | -0/+7 | |
| | | | | added a setting for padding when doing inpaint at original resolution | |||||
* | added --listen option to make gradio listen on network requests | AUTOMATIC | 2022-09-05 | 1 | -0/+1 | |
| | ||||||
* | re-integrated tiling option as a UI element | AUTOMATIC | 2022-09-05 | 1 | -2/+0 | |
| | ||||||
* | add an option to enable tiling image generation | AUTOMATIC | 2022-09-04 | 1 | -0/+2 | |
| | ||||||
* | bugfix (thx #88443949) | AUTOMATIC | 2022-09-04 | 1 | -1/+1 | |
| | ||||||
* | add split attention layer optimization from ↵ | AUTOMATIC | 2022-09-04 | 1 | -0/+1 | |
| | | | | https://github.com/basujindal/stable-diffusion/pull/117 | |||||
* | ESRGAN support | AUTOMATIC | 2022-09-04 | 1 | -3/+4 | |
| |