Parameter Guide

Master all Niji V7 parameters

--niji 7

Activates Niji V7 model for anime-style generation

Usage
--niji 7
Example
cute anime girl --niji 7

--ar

Sets the aspect ratio of the generated image

Usage
--ar width:height
Example
--ar 16:9, --ar 3:4, --ar 1:1
Default
1:1

--stylize / --s

Controls how strongly Niji applies its default aesthetic style. Higher values = more stylized

Usage
--stylize <0-1000> or --s <0-1000>
Example
--stylize 250, --s 500
Default
100
Range
0-1000

--sref

Style Reference - Uses an image URL to influence the style of your generation

Usage
--sref <image-url>
Example
--sref https://example.com/style.jpg

--sw

Style Weight - Controls how strongly the style reference is applied

Usage
--sw <0-1000>
Example
--sw 100, --sw 500
Default
100
Range
0-1000

--no

Negative prompt - Tells the model what NOT to include in the image

Usage
--no <items>
Example
--no text, watermark, blurry

--chaos / --c

Controls variation in results. Higher values produce more unexpected results

Usage
--chaos <0-100> or --c <0-100>
Example
--chaos 50, --c 25
Default
0
Range
0-100

--seed

Sets a seed number for reproducible results. Same seed + same prompt = similar image

Usage
--seed <number>
Example
--seed 12345

--q / --quality

Controls rendering quality and generation time. Higher = better quality but slower

Usage
--q <.25, .5, 1>
Example
--q 1
Default
1
Range
.25, .5, 1

--tile

Creates seamless, tileable patterns for textures and backgrounds

Usage
--tile
Example
floral pattern --tile --niji 7

--style raw

Reduces Niji default beautification for more direct prompt interpretation

Usage
--style raw
Example
portrait photo --style raw --niji 7

--repeat / --r

Runs the same prompt multiple times (Standard: 2-4, Pro: 2-10)

Usage
--repeat <2-10> or --r <2-10>
Example
--repeat 4, --r 2
Range
2-10