https://github.com/shinich39/sd-webui-chain
Execute multiple batches sequentially.
https://github.com/shinich39/sd-webui-chain
stable-diffusion-webui stable-diffusion-webui-plugin
Last synced: about 1 year ago
JSON representation
Execute multiple batches sequentially.
- Host: GitHub
- URL: https://github.com/shinich39/sd-webui-chain
- Owner: shinich39
- License: mit
- Created: 2024-01-30T03:35:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T09:06:55.000Z (over 2 years ago)
- Last Synced: 2025-02-13T14:41:21.675Z (over 1 year ago)
- Topics: stable-diffusion-webui, stable-diffusion-webui-plugin
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## sd-webui-chain
Execute multiple batches sequentially.
## Usage
1. Copy sd-webui-chain to /webui/extensions.
2. Copy the file /webui/sd-webui-chain/loopback_for_chain.py into /webui/scripts directory.
3. Edit webui-user.bat
4. Add "--api" to COMMANDLINE_ARGS (e.g. COMMANDLINE_ARGS=--api)
5. img2img > Change img2img options
6. img2img batch > Open chain
7. Enter batch name > Add
8. Chain tab > Select queue > Generate
## img2img Options
- Checkpoint
- VAE
- Clip Skip
- Prompt
- Negative prompt
- Input directory(Required)
- Output directory(default: /input directory/output)
- Upscale(chain)
- Resize mode
- Sampling method
- Sampling steps
- Refiner
- Batch count
- Batch size
- Width, Height(resize to) or Scale(resize by)
- CFG Scale
- Denoising strength
- Seed
- Override settings(clip skip...)
- (script) ADetailer
- (script) SD upscale
- (script) Loopback for chain
## Environment
- StableDiffusion v1.7.0
- ADetailer v24.1.1