Skip to content

Commit

Permalink
Change mode on JoyCaption
Browse files Browse the repository at this point in the history
  • Loading branch information
regiellis committed Oct 17, 2024
1 parent db04701 commit ce39ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ecko_cli/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ce39ef7

Please sign in to comment.