From ce39ef7e27c79183322af304d273f5ec43d3800c Mon Sep 17 00:00:00 2001 From: "Playlogic Hub (Regi Ellis)" Date: Thu, 17 Oct 2024 19:35:58 -0400 Subject: [PATCH] Change mode on JoyCaption --- README.md | 2 +- ecko_cli/analyze.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b637e07..6414f40 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ pip install . ## Configuration > [!IMPORTANT] -> Before using the tool, It's required to set up a `.env` file in the parent directory of the script or your home user dir [windows] or `$HOME/.config/civitai-cli-manager/.env` +> Before using the tool, It's required to set up a `.env` file in the parent directory of the script or your home user dir [windows] or `$HOME/.config/ecko-cli-itsjustregi/.env` The application intelligently locates your `.env` file, accommodating various platforms like Windows and Linux, or defaulting to the current directory. diff --git a/ecko_cli/analyze.py b/ecko_cli/analyze.py index 34f7739..458a421 100644 --- a/ecko_cli/analyze.py +++ b/ecko_cli/analyze.py @@ -179,7 +179,7 @@ def analyze_image( ) -> Optional[str]: try: if use_joycap: - prompt = "Write a long descriptive caption for this image in a formal tone." + prompt = "Write a 256 stable diffusion prompt for this image." caption = generate_joycap_caption(image_path, prompt) else: