Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-14 | 1 | -1/+1 |
|\ | |||||
| * | Fixed typo in text attention setting | NebulousDev | 2022-09-14 | 1 | -1/+1 |
| | | |||||
* | | added a background color fix for dark scheme users | AUTOMATIC | 2022-09-14 | 1 | -0/+1 |
|/ | |||||
* | and make the image not be upscaled in gallery | AUTOMATIC | 2022-09-14 | 1 | -0/+3 |
| | |||||
* | make the gallery taller | AUTOMATIC | 2022-09-14 | 1 | -0/+4 |
| | |||||
* | added a second style field | AUTOMATIC | 2022-09-14 | 8 | -87/+166 |
| | | | | | | added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI | ||||
* | Update images.py | Michoko | 2022-09-14 | 1 | -9/+10 |
| | | | | Better code | ||||
* | Update images.py | Michoko | 2022-09-14 | 1 | -5/+12 |
| | | | | Handles grids names. Code more robust and doesn't fail if mixed with other files. | ||||
* | Update images.py | Michoko | 2022-09-14 | 1 | -2/+14 |
| | | | | Better computing of images indexes in filenames | ||||
* | add draw legend toggle | DepFA | 2022-09-14 | 1 | -6/+10 |
| | |||||
* | Add square bracket range+count syntax | DepFA | 2022-09-14 | 1 | -0/+17 |
| | |||||
* | Removed stray references to shared.device_codeformer. | Elias Oenal | 2022-09-14 | 1 | -4/+2 |
| | |||||
* | fix for codeformer switching torch devices on metal systems. | Elias Oenal | 2022-09-14 | 1 | -2/+2 |
| | |||||
* | updates for exif comments #446 | AUTOMATIC | 2022-09-14 | 2 | -2/+8 |
| | |||||
* | format exif string | JJ | 2022-09-14 | 1 | -2/+2 |
| | | | | * UserComment needs an ID code at the start of the tag area. This is provided by piexif.helper.UserComment, otherwise an "Warning Invalid EXIF text encoding for UserComment" is thrown upon reading the exif data | ||||
* | loopback moved to scripts, added support for multiple batches, changed to ↵ | AUTOMATIC | 2022-09-14 | 4 | -50/+86 |
| | | | | honor save grids and how grids in web setting | ||||
* | do not die on failing to load script #426 | AUTOMATIC | 2022-09-14 | 1 | -3/+3 |
| | |||||
* | Overall progress incorrect with X/Y plot and batch count > 1 #441 | AUTOMATIC | 2022-09-14 | 1 | -3/+3 |
| | |||||
* | option name updates for #432 | AUTOMATIC | 2022-09-14 | 1 | -3/+3 |
| | |||||
* | Update ui.py | jtkelm2 | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | Update ui.py | jtkelm2 | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | Added selected image saving | jtkelm2 | 2022-09-14 | 2 | -3/+12 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-14 | 4 | -1/+211 |
|\ | |||||
| * | remove model files check | orionaskatu | 2022-09-14 | 1 | -21/+0 |
| | | |||||
| * | fix on torch_command + tested on debian | orionaskatu | 2022-09-14 | 1 | -0/+6 |
| | | |||||
| * | rewrite for launch.py - untested | orionaskatu | 2022-09-14 | 2 | -83/+24 |
| | | |||||
| * | webui-user.sh gitignore | orionaskatu | 2022-09-14 | 1 | -0/+1 |
| | | |||||
| * | install/launch scripts for linux | orionaskatu | 2022-09-14 | 3 | -1/+284 |
| | | |||||
* | | [FEATURE REQUEST] Script settings should also be written to the text files #437 | AUTOMATIC | 2022-09-14 | 1 | -0/+6 |
|/ | |||||
* | prevent making grid if there is no need for it #428 | AUTOMATIC | 2022-09-14 | 1 | -5/+3 |
| | |||||
* | Revert "Update webui-user.bat" | JustAnOkapi | 2022-09-14 | 1 | -1/+1 |
| | | | | This reverts commit 51a960df1fdd265e7747e19b50e25f359447587c. | ||||
* | prevent extras from saving in dir | JustAnOkapi | 2022-09-14 | 6 | -10/+7 |
| | | | | | Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup | ||||
* | Update webui-user.bat | JustAnOkapi | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | add webp to file formats with exif saved | JJ | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | added cmd arg to load custom styles file | camenduru | 2022-09-14 | 1 | -1/+2 |
| | |||||
* | Typo of prompt | Austere Grim | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | bandaid for broken ddim sampling #389 | AUTOMATIC | 2022-09-13 | 1 | -2/+7 |
| | |||||
* | img2img_color_correction off by default for #394 | AUTOMATIC | 2022-09-13 | 1 | -1/+1 |
| | |||||
* | revert the breaking change in font sneaked in by the person who did EXIF #407 | AUTOMATIC | 2022-09-13 | 1 | -1/+1 |
| | |||||
* | readme info about launcher | AUTOMATIC | 2022-09-13 | 1 | -1/+21 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-13 | 1 | -1/+1 |
|\ | |||||
| * | change np.float to np.float32 | JJ | 2022-09-13 | 1 | -1/+1 |
| | | | | | | | | * numpy deprecation warning fix. Alternately, you could also specify float | ||||
* | | add support for reading saved jpeg comments | AUTOMATIC | 2022-09-13 | 2 | -8/+24 |
|/ | |||||
* | add piexif to requirements_versions.txt | JJ | 2022-09-13 | 1 | -0/+1 |
| | |||||
* | add piexif to requirements.txt | JJ | 2022-09-13 | 1 | -0/+1 |
| | |||||
* | save the exif data upon image write | JJ | 2022-09-13 | 1 | -1/+1 |
| | |||||
* | add metadata to jpg and non-png image files | JJ | 2022-09-13 | 1 | -2/+11 |
| | | | | | | * needs a piexif module install * dumps the info in an Exif "UserComment" * update to webui.bat | ||||
* | Merge pull request #400 from rick2047/requirements-sklearn-version | AUTOMATIC1111 | 2022-09-13 | 1 | -1/+1 |
|\ | | | | | Add minimum requirements for skimage version | ||||
| * | Update with definitely right requirements for skimage | Paresh Mathur | 2022-09-13 | 1 | -1/+1 |
| | | | | | | In my defense I was doing this on my phone. | ||||
| * | Now with the correct version of skimage | Paresh Mathur | 2022-09-13 | 1 | -1/+1 |
| | |