From 4cd73a621acb6550929df6b368cbd867564e0c57 Mon Sep 17 00:00:00 2001 From: Anindya Maiti Date: Sat, 22 Feb 2025 22:23:02 -0600 Subject: [PATCH] readme update --- api-txt2img/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-txt2img/README.md b/api-txt2img/README.md index ccc65e7..7ae817d 100644 --- a/api-txt2img/README.md +++ b/api-txt2img/README.md @@ -1,4 +1,4 @@ -# Image Generation Example with AUTOMATIC1111 API (`sd3_medium` and `clip`) +# Image Generation AUTOMATIC1111 API (`sd3_medium` and `clip`) This example demonstrates how to use Python to generate images of a cat using the AUTOMATIC1111 Stable Diffusion API on a custom port. In this example, we'll generate **5 images** using a fixed prompt and save them locally as PNG files.