Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update modelloader.py | spezialspezial | 2023-02-04 | 1 | -0/+3 |
| | | | os.path.getmtime(filename) throws exception later in codepath when meeting broken symlink. For now catch it here early but more checks could be added for robustness. | ||||
* | fix issue with switching back to checkpoint that had its checksum calculated ↵ | AUTOMATIC | 2023-02-04 | 1 | -2/+3 |
| | | | | during runtime mentioned in #7506 | ||||
* | add margin parameter to draw_grid_annotations | AUTOMATIC | 2023-02-04 | 1 | -7/+10 |
| | |||||
* | Merge pull request #7466 from ctwrs/master | AUTOMATIC1111 | 2023-02-04 | 1 | -2/+3 |
|\ | | | | | Add .jpg to allowed thumb formats | ||||
| * | Add .jpg to allowed thumb formats | ctwrs | 2023-02-01 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #7470 from ↵ | AUTOMATIC1111 | 2023-02-04 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | cbrownstein-lambda/update-error-message-no-checkpoint Update error message WRT missing checkpoint file | ||||
| * | | Update error message WRT missing checkpoint file | Cody Brownstein | 2023-02-01 | 1 | -1/+1 |
| |/ | | | | | | | The Safetensors format is also supported. | ||||
* | | add --no-hashing | AUTOMATIC | 2023-02-04 | 4 | -2/+9 |
| | | |||||
* | | Merge pull request #7461 from brkirch/mac-fixes | AUTOMATIC1111 | 2023-02-04 | 3 | -61/+60 |
|\ \ | | | | | | | Move Mac related code to separate file | ||||
| * | | Remove unused code | brkirch | 2023-02-04 | 2 | -6/+0 |
| | | | |||||
| * | | Refactor Mac specific code to a separate file | brkirch | 2023-02-01 | 4 | -61/+66 |
| |/ | | | | | | | Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS. | ||||
* | | make Image CFG Scale only show if instrutpix2pix model is loaded | AUTOMATIC | 2023-02-04 | 1 | -2/+9 |
| | | |||||
* | | merge CFGDenoiserEdit and CFGDenoiser into single object | AUTOMATIC | 2023-02-04 | 1 | -96/+37 |
| | | |||||
* | | Use original CFGDenoiser if image_cfg_scale = 1 | Kyle | 2023-02-04 | 1 | -2/+5 |
| | | | | | | | | | | | | If image_cfg_scale is =1 then the original image is not used for the output. We can then use the original CFGDenoiser to get the same result to support AND functionality. Maybe in the future AND can be supported with "Image CFG Scale" | ||||
* | | txt2img Hires Fix | Kyle | 2023-02-04 | 2 | -1/+2 |
| | | |||||
* | | Image CFG Added (Full Implementation) | Kyle | 2023-02-03 | 4 | -8/+103 |
| | | | | | | | | | | | | | | | | Uses separate denoiser for edit (instruct-pix2pix) models No impact to txt2img or regular img2img "Image CFG Scale" will only apply to instruct-pix2pix models and metadata will only be added if using such model | ||||
* | | Processing only, no CFGDenoiser change | Kyle | 2023-02-03 | 1 | -1/+1 |
| | | | | | | | | Allows instruct-pix2pix | ||||
* | | Revert "instruct-pix2pix support" | Kyle | 2023-02-03 | 2 | -5/+5 |
| | | | | | | | | This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f. | ||||
* | | instruct-pix2pix support | Kyle | 2023-02-02 | 2 | -5/+5 |
|/ | |||||
* | Merge pull request #7357 from EllangoK/btn-fix | AUTOMATIC1111 | 2023-02-01 | 1 | -2/+2 |
|\ | | | | | Fixes switch height/width btn unbound error | ||||
| * | fixes #7284 btn unbound error | EllangoK | 2023-01-29 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #7414 from joecodecreations/master | AUTOMATIC1111 | 2023-02-01 | 1 | -1/+1 |
|\ \ | | | | | | | Changes use_original_name_batch to default to True | ||||
| * | | Adding default true to use_original_name_batch as images should by default ↵ | Joey Sanchez | 2023-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | hold the same name to help keep sequenced images in their correct order | ||||
* | | | Refactor MPS fixes to CondFunc | brkirch | 2023-02-01 | 1 | -36/+14 |
| | | | |||||
* | | | MPS fix is still needed :( | brkirch | 2023-02-01 | 1 | -0/+3 |
|/ / | | | | | | | Apparently I did not test with large enough images to trigger the bug with torch.narrow on MPS | ||||
* | | Add --skip-version-check to disable messages asking users to upgrade torch. | AUTOMATIC | 2023-01-30 | 1 | -0/+2 |
| | | |||||
* | | make the program read Discard penultimate sigma from generation parameters | AUTOMATIC | 2023-01-30 | 1 | -0/+1 |
| | | |||||
* | | make the program read Eta and Eta DDIM from generation parameters | AUTOMATIC | 2023-01-30 | 4 | -5/+9 |
| | | |||||
* | | split samplers into one more files for k-diffusion | AUTOMATIC | 2023-01-30 | 4 | -348/+22 |
| | | |||||
* | | Split history sd_samplers.py to sd_samplers_kdiffusion.py | Andrey | 2023-01-30 | 1 | -0/+0 |
| | | |||||
* | | Split history sd_samplers.py to sd_samplers_kdiffusion.py | Andrey | 2023-01-30 | 1 | -0/+339 |
|\ \ | |||||
| * | | Split history sd_samplers.py to sd_samplers_kdiffusion.py | Andrey | 2023-01-30 | 1 | -0/+0 |
| | | | |||||
* | | | Split history sd_samplers.py to sd_samplers_kdiffusion.py | Andrey | 2023-01-30 | 1 | -0/+0 |
|/ / | |||||
* | | split compvis sampler and shared sampler stuff into their own files | AUTOMATIC | 2023-01-30 | 3 | -1117/+28 |
| | | |||||
* | | Split history sd_samplers.py to sd_samplers_common.py | Andrey | 2023-01-30 | 1 | -0/+0 |
| | | |||||
* | | Split history sd_samplers.py to sd_samplers_common.py | Andrey | 2023-01-30 | 1 | -0/+552 |
|\ \ | |||||
| * | | Split history sd_samplers.py to sd_samplers_common.py | Andrey | 2023-01-30 | 1 | -0/+0 |
| | | | |||||
* | | | Split history sd_samplers.py to sd_samplers_common.py | Andrey | 2023-01-30 | 1 | -0/+0 |
|/ / | |||||
* | | Split history sd_samplers.py to sd_samplers_compvis.py | Andrey | 2023-01-30 | 1 | -0/+0 |
| | | |||||
* | | Split history sd_samplers.py to sd_samplers_compvis.py | Andrey | 2023-01-30 | 1 | -0/+552 |
|\ \ | |||||
| * | | Split history sd_samplers.py to sd_samplers_compvis.py | Andrey | 2023-01-30 | 1 | -0/+0 |
| | | | |||||
* | | | Split history sd_samplers.py to sd_samplers_compvis.py | Andrey | 2023-01-30 | 1 | -0/+0 |
|/ / | |||||
* | | add override settings component to img2img | AUTOMATIC | 2023-01-29 | 2 | -3/+8 |
| | | |||||
* | | make it possible to search checkpoint by its hash | AUTOMATIC | 2023-01-29 | 1 | -1/+2 |
| | | |||||
* | | update prompt token counts after using the paste params button | AUTOMATIC | 2023-01-29 | 1 | -3/+3 |
| | | |||||
* | | change disable_weights_auto_swap to true by default | AUTOMATIC | 2023-01-29 | 1 | -1/+1 |
| | | |||||
* | | make it so that setting options in pasted infotext (like Clip Skip and ENSD) ↵ | AUTOMATIC | 2023-01-29 | 5 | -80/+210 |
| | | | | | | | | do not get applied directly and instead are added as temporary overrides | ||||
* | | remove Batch size and Batch pos from textinfo (goodbye) | AUTOMATIC | 2023-01-29 | 1 | -2/+0 |
| | | |||||
* | | do not display the message for TI unless the list of loaded embeddings changed | AUTOMATIC | 2023-01-29 | 1 | -3/+7 |
| | | |||||
* | | add buttons for auto-search in subdirectories for extra tabs | AUTOMATIC | 2023-01-29 | 1 | -1/+26 |
|/ |