Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-08 | add missing import | Vladimir Mandic | |
used later in line 70 | |||
2023-02-08 | add missing import | Vladimir Mandic | |
used later in line 418 | |||
2023-02-08 | convert rgba to rgb | Vladimir Mandic | |
some image format (e.g. jpg) do not support rgba | |||
2023-02-07 | Apply hijacks in ddpm_edit for upcast sampling | brkirch | |
To avoid import errors, ddpm_edit hijacks are done after an instruct pix2pix model is loaded. | |||
2023-02-06 | Support for hypernetworks with --upcast-sampling | brkirch | |
2023-02-06 | aspect ratio for dim's; sliders adjust by ratio | Gerschel | |
Default choices added to settings in user interface section Choices are editable by user User selects from dropdown. When you move one slider, the other adjusts according to the ratio chosen. Vice versa for the other slider. Number fields for changes work as well. For disabling ratio, an unlock pad "🔓" is available as a default. This string can be changed to anything to serve as a disable, as long as there is no colon ":". Ratios are entered in this format, floats or ints with a colon "1:1". The string is split at the colon, parses left and right as floats to perform the math. | |||
2023-02-06 | call modules.sd_vae.refresh_vae_list() | EllangoK | |
2023-02-06 | Update batch count/size hints | Vladimir Repin | |
2023-02-05 | Update ui_extra_networks.py | CurtisDS | |
update the string used to build the ID handle to replace spaces with underscore | |||
2023-02-06 | Optionally append interrogated prompt in loopback script | Vladimir Repin | |
2023-02-05 | Img2Img Only | Kyle | |
Will still show up as an option with regular img2img models, but outputs no changes. | |||
2023-02-05 | Add Image CFG Scale to XYZ Grid | Kyle | |
2023-02-05 | use Default if ValueError | w-e-w | |
2023-02-05 | configurable image downscale | w-e-w | |
allowing the user to configure the image downscale parameters in setting | |||
2023-02-05 | Merge branch 'AUTOMATIC1111:master' into master | w-e-w | |
2023-02-05 | Merge pull request #7556 from EllangoK/master | AUTOMATIC1111 | |
Adds options for grid margins to XYZ Plot and Prompt Matrix | |||
2023-02-05 | adds grid margins to xyz plot and prompt matrix | EllangoK | |
2023-02-05 | Merge pull request #7535 from mcmonkey4eva/fix-symlink-extra-network | AUTOMATIC1111 | |
fix symlinks in extra networks ui | |||
2023-02-05 | Merge pull request #7554 from techneconn/feature/prompt_hash_option | AUTOMATIC1111 | |
Add prompt_hash option for file/dir name pattern | |||
2023-02-05 | Merge pull request #7528 from spezialspezial/patch-1 | AUTOMATIC1111 | |
Catch broken model symlinks early | Quickfix modelloader.py | |||
2023-02-05 | make it possible to load SD1 checkpoints without CLIP | AUTOMATIC | |
2023-02-05 | Add prompt_hash option for file/dir name pattern | techneconn | |
2023-02-04 | fix symlinks in extra networks ui | Alex "mcmonkey" Goodwin | |
'absolute' and 'resolve' are equivalent, but 'resolve' resolves symlinks (which is an obscure specialty behavior usually not wanted) whereas 'absolute' treats symlinks as folders (which is the expected behavior). This commit allows you to symlink folders within your models/embeddings/etc. dirs and have preview images load as expected without issue. | |||
2023-02-04 | Update modelloader.py | spezialspezial | |
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. | |||
2023-02-04 | fix --help | w-e-w | |
show correct help message | |||
2023-02-04 | fix issue with switching back to checkpoint that had its checksum calculated ↵ | AUTOMATIC | |
during runtime mentioned in #7506 | |||
2023-02-04 | add margin parameter to draw_grid_annotations | AUTOMATIC | |
2023-02-04 | Merge pull request #7466 from ctwrs/master | AUTOMATIC1111 | |
Add .jpg to allowed thumb formats | |||
2023-02-04 | Merge pull request #7470 from ↵ | AUTOMATIC1111 | |
cbrownstein-lambda/update-error-message-no-checkpoint Update error message WRT missing checkpoint file | |||
2023-02-04 | Merge pull request #7509 from mezotaken/fix-img2imgalt | AUTOMATIC1111 | |
Fix img2imgalt after samplers separation | |||
2023-02-04 | add --no-hashing | AUTOMATIC | |
2023-02-04 | Merge pull request #7461 from brkirch/mac-fixes | AUTOMATIC1111 | |
Move Mac related code to separate file | |||
2023-02-04 | make Image CFG Scale only show if instrutpix2pix model is loaded | AUTOMATIC | |
2023-02-04 | merge CFGDenoiserEdit and CFGDenoiser into single object | AUTOMATIC | |
2023-02-04 | Remove unused code | brkirch | |
2023-02-04 | Merge pull request #7481 from Klace/master | AUTOMATIC1111 | |
img2img instruct-pix2pix support | |||
2023-02-03 | Use original CFGDenoiser if image_cfg_scale = 1 | Kyle | |
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" | |||
2023-02-03 | txt2img Hires Fix | Kyle | |
2023-02-03 | Image CFG Added (Full Implementation) | Kyle | |
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 | |||
2023-02-04 | Fix img2imgalt after samplers separation | Vladimir Repin | |
2023-02-02 | Processing only, no CFGDenoiser change | Kyle | |
Allows instruct-pix2pix | |||
2023-02-02 | Revert "instruct-pix2pix support" | Kyle | |
This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f. | |||
2023-02-02 | instruct-pix2pix support | Kyle | |
2023-02-01 | Update error message WRT missing checkpoint file | Cody Brownstein | |
The Safetensors format is also supported. | |||
2023-02-01 | Add .jpg to allowed thumb formats | ctwrs | |
2023-02-01 | Use the real images size, not the process | Francesco Manzali | |
- Use the width/height of the first image in processed.images - No more need for rounding in prompt_matrix | |||
2023-02-01 | Refactor Mac specific code to a separate file | brkirch | |
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS. | |||
2023-02-01 | Merge pull request #7334 from EllangoK/master | AUTOMATIC1111 | |
X/Y/Z plot now saves sub grids if opts.grid_save and honors draw_legend | |||
2023-02-01 | Merge pull request #7357 from EllangoK/btn-fix | AUTOMATIC1111 | |
Fixes switch height/width btn unbound error | |||
2023-02-01 | Merge pull request #7371 from hoblin/master | AUTOMATIC1111 | |
[Prompt Matrix] Support for negative prompt + delimiter selector |