Settings and Presets
    • Dark
      Light

    Settings and Presets

    • Dark
      Light

    Article Summary

    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.

    MJ_settingsCommandUI



    1️⃣ MJ Version 1 2️⃣ MJ Version 2 3️⃣ MJ Version 3 4️⃣ MJ Version 4 5️⃣ MJ Version 5
    5️⃣ MJ Version 5.1 🔧Raw Mode 🌈 Niji Version 4 🍎 Niji Version 4

    Sets the Model Versions used for jobs.

    🖌️ Style Low 🖌️ Style Med 🖌️ Style High 🖌️ Style Very High

    Sets the Stylize Parameter used for jobs.
    Style Low = --s 50, Style Med = --s 100, Style High = --s 250, Style Very High = --s 750,

    🧍‍♂️Public

    Toggle between Public and Stealth modes. Corresponds to the /public and /stealth commands.

    🐇 Fast

    Toggle between Fast and Relaxed modes. Corresponds to the /fast and /relax commands.

    🎛️ Remix

    Switch to Remix mode

    Reset Settings

    Return to default settings.

    Settings Note

    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.

    PreferOptionSet.png

    /prefer option set mine --hd --ar 7:4 creates an option called "mine" that translates to --hd --ar 7:4.

    PreferOptionSet_Used.jpg

    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.

    PreferOptionList.png

    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: /prefer suffix --uplight --video

    Only Parameters can be used with /prefer suffix,
    prefer suffix --no orange is accepted
    prefer suffix orange::-1 is not accepted