Giter VIP home page Giter VIP logo

a1111-scripts's Introduction

Basic scripts to process loads of images using the A1111 API.

The scripts need one (or more) running instance(s) of the Stable Diffusion WebUI to connect to.

  • txt2img_simple.py, txt2img_simple.js

    Basic Text 2 Image examples.

    Request a single image generation.

  • txt2img.py

    Batch Text 2 Image example.

    Generates a number of images with a given prompt (and other parameters).

    Uses multiple backend servers for generation, if given.

  • interrogate.py

    Batch Interrogation example.

    Iterates over a list of image files, writes text file with interrogated captions.

    Uses multiple backend servers for generation, if given.

  • img2img.py

    Batch Image 2 Image example using the sd-parsers library.

    Iterates over a list of image files, reuses previous & injects custom generation parameters.

    Uses multiple backend servers for generation, if given.

  • img2vid.py

    Batch Image 2 Image 2 Video using the ffmpeg-python library.

    Similar to img2img.py but creates a video file instead.

    Allows the use of the built-in ffmpeg filters on the output video.

    Uses multiple backend servers for generation, if given.

  • vid2vid_simple.py

    Basic video 2 video script using the imageio library.

    Processes each frame of an input video using the Img2Img API, builds a new video as result.

  • vid2vid_ffmpeg.py

    Basic video 2 video script using the ffmpeg-python library.

    Allows the use of the built-in ffmpeg filters on the output video.

    Processes each frame of an input video using the Img2Img API, builds a new video as result.

  • webcam.py

    Process live webcam footage using the pygame library.

    Grabs frames from a webcam and processes them using the Img2Img API, displays the resulting images.

a1111-scripts's People

Contributors

d3x-at avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.