This is an extension for stable-diffusion-webui or stable-diffusion-webui-forge that adds the TCD sampling algorithm. It extracts the TCD sampler from the sd-webui-smea project and makes it available as a standalone extension.
Go to the extensions directory of your stable-diffusion-webui installation:
cd extensionsClone this repository:
git clone https://github.com/zeittresor/sd-webui-tcd-samplerIn the stable-diffusion-webui interface, go to Extensions → Install from URL.
Paste the following into URL for extension's git repository:
https://github.com/zeittresor/sd-webui-tcd-sampler
Click Install.
Open HuiShi Launcher (绘世启动器), then go to Version Management → Install New Extension.
Paste the following into the Extension URL field:
https://github.com/zeittresor/sd-webui-tcd-sampler
Click Install (the button on the right side of the input field).
After installation, you can find TCD under Sampling method in the txt2img tab of stable-diffusion-webui. Select it to use the TCD sampler.
- AG-w — for providing the TCD sampling algorithm
- ananosleep — for providing the method to add sampling algorithms to SD WebUI
This is a modified fork of https://github.com/licyk/sd-webui-tcd-sampler
- Extra TCD Samplers (Some additional TCD Samplers added):
- TCD_Reviewed is a reviewed Version of the orignal implementation with some changes
- TCD_Real is a attempt to implement the real formulars
- TCD_Pyramid is the TCD Sampler with additional pyramid noise
- TCD_Sierpinski-Triangle is the TCD Sampler with additional noise by a Sierpinski-Triangle fractal used for the first half of steps
- TCD_Conways-GoL is the TCD Sampler with additional noise by the Conways "Game of Life" (GoL) Algorithm used for the first half of steps