최상위 10_Wiki/Topic_*였던 4개 카테고리 폴더를 10_Wiki/Topics/Topic_* 로 재배치.
콘텐츠 변경 없음(순수 폴더 이동) — Topics/ 하위 나머지 폴더는 이미 지난 커밋에서
전부 정리된 상태(잔존 항목은 에이전트 운영 상태 및 사용자가 보존을 요청한
업데이트0615/무제 3.canvas 뿐).
"매 스타일 코드 는 매 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