From 8cb6132e1c2f2c07b73fa7d681f95e15b3ab818c Mon Sep 17 00:00:00 2001 From: sudoskys Date: Sun, 5 Jan 2025 10:01:32 +0800 Subject: [PATCH] :art: docs: update prompt description in README and generate_image script --- README.md | 2 +- playground/generate_image.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 718b68a..5922f2f 100755 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ load_dotenv() session = ApiCredential(api_token=SecretStr(os.getenv("NOVELAI_JWT"))) # pst-*** # For security reasons, storing user credentials in plaintext is strongly discouraged. -prompt = "2girls, closeup, from above" +prompt = "2girls, fisheye, closeup, from above" async def main(): diff --git a/playground/generate_image.py b/playground/generate_image.py index f081fda..fb7f51f 100755 --- a/playground/generate_image.py +++ b/playground/generate_image.py @@ -19,7 +19,7 @@ async def generate( - prompt="2girls, closeup, from above" + prompt="2girls, fisheye, closeup, from above" ): jwt = os.getenv("NOVELAI_JWT", None) if jwt is None: