- DarkLight
Settings and Presets
- DarkLight
The /settings
command provides toggle buttons for common options like model version, style value, quality value, and upscaler version. Settings also has toggles for the /stealth
and /public
commands.
Sets the Model Versions used for jobs.
Sets the Stylize Parameter used for jobs.
Style Low = --s 50
, Style Med = --s 100
, Style High = --s 250
, Style Very High = --s 750
,
Toggle between Public and Stealth modes. Corresponds to the /public
and /stealth
commands.
Toggle between Fast and Relaxed modes. Corresponds to the /fast
and /relax
commands.
Switch to Remix mode
Return to default settings. Parameters added to the end of a prompt will override selections made using
/settings
.
Custom Preferences
Create custom options using prefer commands to add commonly used parameters to the end of prompts automatically.
/prefer auto_dm
Completed Jobs are automatically sent to Direct Message
/prefer option
Create or manage a custom option.
/prefer option list
View your current custom options.
/prefer suffix
specify a suffix to add to the end of every prompt.
Prefer Option
/prefer option set <name> <value>
Creates a custom parameter that you can use to add multiple parameters to the end of prompts quickly.
/prefer option set
mine
--hd --ar 7:4
creates an option called "mine" that translates to --hd --ar 7:4
.
Using /imagine prompt
vibrant California poppies --mine
, is interpreted as /imagine prompt
vibrant California poppies --hd --ar 7:4
.
Leave the "value" field empty to delete an option.
/prefer option list
list all options created with prefer option set.
Users can have up to 20 custom options.
To delete a custom option, use /prefer option set
<name to delete>
and leave the value field blank.
Prefer Suffix
/prefer suffix
automatically appends the specified suffix after all prompts.
Use the /settings
command and select Reset Settings
to clear a preferred suffix.
Command example: Only Parameters can be used with /prefer suffix
--uplight --video
/prefer suffix
,
prefer suffix --no orange
is accepted
prefer suffix orange::-1
is not accepted