Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-21 | Remove hyphen, underscore delimiters | missionfloyd | |
2023-04-21 | Remove parentheses if weight == 1 | missionfloyd | |
2023-04-21 | Refresh bug fix | Sakura-Luna | |
2023-04-20 | Update delimiters | missionfloyd | |
2023-04-20 | Simplify finding word boundaries | missionfloyd | |
This also makes it work with prompts without spaces between words | |||
2023-04-20 | Use string.contains() instead of regex | missionfloyd | |
2023-04-20 | Add img2img refreshed correctly | Sakura-Luna | |
2023-04-20 | Fix gallery not being refreshed correctly | Sakura-Luna | |
2023-04-19 | Automatically select current word | missionfloyd | |
2023-04-19 | Remove old code roll random artists | TFWol | |
Removed context menu entry that used to be for rolling artists from the now removed artists.csv. It was probably meant to be removed at commit 6d805b6. | |||
2023-04-19 | add tiled inference support for ScuNET | AdjointOperator | |
2023-04-18 | Option to use CPU for random number generation. | Deciare | |
Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613. | |||
2023-04-18 | Add "None" option to extra networks dropdowns | missionfloyd | |
2023-04-17 | adds label to buttons to make them hide | Matěj Račinský | |
2023-04-17 | fix install_dir error | weidong | |
When the user's home directory and username are inconsistent, an error message stating that the directory cannot be found will appear. Directly default the installation directory to the user's home directory | |||
2023-04-17 | replace with #wrap_session_call | siutin | |
2023-04-16 | Update processing.py | catboxanon | |
2023-04-16 | Update shared.py | catboxanon | |
2023-04-16 | Modify step multiplier flow | catboxanon | |
2023-04-16 | Add second order samplers compat option | catboxanon | |
2023-04-16 | Fix sampler schedules with step multiplier | catboxanon | |
2023-04-17 | multi users support | siutin | |
2023-04-16 | Add self argument that is mandatory to [clip_skip] filename pattern. | File_xor | |
2023-04-16 | Add filename pattern for CLIP_stop_at_last_layers. | File_xor | |
2023-04-15 | Add new FilenameGenerator [hasprompt<prompt1|default><prompt2>..] | tqwuliao | |
2023-04-14 | Only handle image mask if any option enabled | catboxanon | |
2023-04-14 | Fix image mask composite for weird resolutions | catboxanon | |
2023-04-14 | Tooltip localization support | Sakura-Luna | |
2023-04-13 | sort self.word_embeddings without instantiating it a new dict | Brad Smith | |
2023-04-13 | prompt-bracket-checker: Simplify + improve error reporting | Aarni Koskela | |
2023-04-13 | change index url | Vladimir Mandic | |
2023-04-13 | Try using TCMalloc on Linux by default | gk | |
2023-04-11 | Using --index-url instead of --extra-index-url following new PyTorch install ↵ | DGdev91 | |
command | |||
2023-04-10 | fix: support for default branch | yike5460 | |
2023-04-10 | feat(xyz): try sort Checkpoint name values | bluelovers | |
2023-04-09 | fix(extras): fix batch image processing on 'Extras\Batch Process' tab | Ilya Khadykin | |
This change fixes an issue where an incorrect type was passed to the PIL.Image.open() function that caused the whole process to fail. Scope of this change is limited to only batch image processing, and it shouldn't affect other functionality. | |||
2023-04-09 | feat: add branch support for extension installation | yike5460 | |
2023-04-08 | sort embeddings by name (case insensitive) | Brad Smith | |
2023-04-07 | Add [batch_number] and [generation_number] filename patterns | gk | |
2023-04-07 | Do not save init image by default | forsurefr | |
2023-04-06 | Add support for saving init images in img2img | For Sure | |
2023-04-05 | Pythonic way to achieve it | Andre Ubuntu | |
2023-04-06 | Forcing PyTorch version for AMD GPUs automatic install | DGdev91 | |
The old code tries to install the newest versions of pytorch, wich is currently 2.0. Forcing it to 1.13.1 | |||
2023-04-05 | fix preprocess orientation | Andre Ubuntu | |
2023-04-05 | fix axis swap and infotxt | pangbo13 | |
2023-04-05 | add dropdown for X/Y/Z plot | pangbo13 | |
2023-04-04 | revert xformers | Vladimir Mandic | |
2023-04-04 | fix `--ldsr-models-path` not working | hitomi | |
2023-04-04 | fix `--realesrgan-models-path` not working | hitomi | |
2023-04-04 | fixed an issue with using ngrok for other connections and also ngrok not ↵ | Nathanael Santoso | |
using auth_token |