From b4bc2e42632135f47bf8da0cbbcf3b76a9ab60cf Mon Sep 17 00:00:00 2001 From: Jez Date: Fri, 18 Oct 2024 16:52:01 +1100 Subject: [PATCH] Updated .config-example to contain updated stable diffusion model - #69. Bump version number. --- examples/.config-example | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/.config-example b/examples/.config-example index c3cbeb5..fa6430f 100644 --- a/examples/.config-example +++ b/examples/.config-example @@ -225,7 +225,7 @@ credential_path = ".creds" test_enabled = True # Host to use for Stable Diffusion online API -stable_host = "https://api.stability.ai/v1/generation/stable-diffusion-xl-beta-v2-2-2/text-to-image" +stable_host = "https://api.stability.ai/v1/generation/stable-diffusion-v1-6/text-to-image" # IP Address/host and port to use with Automatic1111 Stable Diffusion WebUI API automatic_host = 127.0.0.1 diff --git a/setup.cfg b/setup.cfg index c41bb34..6701707 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = piblo -version = 1.2.13 +version = 1.2.14 author = Jess Farber author_email = default@jessfarber.com description = A system to send AI generated art to an E-Paper display through a Raspberry PI unit