449 Commits (40ff6db5325fc34ad4fa35e80cb1e7768d9f7e75)

Author SHA1 Message Date
discus0434 7f2095c6c8 update 3 years ago
discus0434 6021f7a75f add options to custom hypernetwork layer structure 3 years ago
MalumaDev c2765c9bcd
Merge branch 'master' into test_resolve_conflicts 3 years ago
AUTOMATIC 433a7525c1 remove shared option for update check (because it is not an argument of webui)
have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments
3 years ago
yfszzx eb299527b1 Image browser 3 years ago
DepFA 4c605c5174 add shared option for update check 3 years ago
AUTOMATIC d2f459c5cf clarify the comment for the new option from #2959 and move it to UI section. 3 years ago
trufty 8b02662215 Disable auto weights swap with config option 3 years ago
AUTOMATIC1111 f6c758d055
Merge branch 'master' into dark-mode 3 years ago
MalumaDev 1997ccff13
Merge branch 'master' into test_resolve_conflicts 3 years ago
Ryan Voots 1df3ff25e6 Add --nowebui as a means of disabling the webui and run on the other port 3 years ago
AUTOMATIC cf47d13c1e localization support 3 years ago
Michoko 665beebc08 Use of a --theme argument for more flexibility
Added possibility to set the theme (light or dark)
3 years ago
Michoko 8c6a981d5d Added dark mode switch
Launch the UI in dark mode with the --dark-mode switch
3 years ago
arcticfaded 60251c9456 initial prototype by borrowing contracts 3 years ago
yfszzx 2a3e7ed872 Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus 3 years ago
yfszzx 5b1394bead speed up images history perfect 3 years ago
MalumaDev 589215df22
Merge branch 'master' into test_resolve_conflicts 3 years ago
SGKoishi c8045c5ad4 The hide_ui_dir_config flag also restrict write attempt to path settings 3 years ago
MalumaDev ae0fdad64a
Merge branch 'master' into test_resolve_conflicts 3 years ago
MalumaDev 9324cdaa31 ui fix, re organization of the code 3 years ago
MalumaDev 523140d780 ui fix 3 years ago
ddPn08 3395ba493f Allow specifying the region of ngrok. 3 years ago
MalumaDev 7b7561f6e4
Merge branch 'master' into test_resolve_conflicts 3 years ago
MalumaDev 37d7ffb415 fix to tokens lenght, addend embs generator, add new features to edit the embedding before the generation using text 3 years ago
NO_ob eef3bc6490 typo 3 years ago
AUTOMATIC f7ca63937a bring back scale latent option in settings 3 years ago
AUTOMATIC1111 af144ebdc7
Merge branch 'master' into ckpt-cache 3 years ago
Rae Fu e21f01f645 add checkpoint cache option to UI for faster model switching
switching time reduced from ~1500ms to ~280ms
3 years ago
AUTOMATIC 03d62538ae remove duplicate code for log loss, add step, make it read from options rather than gradio input 3 years ago
AUTOMATIC bb295f5478 rework the code for lowram a bit 3 years ago
Ljzd-PRO a8eeb2b7ad add `--lowram` parameter
load models to VRM instead of RAM (for machines which have bigger VRM than RAM such as free Google Colab server)
3 years ago
Gugubo 43f926aad1 Add option to prevent empty spots in grid (1/2) 3 years ago
brkirch fdef8253a4 Add 'interrogate' and 'all' choices to --use-cpu
* Add 'interrogate' and 'all' choices to --use-cpu
* Change type for --use-cpu argument to str.lower, so that choices are case insensitive
3 years ago
MalumaDev bb57f30c2d init 3 years ago
AUTOMATIC 354ef0da3b add hypernetwork multipliers 3 years ago
AUTOMATIC a10b0e11fc options to refresh list of models and hypernetworks 3 years ago
AUTOMATIC bb7baf6b9c add option to change what's shown in quicksettings bar 3 years ago
AUTOMATIC1111 4f73e057a9
Merge pull request #2324 from HunterVacui/interrogate_include_ranks_in_output
Interrogate: add option to include ranks in output
3 years ago
AUTOMATIC 78592d404a remove interrogate option I accidentally deleted 3 years ago
Greg Fuller fb3cefb348 Merge remote-tracking branch 'upstream/master' into interrogate_include_ranks_in_output 3 years ago
AUTOMATIC 698d303b04 deepbooru: added option to use spaces or underscores
deepbooru: added option to quote (\) in tags
deepbooru/BLIP: write caption to file instead of image filename
deepbooru/BLIP: now possible to use both for captions
deepbooru: process is stopped even if an exception occurs
3 years ago
AUTOMATIC c3c8eef9fd train: change filename processing to be more simple and configurable
train: make it possible to make text files with prompts
train: rework scheduler so that there's less repeating code in textual inversion and hypernets
train: move epochs setting to options
3 years ago
AUTOMATIC 336bd8703c just add the deepdanbooru settings unconditionally 3 years ago
AUTOMATIC ee10c41e2a Merge remote-tracking branch 'origin/steve3d' 3 years ago
AUTOMATIC1111 2e2d45b281
Merge pull request #2143 from JC-Array/deepdanbooru_pre_process
deepbooru tags for textual inversion preproccessing
3 years ago
AUTOMATIC 6ac2ec2b78 create dir for hypernetworks 3 years ago
Greg Fuller d717eb079c Interrogate: add option to include ranks in output
Since the UI also allows users to specify ranks, it can be useful to show people what ranks are being returned by interrogate

This can also give much better results when feeding the interrogate results back into either img2img or txt2img, especially when trying to generate a specific character or scene for which you have a similar concept image

Testing Steps:

Launch Webui with command line arg: --deepdanbooru
Navigate to img2img tab, use interrogate DeepBooru, verify tags appears as before. Use "Interrogate CLIP", verify prompt appears as before
Navigate to Settings tab, enable new option, click "apply settings"
Navigate to img2img, Interrogate DeepBooru again, verify that weights appear and are properly formatted. Note that "Interrogate CLIP" prompt is still unchanged
In my testing, this change has no effect to "Interrogate CLIP", as it seems to generate a sentence-structured caption, and not a set of tags.

(reproduce changes from 6ed4faac46)
3 years ago
supersteve3d 65b973ac4e
Update shared.py
Correct typo to "Unload VAE and CLIP from VRAM when training" in settings tab.
3 years ago
JC_Array f53f703aeb resolved conflicts, moved settings under interrogate section, settings only show if deepbooru flag is enabled 3 years ago
JC-Array 963d986396
Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process 3 years ago
AUTOMATIC d4ea5f4d86 add an option to unload models during hypernetwork training to save VRAM 3 years ago
brkirch c0484f1b98 Add cross-attention optimization from InvokeAI
* Add cross-attention optimization from InvokeAI (~30% speed improvement on MPS)
* Add command line option for it
* Make it default when CUDA is unavailable
3 years ago
AUTOMATIC 873efeed49 rename hypernetwork dir to hypernetworks to prevent clash with an old filename that people who use zip instead of git clone will have 3 years ago
JamnedZ 5992564448 Cleaned ngrok integration 3 years ago
AUTOMATIC 530103b586 fixes related to merge 3 years ago
hentailord85ez 5e2627a1a6
Comma backtrack padding (#2192)
Comma backtrack padding
3 years ago
Kenneth 8617396c6d Added slider for deepbooru score threshold in settings 3 years ago
JC-Array 47f5e216da
Merge branch 'deepdanbooru_pre_process' into master 3 years ago
JC_Array 76ef3d75f6 added deepbooru settings (threshold and sort by alpha or likelyhood) 3 years ago
AUTOMATIC f98338faa8 add an option to not add watermark to created images 3 years ago
AUTOMATIC1111 b3d3b335cf
Merge pull request #2131 from ssysm/upstream-master
Add VAE Path Arguments
3 years ago
AUTOMATIC 39919c40dd add eta noise seed delta option 3 years ago
AUTOMATIC 7349088d32 --no-half-vae 3 years ago
ssysm 6fdad291bd Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into upstream-master 3 years ago
ssysm cc92dc1f8d add vae path args 3 years ago
Fampai a14f7bf113 Corrected CLIP Layer Ignore description and updated its range to the max possible 3 years ago
AUTOMATIC 6c383d2e82 show model selection setting on top of page 3 years ago
AUTOMATIC 875ddfeecf added guard for torch.load to prevent loading pickles with unknown content 3 years ago
AUTOMATIC e6e8cabe0c change up #2056 to make it work how i want it to plus make xy plot write correct values to images 3 years ago
William Moorehouse d6d10a37bf Added extended model details to infotext 3 years ago
Nicolas Noullet 1ffeb42d38 Fix typo 3 years ago
Fampai 122d42687b Fix VRAM Issue by only loading in hypernetwork when selected in settings 3 years ago
AUTOMATIC1111 e00b4df7c6
Merge pull request #1752 from Greendayle/dev/deepdanbooru
Added DeepDanbooru interrogator
3 years ago
Aidan Holland 432782163a chore: Fix typos 3 years ago
Fampai 1371d7608b Added ability to ignore last n layers in FrozenCLIPEmbedder 3 years ago
Greendayle 0ec80f0125
Merge branch 'master' into dev/deepdanbooru 3 years ago
AUTOMATIC 3061cdb7b6 add --force-enable-xformers option and also add messages to console regarding cross attention optimizations 3 years ago
Greendayle 01f8cb4447 made deepdanbooru optional, added to readme, automatic download of deepbooru model 3 years ago
AUTOMATIC dc1117233e simplify xfrmers options: --xformers to enable and that's it 3 years ago
AUTOMATIC1111 48feae37ff
Merge pull request #1851 from C43H66N12O12S2/flash
xformers attention
3 years ago
C43H66N12O12S2 ddfa9a9786
add xformers_available shared variable 3 years ago
AUTOMATIC 4999eb2ef9 do not let user choose his own prompt token count limit 3 years ago
Trung Ngo 00117a07ef check specifically for skipped 3 years ago
Trung Ngo 786d9f63aa Add button to skip the current iteration 3 years ago
AUTOMATIC 706d5944a0 let user choose his own prompt token count limit 3 years ago
AUTOMATIC bad7cb29ce added support for hypernetworks (???) 3 years ago
C43H66N12O12S2 da4ab2707b
Update shared.py 3 years ago
Milly cf7c784fcc Removed duplicate defined models_path
Use `modules.paths.models_path` instead `modules.shared.model_path`.
3 years ago
DepFA fec71e4de2 Default window title progress updates on 3 years ago
DepFA be71115b1a Update shared.py 3 years ago
AUTOMATIC 5993df24a1 integrate the new samplers PR 3 years ago
C43H66N12O12S2 3ddf80a9db add variant setting 3 years ago
AUTOMATIC 5f24b7bcf4 option to let users select which samplers they want to hide 3 years ago
DepFA 55400c981b Set gradio-img2img-tool default to 'editor' 3 years ago
AUTOMATIC b32852ef03 add editor to img2img 3 years ago
AUTOMATIC 957e29a8e9 option to not show images in web ui 3 years ago
Justin Riddiough ea6b0d98a6 Remove pycharm note, fix typo 3 years ago
Justin Riddiough accd00d6b8 Explain how to use second progress bar in pycharm 3 years ago
brkirch dc9c5a9774 Modify --add-cpu description 3 years ago
brkirch 27ddc24fde Add BSRGAN to --add-cpu 3 years ago
brkirch eeab7aedf5 Add --use-cpu command line option
Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option.
3 years ago
AUTOMATIC 138662734c use dropdown instead of radio for img2img upscaler selection 3 years ago
AUTOMATIC c4445225f7 change wording for options 3 years ago
Lopyter 91f327f22b make save to dirs optional for imgs saved from ui 3 years ago
AUTOMATIC 3ff0de2c59 added --disable-console-progressbars to disable progressbars in console
disabled printing prompts to console by default, enabled by --enable-console-prompts
3 years ago
d8ahazard 5d26ba2b4b
Merge branch 'master' into ScuNET 3 years ago
AUTOMATIC 820f1dc96b initial support for training textual inversion 3 years ago
d8ahazard 8deae07700 Add ScuNET DeNoiser/Upscaler
Q&D Implementation of ScuNET, thanks to our handy model loader. :P

https://github.com/cszn/SCUNet
3 years ago
AUTOMATIC 2b03f0bbda if --ckpt option is specified, load that model 3 years ago
AUTOMATIC b60cd0809f return the dropdown that mysteriously disappeared 3 years ago
AUTOMATIC d1f098540a remove unwanted formatting/functionality from the PR 3 years ago
d8ahazard d73741794d Merge remote-tracking branch 'upstream/master' into ModelLoader 3 years ago
d8ahazard 0dce0df1ee Holy $hit.
Yep.

Fix gfpgan_model_arch requirement(s).
Add Upscaler base class, move from images.
Add a lot of methods to Upscaler.
Re-work all the child upscalers to be proper classes.
Add BSRGAN scaler.
Add ldsr_model_arch class, removing the dependency for another repo that just uses regular latent-diffusion stuff.
Add one universal method that will always find and load new upscaler models without having to add new "setup_model" calls. Still need to add command line params, but that could probably be automated.
Add a "self.scale" property to all Upscalers so the scalers themselves can do "things" in response to the requested upscaling size.
Ensure LDSR doesn't get stuck in a longer loop of "upscale/downscale/upscale" as we try to reach the target upscale size.
Add typehints for IDE sanity.
PEP-8 improvements.
Moar.
3 years ago
AUTOMATIC c1c27dad3b new implementation for attention/emphasis 3 years ago
AUTOMATIC 7acfaca05a update lists of models after merging them in checkpoints tab
support saving as half
3 years ago
AUTOMATIC d64b451681 added support for automatically installing latest k-diffusion
added eta parameter to parameters output for generated images
split eta settings into ancestral and ddim (because they have different default values)
3 years ago
AUTOMATIC aea5b2510e save parameters for images when using the Save button. 3 years ago
C43H66N12O12S2 047ca73388
Update shared.py 3 years ago
d8ahazard 5756d517a6 Merge remote-tracking branch 'upstream/master' into ModelLoader 3 years ago
d8ahazard 11875f5863 Use model loader with stable-diffusion too.
Hook the model loader into the SD_models file.
Add default url/download if checkpoint is not found.
Add matching stablediffusion-models-path argument.
Add message that --ckpt-dir will be removed in the future, but have it pipe to stablediffusion-models-path for now.
Update help strings for models-path args so they're more or less uniform.
Move sd_model "setup" call to webUI with the others.
Ensure "cleanup_models" method moves existing models to the new locations, including SD, and that we aren't deleting folders that still have stuff in them.
3 years ago
Dave Bauman c055132606
Fix downssample typo in options
Updated `downssample` to `down-sample`, matching spelling in other places.
3 years ago
DepFA 61585e5778 rename DDIM eta label 3 years ago
DepFA 6b78833e33 Add extra kdiffusion parameters 3 years ago
DepFA 619668ccfe Add options for exposed ddim sampler params
ddim_eta & ddim_discretize
3 years ago
DepFA 16e7ac09df job_timestamp initialization change 3 years ago
d8ahazard 740070ea9c Re-implement universal model loading 3 years ago
Eyrie 1877a3767e Changed job_id to timestamp 3 years ago
Eyrie 4c3d4aad60 fix formatting 3 years ago
Eyrie e13912dfde fix formatting 3 years ago
Eyrie 40166dbf08 Added job_id pattern for directories 3 years ago
EyeDeck b5d705e263 Disable 'batch img2img' when launched with --hide-ui-dir-config
Prevent writing to arbitrary directories, as usual
3 years ago
RnDMonkey ed8b8b3b8c
Fix to XY_Grid script console progress bar and other progress bar improvements (#890)
Fix to XY_Grid script console progress bar and other progress bar improvements #890
3 years ago
AUTOMATIC 1a0353675d Option to use advanced upscalers with normal img2img 3 years ago
AUTOMATIC 6fa20d51dc prevent saving settings with bogus values 3 years ago
AUTOMATIC1111 79e7c39298
Merge pull request #847 from rewbs/rewbs-optionally-save-before-color-correction
Add option to save before color correction. This helps with some posterisation issues in img2img loopback.
3 years ago
AUTOMATIC d4205e66fa gfpgan: just download the damn model 3 years ago
AUTOMATIC 7ef361dfc3 add warning for when user's settings are broken 3 years ago
Robin Fernandes 03738668c0 Merge from master 3 years ago
AUTOMATIC 77cf346d93 settings categories split to columns, remade categories 3 years ago
AUTOMATIC 75b90a5e40 emergency fix for the settings screen breaking the program 3 years ago
DepFA dec7584903 Add Section keys and headers to settings 3 years ago
Prof-Cheese ae32b8a53f Fixed directory name generation process.
'Max prompt words' has been added to config and modified to be used in the directory name generation process.
3 years ago
Johan Aires Rastén a213d3a21c Add option to always log generation info 3 years ago
Robin Fernandes 25eb1e3d90 Add option to save before color correction. Add suffix param when saving files, used for special saves without color correction and face restoration. 3 years ago
AUTOMATIC 91bfc71261 A big rework, just what you were secretly hoping for!
SD upscale moved to scripts
Batch processing script removed
Batch processing added to main img2img and now works with scripts
img2img page UI reworked to use tabs
3 years ago
AUTOMATIC 3eaae8ae65 reworking #775 3 years ago
d8ahazard c214c428bc Basic settings for realesrgan model selection.
I don't like that you have to restart the app, but it works.
3 years ago
d8ahazard 1a1f7e85c7
Add LDSR and "GoLatent?" Upscaling (#763)
* Add LDSR Upscaling
3 years ago
AUTOMATIC 4b26b50df0 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 254da5d127 --opt-split-attention now on by default for torch.cuda, off for others (cpu and MPS; because the option does not work there according to reports) 3 years ago
C43H66N12O12S2 29d6084f47 disallow no tiling as we don't support it 3 years ago
C43H66N12O12S2 403bb02948 breakout tile options 3 years ago
C43H66N12O12S2 55dc847c48 Update shared.py 3 years ago
AUTOMATIC 19a75d38d7 added --use-textbox-seed option to make long seeds possible from web ui 3 years ago
AUTOMATIC 06cd206107 Enable neural network upscalers for highres. fix 3 years ago
olivier 06e076e48a Keep legacy behaviour wrt reuse of filename during batch processes 3 years ago
olivier 5fe2c75da0 Support reusing filename stems during batch processing in Extras tab 3 years ago
C43H66N12O12S2 53651696dc avoid exception if empty 3 years ago
C43H66N12O12S2 acbe44b835 automatically match any version gfpgan 3 years ago
AUTOMATIC 028fc25f28 fix the issue with incorrect js options on page load
add a setting for lightbox max size images
use setting for lightbox max size images late to let user change it and see results
3 years ago
berkybear 1878994f9b fix grammer 3 years ago
berkybear 21244f50c4 fix some typos and remove unused import 3 years ago
AUTOMATIC cfb6cc8ce5 replace argparse.BooleanOptionalAction with 'store_true' 3 years ago
Connum f3965cce01 added command line argument --autolaunch to open the webui URL in the system's default browser upon launch (implements #274) 3 years ago
AUTOMATIC f3d83fd68a add read access to settings for jsavascript
add an option to disable lightbox modal
3 years ago
AUTOMATIC cae5c5fa8d Making opt split attention the default. Are you upset about this? Sorry. 3 years ago
AUTOMATIC 3f29aa791b altered progressbar to not rely on first progress request coming after the job has started; may help with broken progressbar some people say they have 3 years ago
AUTOMATIC 247f58a5e7 add support for switching model checkpoints at runtime 3 years ago
EyeDeck ed6787ca2f Add VRAM monitoring 3 years ago
AUTOMATIC e49b1c5d73 an option to do exactly the amount of specified steps in img2img 3 years ago
AUTOMATIC 83bce1a604 Merge branch 'batch-seed-attempt' 3 years ago
AUTOMATIC 87e8b9a2ab prevent replacing torch_randn globally (instead replacing k_diffusion.sampling.torch) and add a setting to disable this all 3 years ago
AUTOMATIC d7f7378828 quantization off by default 3 years ago
C43H66N12O12S2 829d7150bc Add setting for quantization 3 years ago
Steve Eberhardt 4a626f6ea6 Corrected typos in shared.py and README 3 years ago
NebulousDev 5dde56afe3 Fixed typo in text attention setting 3 years ago
AUTOMATIC 9f267af3f7 added a second style field
added the ability to use {prompt} in styles
added a button to apply style to textbox
rearranged top row for UI
3 years ago
AUTOMATIC 4c51752464 option name updates for #432 3 years ago
jtkelm2 74c5f7974c Added selected image saving 3 years ago
camenduru f07d789b79 added cmd arg to load custom styles file 3 years ago
AUTOMATIC 950064ee96 img2img_color_correction off by default for #394 3 years ago
AUTOMATIC c84e333622 color correction option for all img2img modes #363 3 years ago
AUTOMATIC 823cf946ec Embeddings directory can't be found if running webui.py from another directory (+potential fix) #374 3 years ago
GRMrGecko fc18e2d483 Adds NSFW content filter option 3 years ago
AUTOMATIC db8f8dd972 Ability to save images into a folder named after the date they were created #353 3 years ago
AUTOMATIC 3de44fc580 Include the model name (or the SHA256 of the file) in the metadata #271 3 years ago
AUTOMATIC c7e0e28ccd changes for #294 3 years ago
AUTOMATIC1111 11e03b9abd
Merge pull request #294 from EliasOenal/master
Fixes for mps/Metal: use of seeds, img2img, CodeFormer
3 years ago
AUTOMATIC 843b2b64fc Instance of CUDA out of memory on a low-res batch, even with --opt-split-attention-v1 (found cause) #255 3 years ago
AUTOMATIC 40f4d3ed98 [FEATURE] Save both images, (Skip_Save optional). #265 3 years ago
Elias Oenal b7f95869b4 Refactored Metal/mps fixes. 3 years ago
AUTOMATIC a5a760a7d4 rename --channelslast to --opt-channelslast to be in line with other torch optimizations 3 years ago
C43H66N12O12S2 8c995be44d
Add cmd option for channels last 3 years ago
AUTOMATIC1111 264d255919
Merge pull request #329 from EyeDeck/master
Add --gradio-auth command line argument to enable Gradio authentication
3 years ago
AUTOMATIC a4416f3585 [BUG] Not Working As Intended - create a directory with name derived from the prompt #306 3 years ago
EyeDeck fc49844aa8
Merge branch 'master' into master 3 years ago
AUTOMATIC 372a2c3e2e [Feature Request] Please add "--share-password" for Gradio server security #315 3 years ago
EyeDeck e3646e79aa Add --auth command line argument to enable Gradio authentication
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`...
3 years ago
AUTOMATIC1111 c094f00e10
Merge branch 'master' into master 3 years ago
AUTOMATIC ddc86f2edb --gradio-debug for collab users 3 years ago
AUTOMATIC e68484500f Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 9bb20be090 memory optimization for CLIP interrogator
changed default cfg_scale to a higher value
3 years ago
Stephan Reinwald 655ef8e8cb Added cmd arg to load custom ui settings file 3 years ago
AUTOMATIC ab0a79cdf4 keep interrogate models not in vram by default 3 years ago
EyeDeck e05e46aa3f
Merge branch 'master' into master 3 years ago
Michoko 4535239d8a Add a samples filename format option
Adds a "samples filename format" option in the settings. This format can be defined by tags for maximum flexibility and scalability.
3 years ago
EyeDeck 29a2933e23 Add --hide-ui-dir-config command line flag
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)
3 years ago
AUTOMATIC f194457229 CLIP interrogator 3 years ago
Abdullah Barhoum b5d1af11b7 Modular device management 3 years ago
AUTOMATIC 06fadd2dc5 added --opt-split-attention-v1 3 years ago
AUTOMATIC 43bdbe934a enabled negative prompt by default
fixed broken empty directory when prompt does not start withl etter
3 years ago
AUTOMATIC decbbe81f5 separated options for sample and grid dir saving for #222 3 years ago
AUTOMATIC 955f644ce1 split settings into three columns
added a different workaround for gradio mask bug with info in UI
switched to newer gradio version
3 years ago
AUTOMATIC 26ce47eb6c [Feature Request] Ability to pass a custom ui-config.json via command line args #212 3 years ago
orionaskatu 79cca25704 Embed roboto 3 years ago
AUTOMATIC 86867e153f support for prompt styles
fix broken prompt matrix
3 years ago
AUTOMATIC b1707553cf added resize seeds and variation seeds features 3 years ago
AUTOMATIC 003b60b94e add an option to show negative prompt 3 years ago
AUTOMATIC bcb8a5eb0a change default font capitalization to possibly help linux users #157 3 years ago
orionaskatu 764a64b02e
Some typos 3 years ago
JohannesGaessler f211c498b9 More informative progress printing 3 years ago
AUTOMATIC f5001246e2 honor tiling settings for RealESRGAN also
load scripts earlier to get errors before model loads
3 years ago
orionaskatu 567c1fbc1c
Port defaults to none 3 years ago
orionaskatu db92896e30
help message for ports < 1024 3 years ago
orionaskatu 5d087731a5
add --port argument to shared.py
defaults to 7860
3 years ago
xeonvs 65fbefd033 Added support for launching on Apple Silicon 3 years ago
AUTOMATIC 15bb8e8057 labeling updates according to anon's feedback 3 years ago
AUTOMATIC 5e12c23a67 clarification for settings; another comment about copied files 3 years ago
AUTOMATIC 6a9b33c848 codeformer support 3 years ago
AUTOMATIC 6521f90fa2 add a font for google collab 3 years ago
AUTOMATIC 23ee74e9e3 fix error with --help #91 3 years ago
AUTOMATIC 7ce7fb01e0 fix for live progress breaking lowvram and medvram optimizations 3 years ago
AUTOMATIC 7e5b8becf9 fix for progress bar 3 years ago
AUTOMATIC fd66199769 added preview option 3 years ago
AUTOMATIC 3f55d9a932 collab link 3 years ago
AUTOMATIC c688d0984e some extra changes for collab compatibility 3 years ago
AUTOMATIC 395f170597 readme extras for VRAM for
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
3 years ago
AUTOMATIC a243bc7859 added progressbar
added an option to disable progressbar
added interrupt support to DDIM/PLMS
3 years ago
AUTOMATIC b6763fb884 added random artist button
added a setting for padding when doing inpaint at original resolution
3 years ago
AUTOMATIC 064965c466 added --listen option to make gradio listen on network requests 3 years ago
AUTOMATIC a8a58dbac7 re-integrated tiling option as a UI element 3 years ago
AUTOMATIC f91d0c3d19 add an option to enable tiling image generation 3 years ago
AUTOMATIC a039878c0f bugfix (thx #88443949) 3 years ago
AUTOMATIC 5bb126bd89 add split attention layer optimization from https://github.com/basujindal/stable-diffusion/pull/117 3 years ago
AUTOMATIC f299645aee ESRGAN support 3 years ago
AUTOMATIC 595c827bd3 option to unload GFPGAN after using 3 years ago
AUTOMATIC f40617d6c4 support for scripts 3 years ago
AUTOMATIC 345028099d split codebase into multiple files; to anyone this affects negatively: sorry 3 years ago