🫥

  • 3 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: October 18th, 2024

help-circle











  • In the example in my last comments is possible to edit. If you want the generation to use the edits made in the prompt box, then check the line 44 in the left panel, there is this code “prompt = [prompt.input || input.artStyle.prompt]”

    So if there is something in there (prompt.input) it will use the edits. If not then the input.artStyle.prompt will be used. The “||” means “or”, if there is no data (empty string) then it will skip to the next item, so that says (use the thing from prompt.input, OR, use the thing from input artStyle.prompt)

    note that “prompt.input” is the variable declared in the right panel, it is not the same as “input.fullprompt”, but you can use “input.fullprompt” or whatever is the name of your inputs without problem











  • Taking advantage of the post, I want to say that when editing on mobile, the option to select everything in both panels in the editor does not appear. Before, it was not possible to select normally, so you had to set the browser to desktop mode, now even in desktop mode there is no option… And another minor bug still on mobile, if I use the cellphones auto-fill (virtual keyboard) in the editor, it simply crashes. Not sure if it is only me though…

    Also great update the others features are good👌