Full-Stack-AI-Meme-Generator icon indicating copy to clipboard operation
Full-Stack-AI-Meme-Generator copied to clipboard

Setting Requests: Close_After_Generating and Auto_Open_After_Generating

Open SmilerRyan opened this issue 1 year ago • 1 comments

I would like the option to keep the generator open after it finishes generating. Perhaps just a while true around the whole thing if ran directly with command line arguments.

The option to open each image after it finishes generating seems helpful to me. I would like to view them right after generation in quick succession.

Here's an example ini, presumably those would be defaults:

[Basic]
Basic_Instructions = You will create funny memes that are clever and original, and not cliche or lame.
Image_Special_Instructions = The images should be photographic.
Auto_Open_After_Generating = False
Close_After_Generating = True

[AI Settings]
Text_Model = gpt-3.5-turbo
Temperature = 1.0
Image_Platform = openai

[Advanced]
Font_File = arial.ttf
Base_File_Name = meme
Output_Folder = Outputs
Release_Channel = None
Use_This_Config = True

SmilerRyan avatar Jul 20 '23 10:07 SmilerRyan