small fix

pull/172/head
AIrjen 2024-03-22 18:51:53 +01:00
parent 6a6e2ba52a
commit 9e2dd72841
3 changed files with 6 additions and 5 deletions

View File

@ -34,4 +34,5 @@ def generateprompts(amount = 1,prompt = "",artists="all",amountofartists = "1",
print("")
print("All done!")
generateprompts(10,"a norwegian forest cat", "all","random", "standard")
if __name__ == "__main__":
generateprompts(10,"a norwegian forest cat", "all","random", "standard")

View File

@ -256,5 +256,5 @@ def sort_and_dedupe_csv_file():
# write each item on a new line
fp.write("%s\n" % item)
#
#sort_and_dedupe_csv_file()

View File

@ -95,9 +95,9 @@ def generateprompts(amount = 1,insanitylevel="5",subject="all", artist="all", im
print("All done!")
generateprompts(10,5
,"concept" # subject
,"none" # artists
,"dynamic templates mode" # image type "only other types", "only templates mode", "art blaster mode", "quality vomit mode", "color cannon mode", "unique art mode", "massive madness mode", "photo fantasy mode", "subject only mode", "fixed styles mode", "dynamic templates mode", "artify mode"
,"all" # subject
,"all" # artists
,"all" # image type "only other types", "only templates mode", "art blaster mode", "quality vomit mode", "color cannon mode", "unique art mode", "massive madness mode", "photo fantasy mode", "subject only mode", "fixed styles mode", "dynamic templates mode", "artify mode"
, False # only artists
,"","","PREFIXPROMPT"
,"SUFFIXPROMPT"