Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/detailer/detailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const NUMBER_OF_EXECUTIONS = 100;

// Directory to grab images from to execute Detailer on instead of generating new ones.
// This must be under the Pictures folder.
const EXISTING_IMAGES_DIRECTORY = null // Exampe usage: "DrawThings/preDetailer"
const EXISTING_IMAGES_DIRECTORY = null // Example usage: "DrawThings/preDetailer"

// The prompt to give to the detailer.
// Leave null if you just want to take the prompt from the UI
Expand Down
2 changes: 1 addition & 1 deletion scripts/sd-ultimate-upscale/sd-ultimate-upscale.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//@api-1.0
//
// "Scripts" is a way to enhance Draw Things experience with custom JavaScript snippets. Over time,
// we will enhance Scripts with more APIs and do neccessary modifications on the said APIs, but we
// we will enhance Scripts with more APIs and do necessary modifications on the said APIs, but we
// will also keep the API stable. In particular, you can mark your script with a particular API
// version and it will make sure we use the proper API toolchain to execute the script even in
// the future some of the APIs changed.
Expand Down
Loading