You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/prompt_parser.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
fromcollectionsimportnamedtuple
5
5
importlark
6
6
7
-
# a prompt like this: "fantasy landscape with a [mountain:lake:0.25] and [an oak:a christmas tree:0.75][ in foreground::0.6][ in background:0.25] [shoddy:masterful:0.5]"
7
+
# a prompt like this: "fantasy landscape with a [mountain:lake:0.25] and [an oak:a christmas tree:0.75][ in foreground::0.6][: in background:0.25] [shoddy:masterful:0.5]"
8
8
# will be represented with prompt_schedule like this (assuming steps=100):
9
9
# [25, 'fantasy landscape with a mountain and an oak in foreground shoddy']
10
10
# [50, 'fantasy landscape with a lake and an oak in foreground in background shoddy']
0 commit comments