small fix
parent
6a6e2ba52a
commit
9e2dd72841
|
|
@ -34,4 +34,5 @@ def generateprompts(amount = 1,prompt = "",artists="all",amountofartists = "1",
|
||||||
print("")
|
print("")
|
||||||
print("All done!")
|
print("All done!")
|
||||||
|
|
||||||
generateprompts(10,"a norwegian forest cat", "all","random", "standard")
|
if __name__ == "__main__":
|
||||||
|
generateprompts(10,"a norwegian forest cat", "all","random", "standard")
|
||||||
|
|
@ -256,5 +256,5 @@ def sort_and_dedupe_csv_file():
|
||||||
# write each item on a new line
|
# write each item on a new line
|
||||||
fp.write("%s\n" % item)
|
fp.write("%s\n" % item)
|
||||||
|
|
||||||
|
#
|
||||||
#sort_and_dedupe_csv_file()
|
#sort_and_dedupe_csv_file()
|
||||||
|
|
@ -95,9 +95,9 @@ def generateprompts(amount = 1,insanitylevel="5",subject="all", artist="all", im
|
||||||
print("All done!")
|
print("All done!")
|
||||||
|
|
||||||
generateprompts(10,5
|
generateprompts(10,5
|
||||||
,"concept" # subject
|
,"all" # subject
|
||||||
,"none" # artists
|
,"all" # 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" # 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
|
, False # only artists
|
||||||
,"","","PREFIXPROMPT"
|
,"","","PREFIXPROMPT"
|
||||||
,"SUFFIXPROMPT"
|
,"SUFFIXPROMPT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue