index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
sd_samplers_kdiffusion.py
Age
Commit message (
Expand
)
Author
Lines
2024-01-27
Add Pad conds v0 option
AUTOMATIC1111
-4
/
+2
2023-08-29
Add noisy latent to ExtraNoiseParams for callback
catboxanon
-1
/
+1
2023-08-29
revert SGM noise multiplier change for img2img because it breaks hires fix
AUTOMATIC1111
-7
/
+1
2023-08-29
Add option to align with sgm repo sampling implementation
catboxanon
-2
/
+12
2023-08-16
Add extra noise callback
catboxanon
-0
/
+4
2023-08-15
Add extra img2img noise
catboxanon
-0
/
+4
2023-08-14
add second_order to samplers that mistakenly didn't have it
AUTOMATIC1111
-3
/
+3
2023-08-14
Put frequently used sampler back
Kohaku-Blueleaf
-4
/
+4
2023-08-14
add res(dpmdd 2m sde heun) and reorder the sampler list
Kohaku-Blueleaf
-4
/
+14
2023-08-13
Merge pull request #12521 from catboxanon/feat/more-s-noise
AUTOMATIC1111
-0
/
+9
2023-08-13
Restore extra_params that was lost in merge
catboxanon
-0
/
+2
2023-08-13
Merge branch 'feat/dpmpp3msde' into feat/more-s-noise
catboxanon
-3
/
+3
2023-08-13
Discard penultimate sigma for DPM-Solver++(3M) SDE
catboxanon
-3
/
+3
2023-08-13
Add s_noise param to more samplers
catboxanon
-0
/
+6
2023-08-13
Add DPM-Solver++(3M) SDE
catboxanon
-0
/
+3
2023-08-12
put refiner into main UI, into the new accordions section
AUTOMATIC1111
-1
/
+2
2023-08-10
lint
AUTOMATIC1111
-1
/
+1
2023-08-10
return the line lost during the merge
AUTOMATIC1111
-0
/
+1
2023-08-10
resolve merge issues
AUTOMATIC1111
-2
/
+1
2023-08-10
Merge branch 'dev' into refiner
AUTOMATIC1111
-1
/
+2
2023-08-08
by request: fix tiled vae extension
AUTOMATIC1111
-2
/
+3
2023-08-08
merge errors
AUTOMATIC1111
-5
/
+12
2023-08-08
Merge branch 'dev' into refiner
AUTOMATIC1111
-358
/
+21
2023-08-08
put commonly used samplers on top, make DPM++ 2M Karras the default choice
AUTOMATIC1111
-4
/
+4
2023-08-08
REMOVE
AUTOMATIC1111
-2
/
+1
2023-08-08
add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ...
AUTOMATIC1111
-138
/
+14
2023-08-08
split sd_samplers_kdiffusion into two
AUTOMATIC1111
-189
/
+2
2023-08-08
Split history: mv temp modules/sd_samplers_kdiffusion.py
AUTOMATIC1111
-0
/
+511
2023-08-08
Split history: mv modules/sd_samplers_kdiffusion.py temp
AUTOMATIC1111
-511
/
+0
2023-08-06
add infotext
AUTOMATIC1111
-8
/
+16
2023-08-06
lint!
AUTOMATIC1111
-1
/
+1
2023-08-06
initial refiner support
AUTOMATIC1111
-6
/
+24
2023-08-05
Assume 0 = inf for s_tmax
catboxanon
-1
/
+1
2023-08-05
Read kdiffusion sigma params from opts
catboxanon
-7
/
+7
2023-08-05
Add sigma params to infotext
catboxanon
-1
/
+33
2023-08-04
Add exponential scheduler for DPM-Solver++(2M) SDE
catboxanon
-0
/
+4
2023-08-03
add NV option for Random number generator source setting, which allows to gen...
AUTOMATIC1111
-4
/
+1
2023-07-29
split the new sampler into a different file
AUTOMATIC1111
-71
/
+4
2023-07-29
Split history: mv temp modules/sd_samplers_kdiffusion.py
AUTOMATIC1111
-0
/
+545
2023-07-29
Split history: mv modules/sd_samplers_kdiffusion.py temp
AUTOMATIC1111
-545
/
+0
2023-07-29
Merge pull request #11850 from lambertae/restart_sampling
AUTOMATIC1111
-2
/
+71
2023-07-25
fix progress bar & torchHijack
lambertae
-6
/
+13
2023-07-20
new restart scheme
lambertae
-1
/
+4
2023-07-20
fix ruff
lambertae
-1
/
+1
2023-07-20
allow choise of restart_list & use karras from kdiffusion
lambertae
-20
/
+12
2023-07-20
restart-sampler with correct steps
lambertae
-8
/
+14
2023-07-18
code styling
lambertae
-9
/
+5
2023-07-18
fix floating error
lambertae
-5
/
+6
2023-07-18
remove useless header
lambertae
-2
/
+0
2023-07-18
add restart sampler
lambertae
-2
/
+68
[next]