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
The official version of PA7_PromptGenerator, they're two zip files (w=windows, m=mac)
Recommendations
install Python
install pillow via this command : pip install pillow
or download and install anaconda from this link: https://www.anaconda.com/download, if you have issue with command line( 2. )
i have fun
more info coming soon
let's spirit of PA7 bring to you the masterpiece
FAQ
Comments (16)
Just downloaded the official release. Run a few tests and it seems to work great. I can already see improvement in my prompts and the output is fantastic. I've been looking for this sort of utility for ages. Great work. I cant wait to see what comes next
I'm glad to hear that you enjoyed my work. Your feedback means a lot to me. thank you
@dimonapatrick243 A nice update for the future could be to include sections for legwear and footwear
@yorkie1406 yes, and more cool stuff
I download the finalized official release. I unzip the w release, since I'm on Windows. Side is... no .exe. So I open command prompt, input ' python app.pyw ' and the the error 'no module named tkinter'.
Are you sure all the files are here? The description still refers to the beta, not the release.
you need to install tkinter via this command: pip install tkinter
all recommandations are on about section of this release
Nice!
Got it working in Linux Mint 21.3, but not without some messing with it. At least you got me to (try) to look into Python3 a little bit!
(Using the ...v10w version)
First the error:
ImportError: cannot import name 'ImageTk' from 'PIL'Was fixed with this
sudo apt-get install python3-pil.imageTkNew error, mentioning among others the "splash_screen_module.py". After some fiddling I edited it slightly.
Commented out line 14 and added two new lines after it
#self.root.iconbitmap('Assets/logo_PA7.ico') img = ImageTk.PhotoImage(Image.open("Assets/logo_PA7.png")) self.root.iconphoto(False, img)Which got me to the splash screen, with an image (and a warning about wrong image size).
New error which I couldn't resolve atm (maybe with more messing about but I don't really know what I'm doing. Some prior Processing/Java knowledge, but Python is.. cryptic!)
This time simply commented out line 11 in "gui_module.py"
#window.iconbitmap('Assets/logo_PA7.ico')And hey presto! It worked. Only thing is a missing windows icon, afaik.
A couple of questions:
1 - possible to sort the contents of the categories (the drop-down lists themselves, not the categories)? I tried looking into that but got nowhere. I don't mean to sort the json file btw, just programatically when/after loading it.
2 - How to get a longer than 10 lines drop-down list for huge categories? (and possibly wider fields?)
Thanks for sharing this script though! It's a great help!
EDIT: Sorry if it's a mess, the formatting seems to disappear (code blocks etc).
Btw never mind about the sorting thing. Everything doesn't need to be sorted, and the format of the json makes it easy to sort whatever one wants. Just saying.
I don't understand how to run this. Only beta v2.0 works with .exe
Hi farengete22487, check the about section of the tool
i have the same kind of Problem the Executable Beta V2.0 Works Just Fine but the Official 1.0 Version doesnt have an .exe File its Missing or it wasnt there at all ive Tried the Python version but it wont let me launch that one at all i already have the requirements for this Tool installed so getting Official 1.0 to Have an .exe File Like the Executable Beta V 2.0 would be good
I am going to add an executable version to solve your problem
thanks
@Lumico I was only able to run it when I included it in the root of the C:\ drive.
I wrote in the cmd path section. and in the window that opens I write python app.pyw
I don't understand this at all, but I managed

