https://github.com/noarche/autoprompt
100+ billion unique prompt. Create random prompts to help with learning better prompting techniques. Works with any AI platform!
https://github.com/noarche/autoprompt
ai-prompt ai-prompt-app ai-prompts ai-prompts-sharing-web art-prompting generative-ai-tools generative-art prompt-generation prompt-generator prompt-tool
Last synced: 6 months ago
JSON representation
100+ billion unique prompt. Create random prompts to help with learning better prompting techniques. Works with any AI platform!
- Host: GitHub
- URL: https://github.com/noarche/autoprompt
- Owner: noarche
- Created: 2024-07-10T08:44:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T07:05:20.000Z (10 months ago)
- Last Synced: 2024-07-19T15:08:38.762Z (10 months ago)
- Topics: ai-prompt, ai-prompt-app, ai-prompts, ai-prompts-sharing-web, art-prompting, generative-ai-tools, generative-art, prompt-generation, prompt-generator, prompt-tool
- Language: Python
- Homepage:
- Size: 49.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ๊ง๊ง ๐ฎ AutoPrompt
### Over 100 billion unique prompt possibilities.*Actual number is closer to 8.254โ10^35*
Chances of two people generating the same prompt is low/slim!
Create random prompts to help with learning how to generate AI art.
------------------------------------------------
# ๊ง๊ง ๐ช How & Why to Use
To Generate a prompt: place a check in the boxes.
Think of these boxes as containers packed full of random prompts.
The final prompt will be combined as one prompt with a comma inbetween
the random strings pulled from the boxes.
Random is Random! You will never generate the same prompt twice!!
You do not need to change check boxes to get a new unique prompt.More checkboxs selected = longer prompt. This doesnt nessacarily mean a higher quality outcome.
Use this app and try to find your sweet spot keywords to build your own prompts. Mix and match, I like to run about 3-5, that seems good enought but not like to much to be all over the place. Combining the correct checkboxes will also result in better prompts.
Compatible will all image generation platforms!! Paste the prompt into your favorite Al-image gen. platform. *If you are not running a local model using comfyui or A1111 or forge stay away from the erotic and uncensored checkboxes!*
### ๐ Bonus Prompts:
Feeling lucky? Leave all the boxes empty and press Generate for a random yet complete prompt that someone else has used to make a pretty cool image!
------------------------------------------------
# ๊ง๊ง ๐ Download
Look for AutoPrompt-v1.3.exe above and click it to start download. Version of file will be diff. depending on how many new
updates since this was written.The .exe file is the only file you need to run this application as a user.
(The other files are the source files used to create the .exe)
------------------------------------------------
# Support
## ๐ก๏ธ Is this a virusโ
No it is not a virus, that is a false positive. Anything compiled with pyinstaller will be flagged as potentially malicious. Pyinstaller is what turns the .py file into a .exe file and allows people to run python scripts as portable applications without the need to install python or any dependancies.
Please scan the actual source, the file that ends with '.py' - It will with no doubt be 100% clean on virustotal. That being said I have provided instructions on how to build your own exe from the file you know is clean.
๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป
๐ก๏ธ Tip for all questionable applications:
*Running the application via [Sandboxie](https://sandboxie-plus.com/downloads/) or similar app will virutalize and protect your OS as if it was running on a virtual machine - [Sandboxie](https://sandboxie-plus.com/downloads/) can be used with any application or installation package thus another great tool to have.*
๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ
## ๊ง๊ง โจ How to run on linuxโ
*You are also able to run the app this way on windows by installing python on windows.*
Clone this repo with git
git clone https://github.com/noarche/AutoPrompt
Install pre-requsites with pip
pip install tkinter
Change to the directory containing the Python script
cd \AutoPrompt\source\
Run the Python script (version may be diff)
python AutoPrompt-v1.3.py
## ๊ง๊ง โจ How to Compile your own .exe fileโ
*You are able to build your own exe file from the source on a windows and linux machine. Follow the steps below, assuming you have already installed pip*
Clone this repo with git
git clone https://github.com/noarche/AutoPrompt
Install pre-requsites with pip
pip install pyqt
Change to the directory containing the Python script
cd \AutoPrompt\source\Run the following command to use pyinstaller to build an executable from the souce. Verify your version # in command matchs the version in source dir.
pyinstaller --onefile --add-data "parts/*;parts" -w AutoPrompt-v1.3.pyPyinstaller will created a couple of directories and files.
The .exe you want is located in \source\dist\AutoPrompt-v1.3.exe
------------------------------------------------
## ๊ง๊ง ๐ข Update Notes:
๐ | v1.5 | Released Date 7/10/2024
2 new check box options | Furries & Mood
Fixed small bug that now prompts will be more randomly pulled from checkbox containers.
MANY Additional prompts have been added to most of the existing checkbox containers.
Dark Theme by default.
Leave all check boxes empty and press generate to see a prompt that someone else has used to generate an image.-------------------------------------------------------------------
# ๊ง๊ง Buy me a coffee โ

**Bitcoin** address `bc1qnpjpacyl9sff6r4kfmn7c227ty9g50suhr0y9j`
**Ethereum** address `0x94FcBab18E4c0b2FAf5050c0c11E056893134266`
**Litecoin** address `ltc1qu7ze2hlnkh440k37nrm4nhpv2dre7fl8xu0egx`
-------------------------------------------------------------------

------------------------------------------------
### Looking for easy way tool to auto crop transparent images?
Check out my AutoCrop tool
https://github.com/noarche/AutoCrop