File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const NUMBER_OF_EXECUTIONS = 100;
2323
2424// Directory to grab images from to execute Detailer on instead of generating new ones.
2525// This must be under the Pictures folder.
26- const EXISTING_IMAGES_DIRECTORY = null // Exampe usage: "DrawThings/preDetailer"
26+ const EXISTING_IMAGES_DIRECTORY = null // Example usage: "DrawThings/preDetailer"
2727
2828// The prompt to give to the detailer.
2929// Leave null if you just want to take the prompt from the UI
Original file line number Diff line number Diff line change 11//@api -1.0
22//
33// "Scripts" is a way to enhance Draw Things experience with custom JavaScript snippets. Over time,
4- // we will enhance Scripts with more APIs and do neccessary modifications on the said APIs, but we
4+ // we will enhance Scripts with more APIs and do necessary modifications on the said APIs, but we
55// will also keep the API stable. In particular, you can mark your script with a particular API
66// version and it will make sure we use the proper API toolchain to execute the script even in
77// the future some of the APIs changed.
You can’t perform that action at this time.
0 commit comments