text-generation-webui/extensions/sd_api_pictures
2023-10-26 23:03:21 -03:00
..
README.MD SD_api_pictures: Modefix, +hires options, UI layout change (#1400) 2023-04-21 17:49:18 -03:00
script.py sd_api_pictures: fix Gradio warning message regarding custom value (#4391) 2023-10-26 23:03:21 -03:00
style.css Get SD samplers from API (#2889) 2023-06-27 17:31:54 -03:00

Description:

TL;DR: Lets the bot answer you with a picture!

Stable Diffusion API pictures for TextGen, v.1.2.0
An extension to oobabooga's textgen-webui allowing you to receive pics generated by Automatic1111's SD-WebUI API

Interface overview

Interface

Load it in the --chat mode with --extension sd_api_pictures alongside send_pictures (it's not really required, but completes the picture, pun intended).

History

Consider the version included with oobabooga's repository to be STABLE, experimental developments and untested features are pushed in Brawlence/SD_api_pics

Lastest change:
1.1.0 → 1.1.1 Fixed not having Auto1111's metadata in received images

Details

The image generation is triggered:

  • manually through the 'Force the picture response' button while in Manual or Immersive/Interactive modes OR
  • automatically in Immersive/Interactive mode if the words 'send|main|message|me' are followed by 'image|pic|picture|photo|snap|snapshot|selfie|meme' in the user's prompt
  • always on in Picturebook/Adventure mode (if not currently suppressed by 'Suppress the picture response')

Prerequisites

One needs an available instance of Automatic1111's webui running with an --api flag. Ain't tested with a notebook / cloud hosted one but should be possible.
To run it locally in parallel on the same machine, specify custom --listen-port for either Auto1111's or ooba's webUIs.

Features overview

Connection check

Insert the Automatic1111's WebUI address and press Enter:
API-check
Green mark confirms the ability to communicate with Auto1111's API on this address. Red cross means something's not right (the ext won't work).

Persistents settings

Create or modify the settings.json in the text-generation-webui root directory to override the defaults present in script.py, ex:

{
    "sd_api_pictures-manage_VRAM": 1,
    "sd_api_pictures-save_img": 1,
    "sd_api_pictures-prompt_prefix": "(Masterpiece:1.1), detailed, intricate, colorful, (solo:1.1)",
    "sd_api_pictures-sampler_name": "DPM++ 2M Karras"
}

will automatically set the Manage VRAM & Keep original images checkboxes and change the texts in Prompt Prefix and Sampler name on load.


Demonstrations:

Those are examples of the version 1.0.0, but the core functionality is still the same

Conversation 1

EXA1 EXA2 EXA3 EXA4

Conversation 2

Hist1 Hist2 Hist3