This prompt generator can help spark your creativity and inspire you to create unique and captivating images.
Whether you're a beginner or an experienced Promptographer, this tool can provide you with endless possibilities to explore and experiment with.
Now let your imagination run wild and see where it takes you as you embark on your journey into the world of image generation.
This tool is an external prompt generator
Unzip the folder in order to prevent any break with categories.json,
double click on sd-PA7_PromptGenerator_Beta to run it
GitHublink for python version
https://gist.github.com/Tcheko243/a67fb25ab1e972c7146dcea442e413e6
Version compatibility:
Sd-1.5
Sdxl
let's spirit of PA7 give to the masterpiece
<<<PS: I'm not here to harm others, I'm just trying to make my contribution on this site.>>>
Description
In this updated version, there have been some changes, rearrangements and the addition of a scrollbar. We have included a PA7 shortcut to simplify tasks. Simply place it on the desktop and voilĂ !
Let's spirit of PA7 bring to you the masterpiece
FAQ
Comments (4)
Hi, nice update!
I got a couple of issues (v40):
1st an error:
tkinter.TclError: bitmap "logo_PA7.ico" not defined
in line 50 (actually line 51).
I tried a couple of things but I don't know python, eventually I changed it to an empty ('') name instead (no icon). That worked.
2, the scrollable canvas was just a bit too narrow, so all drop-down arrows were behind the scrollbar...
Changed line 110 to say width = 400 solved that.
3. Also because of that fix the windows got a bit narrow as well, so just changed the width of that in line 54 to "970x720".
Which worked nice on my system (Linus Mint 21.3).
Thanks for your feedback, the next updates will be at the standard 1024x720 size and with a few improvements.
I really should learn to read the version info....
for all with my stupidity:
I was not able to run the v30 / v40 versions because of the Logo.
Error:
line 5, in <module>
from PIL import ImageTk, Image
ModuleNotFoundError: No module named 'PIL'
as soon as i deleted that line:
line 71, in <module>
logo_img = ImageTk.PhotoImage(
NameError: name 'ImageTk' is not defined
as soon as i deleted both parts... it ran like a charm, great work!
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
= RESTART: C:\Users\xxx\Desktop\PA7\sd-PA7_PromptGenerator_Beta\PA7_PromptGenerator_Beta_v40.pyw
Traceback (most recent call last):
File "C:\Users\xxx\Desktop\PA7\sd-PA7_PromptGenerator_Beta\PA7_PromptGenerator_Beta_v40.pyw", line 50, in <module>
window.iconbitmap(
File "C:\Python\lib\tkinter\__init__.py", line 2109, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
tkinter.TclError: bitmap "logoPA7.ico" not defined

