diff --git a/live_illustrate/render.py b/live_illustrate/render.py index 719ff56..536419b 100644 --- a/live_illustrate/render.py +++ b/live_illustrate/render.py @@ -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): diff --git a/pyproject.toml b/pyproject.toml index 6356807..9363ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"