Skip to content

Commit

Permalink
Merge pull request #11 from ehennenfent/remove_no_text
Browse files Browse the repository at this point in the history
Remove "there is no text in the image"
  • Loading branch information
ehennenfent authored Jan 27, 2024
2 parents b947674 + 11083d0 commit 951fb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "live_illustrate"
version = "0.1.0"
version = "0.2.0"
description = "Live-ish illustration for your role-playing campaign"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 951fb96

Please sign in to comment.