"매 스타일 코드 는 매 random seed 가 frozen 된 style fingerprint". 매 Midjourney 의 --sref <code> (또는 --sref <url>) 는 magic numeric/hash token 으로 image style 의 reproducible reference 를 제공 — 매 같은 code 는 매 다른 prompt 와 결합 시 동일한 painterly/cinematic vibe 의 transfer. 매 V7/V8 에서 의 production-grade brand consistency tool.
매 핵심
매 정의
Style code: 매 Midjourney 가 생성/저장 한 numeric token (e.g. --sref 1234567890).
Style URL: 매 임의의 reference image 의 URL 을 sref 로 사용 가능.
Style raw: --sref random → 매 새 random style 의 sample. 매 결과의 code 의 capture 가능.
Style weight: --sw 0..1000 — 매 스타일 영향 의 강도 (기본 100).
/imagine a city skyline at dusk \
--sref https://cdn.example.com/style-ref.jpg \
--sw 150 --ar 16:9 --v 7
Pattern 4 — sref random + capture
/imagine portrait of an old fisherman --sref random --v 7
# In response, click image → /info → copy "sref" value
# → reuse: --sref 9988776655
Pattern 5 — sref + cref (style + character)
/imagine the same character drinking coffee in a Parisian café \
--sref 2934852919 --cref https://cdn.example.com/character.png \
--cw 100 --sw 200 --v 7
Pattern 6 — brand style book (catalog)
# brand-styles.yamlwarm_editorial:2934852919cold_cyber:8821664432dreamy_pastel:4451209887moody_noir:7702334415# CLI helper:# style "$1" → looks up sref code, prepends to prompt