aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_common.py
Commit message (Expand)AuthorAgeFilesLines
* Add Pad conds v0 optionAUTOMATIC11112024-01-271-0/+7
* fix an issue where VAE would remain in fp16 after an auto-switch to fp32AUTOMATIC11112023-08-301-0/+2
* add an option to choose how to combine hires fix and refinerAUTOMATIC11112023-08-301-2/+11
* actual solution to the uncommon hanging problem that is seemingly caused by m...AUTOMATIC11112023-08-221-1/+1
* attemped solution to the uncommon hanging problem that is seemingly caused by...AUTOMATIC11112023-08-221-1/+1
* forbid Full live preview method for medvram and add a setting to undo the for...AUTOMATIC11112023-08-211-1/+6
* Merge pull request #12630 from catboxanon/fix/nans-mk2AUTOMATIC11112023-08-191-1/+2
|\
| * Attempt to resolve NaN issue with unstable VAEs in fp32 mk2catboxanon2023-08-171-1/+2
* | Add option for faster live interruptcatboxanon2023-08-181-1/+1
|/
* Remove wrong scaleKohaku-Blueleaf2023-08-161-2/+1
* correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's ...AUTOMATIC11112023-08-141-1/+2
* Merge pull request #12514 from catboxanon/feat/batch-encodeAUTOMATIC11112023-08-131-1/+9
|\
| * Encode batches separatelycatboxanon2023-08-131-1/+9
* | Add s_noise param to more samplerscatboxanon2023-08-131-4/+4
|/
* use dataclass for StableDiffusionProcessingAUTOMATIC11112023-08-131-1/+4
* add refiner to StableDiffusionProcessing classAUTOMATIC11112023-08-131-1/+1
* make it possible to use hires fix together with refinerAUTOMATIC11112023-08-121-0/+3
* put refiner into main UI, into the new accordions sectionAUTOMATIC11112023-08-121-17/+23
* Merge branch 'dev' into refinerAUTOMATIC11112023-08-101-12/+12
|\
| * rework RNG to use generators instead of generating noises beforehandAUTOMATIC11112023-08-091-12/+12
* | add None refiner optionAUTOMATIC11112023-08-081-0/+3
* | merge errorsAUTOMATIC11112023-08-081-1/+5
* | Merge branch 'dev' into refinerAUTOMATIC11112023-08-081-1/+137
|\|
| * add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ...AUTOMATIC11112023-08-081-1/+139
* | add infotextAUTOMATIC11112023-08-061-9/+20
* | initial refiner supportAUTOMATIC11112023-08-061-1/+18
|/
* repair broken live previews if using VAE with halfAUTOMATIC11112023-08-061-1/+1
* remove noneed scaleKohaku-Blueleaf2023-08-041-1/+1
* Revert "change all encode"Kohaku-Blueleaf2023-08-041-1/+1
* change all encodeKohaku-Blueleaf2023-08-041-1/+1
* move the modified decode into smapler_commonKohaku-Blueleaf2023-08-041-3/+3
* Merge branch 'dev' into efficient-vae-methodsKohaku-Blueleaf2023-08-041-0/+6
|\
| * resolve some of circular import issues for kohakuAUTOMATIC11112023-08-041-2/+8
* | Fix code styleKohaku-Blueleaf2023-08-041-2/+2
* | add TAESD for i2i and t2iKohaku-Blueleaf2023-08-041-5/+33
|/
* rework torchsde._brownian.brownian_interval replacement to use device.randn_l...AUTOMATIC11112023-08-031-6/+6
* simplify single_sample_to_imageAUTOMATIC2023-05-171-6/+3
* TAESD fixSakura-Luna2023-05-171-4/+5
* Merge branch 'dev' into taesd-aAUTOMATIC11112023-05-171-1/+20
|\
| * suppress ENSD infotext for samplers that don't use itAUTOMATIC2023-05-161-1/+20
* | return live preview defaults to how they wereAUTOMATIC2023-05-171-14/+15
* | Add live preview mode checkSakura-Luna2023-05-141-2/+2
* | Add Tiny AE live previewSakura-Luna2023-05-141-8/+13
|/
* rename CPU RNG to RNG source in settings, add infotext and parameters copypas...AUTOMATIC2023-04-291-1/+2
* Option to use CPU for random number generation.Deciare2023-04-191-0/+9
* Refactor Mac specific code to a separate filebrkirch2023-02-011-16/+0
* split samplers into one more files for k-diffusionAUTOMATIC2023-01-301-1/+2
* split compvis sampler and shared sampler stuff into their own filesAUTOMATIC2023-01-301-477/+2
* Split history sd_samplers.py to sd_samplers_common.pyAndrey2023-01-301-0/+552