Skip to content

stable-diffusion-webui forge/a1111 TCD sampler

Notifications You must be signed in to change notification settings

zeittresor/sd-webui-tcd-sampler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

sd-webui-tcd-sampler

Table of Contents

Introduction

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.

Installation

Install via Command Line

Go to the extensions directory of your stable-diffusion-webui installation:

cd extensions

Clone this repository:

git clone https://github.com/zeittresor/sd-webui-tcd-sampler

Install via stable-diffusion-webui

In the stable-diffusion-webui interface, go to ExtensionsInstall from URL.
Paste the following into URL for extension's git repository:

https://github.com/zeittresor/sd-webui-tcd-sampler

Click Install.

Install via HuiShi Launcher (绘世启动器)

Open HuiShi Launcher (绘世启动器), then go to Version ManagementInstall 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).

Usage

After installation, you can find TCD under Sampling method in the txt2img tab of stable-diffusion-webui. Select it to use the TCD sampler.

Acknowledgements

  • AG-w — for providing the TCD sampling algorithm
  • ananosleep — for providing the method to add sampling algorithms to SD WebUI

Fork

This is a modified fork of https://github.com/licyk/sd-webui-tcd-sampler

Addons in this fork

  • 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

About

stable-diffusion-webui forge/a1111 TCD sampler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%