├── .gitattributes ├── .gitignore ├── GenerativeAIPrompts.dpr ├── GenerativeAIPrompts.dproj ├── LICENSE.md ├── README.md ├── generativeaiprompts.png ├── imageformat.txt ├── perspective.txt ├── style.txt ├── supercharge.txt ├── uMainForm.dfm ├── uMainForm.pas ├── uMainForm.vlb └── variation.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/.gitignore -------------------------------------------------------------------------------- /GenerativeAIPrompts.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/GenerativeAIPrompts.dpr -------------------------------------------------------------------------------- /GenerativeAIPrompts.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/GenerativeAIPrompts.dproj -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/README.md -------------------------------------------------------------------------------- /generativeaiprompts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/generativeaiprompts.png -------------------------------------------------------------------------------- /imageformat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/imageformat.txt -------------------------------------------------------------------------------- /perspective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/perspective.txt -------------------------------------------------------------------------------- /style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/style.txt -------------------------------------------------------------------------------- /supercharge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/supercharge.txt -------------------------------------------------------------------------------- /uMainForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/uMainForm.dfm -------------------------------------------------------------------------------- /uMainForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/uMainForm.pas -------------------------------------------------------------------------------- /uMainForm.vlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/uMainForm.vlb -------------------------------------------------------------------------------- /variation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FMXExpress/Generative-AI-Prompts/HEAD/variation.txt --------------------------------------------------------------------------------