현재 https://karlo.ai/ 칼로 이미지 제너레이트 사이트처럼
c# 윈도우 환경에서
이미지 변환 rest api인 https://api.kakaobrain.com/v2/inference/karlo/variations를 사용하여
다음과같이 프롬프트를 추가하여 api를 날렸는데 하나도 반영이 되어서 나오지 않습니다.
혹시 제가 잘못된 태그나 명령어를 사용해서일까요?
const string prompt =
“portrait of a girl,best quality,4k,beutiful face,pastel tone,” +
“clear face,super detail,digital model,fine contours of faces,” +
“trending on artstation hd,highly detailed face,elegant,artgeem,” +
“deep gaze,cinematic,big eye,toon,2D,solo”;
const string negative_prompt =
" nsfw,two faces,plastics,Deformed,bad anatomy," +
"cropped,badproportions,ugly,hideous,indistinct,blurry eyes," +
"cross eye,close up ,distored eyes,mutated,poorly drawn,cropped,twin";