Skip to content

Commit

Permalink
Remove "there is no text in the image"
Browse files Browse the repository at this point in the history
Based on the output from the last couple sessions, including the word "text" in the prompt seems to increase the frequency of text appearing.
  • Loading branch information
ehennenfent authored Jan 27, 2024
1 parent b947674 commit 20faa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live_illustrate/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .util import AsyncThread, Image, Summary

# Prompt engineering level 1,000,000
EXTRA: t.List[str] = ["There is no text in the image.", "digital painting, fantasy art"]
EXTRA: t.List[str] = ["digital painting, fantasy art"]


class ImageRenderer(AsyncThread):
Expand Down

0 comments on commit 20faa8b

Please sign in to comment.