Skip to content

Commit

Permalink
modify: change prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
GanghyeonSeo committed Jun 5, 2024
1 parent 4e56b5f commit b0d66ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lookbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_lookbook(gender: str= "", ageRange: str= "", area: dict[str, str]= {"pro
TPO_string=""
for i in range(len(TPO)):
TPO_string+=(TPO[i]+" "+TPO_template[TPO[i]]+" ")
prompt=f"자외선이 {get_uv(areaNo)}, {sensed_temperature} 날씨에서 {TPO_string}입기 좋은 옷차림의 {ageRange} {gender} 한국인 모델이, 깔끔한 배경에서 상하의가 모두 나온 사진을 1024x1792 크기로 생성해주세요."
prompt=f"자외선이 {get_uv(areaNo)}, {sensed_temperature} 날씨에서 {TPO_string}입기 좋은 옷차림의 {ageRange} {gender} 한국인 모델이, 깔끔한 배경에서 상하의가 모두 나온 세로 방향 사진을 1024x1792 크기로 생성해주세요."

try:
response=client.images.generate(
Expand Down

0 comments on commit b0d66ee

Please sign in to comment.