AI_인공지능

미드저니 파라미터 : 딥러닝 모델 성능 향상을 위한 전략

_빌드업 2024. 2. 5. 18:40
반응형

Basic Prompt Anatomy: 
/imagine prompt: [PREFIX] [SCENE] [SUFFIX] [Parameters]
PREFIX defines image medium & style
SCENE defines content
SUFFIX modulates Prefix & Scene
(in actual practice these categories overlap)

Permutation Prompt Example:
/imagine prompt: cinematic shot of astronaut on {horse, turtle} --c {20,80}
...gets translated into four prompts:
->   cinematic shot of astronaut on a horse --c 20
     cinematic shot of astronaut on a turtle --c 20
     cinematic shot of astronaut on a horse --c 80
     cinematic shot of astronaut on a turtle --c 80  


Parameters:
--ar [WIDTH:HEIGHT]   (=aspect ratio)
--c [0-100]           (=chaos, unusual results)
--q [.25|.5|1]        (=quality/time spent generating the image, 1=default)
--seed [0-4294967295] (=starting point for initial grid)
--stop [10-100]       (=stop at earlier percentage)
--s [0-1000]          (=stylize, artistic interpretation)
--tile                (=seamless patterns)
--iw [W]              (=sets image weight to W)
--no [X]              (=gives X a negative weight of -0.5)
--niji / --niji 5     (anime trained model)
--v [1,2,3,4]         (=model versiom)
--repeat [N]          (=repeat prompt N-times)

Weights:
/imagine prompt:       hot dog
                       hot:: dog
                       hot::2 dog

Option Commands:
/prefer option set [NAME OF OPTION] [VALUE]
  ... e.g:
  ->     /prefer option set mycoolpreset dadaism --c 80
         ...now
         /imagine prompt: an astronaut, --mycoolpreset
         ...becomes
         /imagine prompt: an astronaut, dadaism --c 80

/prefer option set mycoolpreset
     ...deletes mycoolpreset!
/prefer option list
     ... shows presets
/prefer option remix
     ... toggles remix mode
/prefer suffix 
     ... suffix to add to the end of every prompt
/prefer auto_dm
     ... automatically send DM when jobs complete

More Commands:
/describe
/blend
/stealth & /public    (=toggle stealth mode)
/fast & /relax        (=toggle fast mode)
/info                 (=show account info & queued jobs)
/settings             (=change bot settings)
/subscribe            (=change subscription plan)

 

더 많은 내용을 보기 위해서는 아래를 참조

https://wikidocs.net/book/10206

반응형