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