Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | use correct images for previews when using AND (see #9491) | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | some extra lines I forgot to add for previous commit | AUTOMATIC | 2023-04-29 | 1 | -3/+2 |
| | |||||
* | rework Negative Guidance minimum sigma to work with AND, add infotext and ↵ | AUTOMATIC | 2023-04-29 | 1 | -18/+25 |
| | | | | copypaste parameters support | ||||
* | Merge pull request #9177 from devNegative-asm/master | AUTOMATIC1111 | 2023-04-29 | 1 | -6/+20 |
|\ | | | | | (Optimization) Option to remove negative conditioning at low sigma values | ||||
| * | fix live preview & alternate uncond guidance for better quality | devdn | 2023-03-30 | 1 | -6/+8 |
| | | |||||
| * | performance increase | devdn | 2023-03-29 | 1 | -5/+17 |
| | | |||||
* | | rename CPU RNG to RNG source in settings, add infotext and parameters ↵ | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | | | | | | | | copypaste support to RNG source | ||||
* | | Option to use CPU for random number generation. | Deciare | 2023-04-19 | 1 | -1/+1 |
|/ | | | | | | | Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613. | ||||
* | Add support for the Variations models (unclip-h and unclip-l) | MrCheeze | 2023-03-26 | 1 | -6/+13 |
| | |||||
* | rename CFGDenoiserParams fields for #8064 | AUTOMATIC | 2023-03-11 | 1 | -2/+2 |
| | |||||
* | Update sd_samplers_kdiffusion.py | laksjdjf | 2023-02-24 | 1 | -1/+3 |
| | |||||
* | Merge pull request #7731 from opparco/master | AUTOMATIC1111 | 2023-02-19 | 1 | -0/+4 |
|\ | | | | | Add cfg_denoised_callback | ||||
| * | Add cfg_denoised_callback | opparco | 2023-02-11 | 1 | -0/+4 |
| | | |||||
* | | Fix error when batch count > 1 | RcINS | 2023-02-15 | 1 | -4/+5 |
| | | |||||
* | | Fix DPM++ SDE not deterministic across different batch sizes (#5210) | RcINS | 2023-02-11 | 1 | -8/+29 |
|/ | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Image CFG Added (Full Implementation) | Kyle | 2023-02-03 | 1 | -6/+95 |
| | | | | | | | | 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 | ||||
* | Revert "instruct-pix2pix support" | Kyle | 2023-02-03 | 1 | -4/+4 |
| | | | | This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f. | ||||
* | instruct-pix2pix support | Kyle | 2023-02-02 | 1 | -4/+4 |
| | |||||
* | make the program read Eta and Eta DDIM from generation parameters | AUTOMATIC | 2023-01-30 | 1 | -3/+5 |
| | |||||
* | split samplers into one more files for k-diffusion | AUTOMATIC | 2023-01-30 | 1 | -50/+7 |
| | |||||
* | Split history sd_samplers.py to sd_samplers_kdiffusion.py | Andrey | 2023-01-30 | 1 | -0/+339 |