From 91d3e4605e01430b0472e699a0554d13c345cb83 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Thu, 25 Aug 2022 15:32:48 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c049c4d6b..315c4127d9 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,10 @@ repository and associated paper for details and limitations. ## Changes -* v1.09 (24 August 2022) - * A barebone web server for interactive online generation of txt2img and img2img. +*v1.10 (25 August 2022) + * A barebones but fully functional interactive web server for online generation of txt2img and img2img. + +*v1.09 (24 August 2022) * A new -v option allows you to generate multiple variants of an initial image in img2img mode. (kudos to [Oceanswave](https://github.com/Oceanswave). [See this discussion in the PR for examples and details on use](https://github.com/lstein/stable-diffusion/pull/71#issuecomment-1226700810)) * Added ability to personalize text to image generation (kudos to [Oceanswave](https://github.com/Oceanswave) and [nicolai256](https://github.com/nicolai256))