/ilc-automatic1111-scripts

This is a module for automatic1111 stable diffusion webui, provide a folder and stitch images together

Primary LanguagePython

ILC Automatic1111 Stable Diffusion Scripts

this repo contains scripts to be used with Automatic1111 Stable Diffusion Web UI

What stands ILC for?

Its the akronym of the brand I-Love-Chaos for popularizing Chaos Theory.

Installation

copy the .py files into the ./scripts folder of the Automatic1111 Stable Diffusion Web UI installation

Available Plugins

ILC Simple Animator

This is a very simple plugin, it is used by c.k. in the youtube channel ChaosTube for demonstrating what happens when the denoising parameter is changed. It has been extended to include the cfg scale parameter as well. Other than that the script is derived from Animator Script this script is included for reference wether anyone is interested in how it is done.

Markdown Monster icon

ILC Image Stitcher

The script has been used to create the title image of the Fractal Art Calendar 2023 - dawn of an era. In principle this script takes an input folder, arranges all found images in a rectangular manner and fills the gaps using outpainting.

Derived from the poor-mans-outpainting, it uses a consecutive way to create new images so that already created outpaints are incorporated into the next step.

Markdown Monster icon