Need help for the code #13
Unanswered
aniketgore
asked this question in
Q&A
Replies: 2 comments
-
Hi @aniketgore, Hmm, it's tricky to diagnose the issue with your code without seeing the contents of the other files it calls. At a glance, it looks like this part of code doesn't have any issues. Where is I would also suggest setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a below main file, mixed with my files and the pro file content, but every 4-6 generations I get [file babe/main] as the prompt, so I guess at some option it is breaking, but can't figure out where it is.
[set setting][chance 50]<file ./adjective_place>[/chance][chance 25] <file ./adjective_place>[/chance] [file ./places/][/set]
[set artist][file ./artists/][/set]
[file common/quality] [set medium _out][file common/art_medium][/set] of a
[set complex_subject _out]([set hair _out][file ./hair][/set]
[set race _out][file babe/races][/set]
[set subject _out][choose]nyph|woman[/choose][/set])[/set] wearing
[set clothes _out][choose]<file ./summerwear>|<file ./winterwear>[/choose][/set]
([choose] in the setting)| background),[/choose]
([choose] by artist)| in the style of artist)[/choose]
[set action _out][file babe/verbs][/set]
[set negative_prompt][file babe/negative][/set]
[if medium="photo"]1[/if]
Beta Was this translation helpful? Give feedback.
All reactions