Skip to content

Commit

Permalink
output_text token length halved for 2048 context models
Browse files Browse the repository at this point in the history
  • Loading branch information
newsbubbles committed Mar 23, 2024
1 parent 47da74a commit 509018a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image/scene.prowl
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Choose the artistic medium that this image is represented in, for example "penci

## Prompt Composition
Write a comma delimited set of key phrases on a single line which describes all of the above. be sure to only use commas to separate phrases:
{scene_prompt(520, 0.0)}
{scene_prompt(520, 0.1)}
2 changes: 1 addition & 1 deletion output.prowl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Fulfill the User Request
{output_text(2048, 0.2)}
{output_text(1024, 0.2)}

0 comments on commit 509018a

Please sign in to comment.