aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.py
Commit message (Collapse)AuthorAgeFilesLines
* txt2img Hires FixKyle2023-02-041-1/+1
|
* Image CFG Added (Full Implementation)Kyle2023-02-031-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"Kyle2023-02-031-4/+4
| | | | This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f.
* instruct-pix2pix supportKyle2023-02-021-4/+4
|
* make the program read Eta and Eta DDIM from generation parametersAUTOMATIC2023-01-301-3/+5
|
* split samplers into one more files for k-diffusionAUTOMATIC2023-01-301-50/+7
|
* Split history sd_samplers.py to sd_samplers_kdiffusion.pyAndrey2023-01-301-0/+339