Skip to content

Commit 73c74ba

Browse files
Merge pull request #13797 from Meerkov/master
Fix #13796
2 parents 1f373a2 + fbc5c53 commit 73c74ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/prompt_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from collections import namedtuple
55
import lark
66

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]"
88
# will be represented with prompt_schedule like this (assuming steps=100):
99
# [25, 'fantasy landscape with a mountain and an oak in foreground shoddy']
1010
# [50, 'fantasy landscape with a lake and an oak in foreground in background shoddy']

0 commit comments

Comments
 (0)