jsup.GEN - working on image-to-image generation with AI

Image
by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/jsup-gen-working-on-image-to-image-generation-with-ai Hello, this is @joviansummer(witness: @jswit). I'd like to share what I'm working on regarding my experintal jsup.GEN project, which tries to connect image generation AI with Steemit. Currently, jsup.GEN provide function to generate image from test prompt(txt2img). This function is interesting, but it's not easy to generate exactly what you want because you need to explain the image in detail with multiple keywords in English. Thus, I think it's more useful to have a function to generate image from existing reference image. I'm working on this image-to-image function, and thinking about two methods to implement it. The first method is to provide 2 commands as follows: !gen_t : This command focuses more on text prompt than reference image. The result may be quite different from reference because text prompt will have much more in...

파이썬 pytz.timezone()에서 사용 가능한 시간대 목록

by joviansummer
original STEEMIT post: https://steemit.com/blog/@joviansummer/pytz-timezone


우선 파이썬에서의 시간대(timezone) 정보 관련 이전 게시물은 아래의 링크입니다.

파이썬에서 시간대(timezone) 변경 https://steemit.com/hive-141029/@joviansummer/timezone

파이선 pytz 모듈에서 사용 가능한 시간대 명칭의 목록은 pytz.all_timezones에 리스트(list)로 저장되어 있습니다.

import pytz
# 시간대 목록 전체 확인 
pytz.all_timezones
# 첫번째 항목 확인
pytz.all_timezones[0]

또는 위키피디아에서 확인할 수 있습니다. 아래의 링크 입니다.

list of tz database time zones https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

시간대 정보 목록에서 "TZ database name" 항목을 보면 됩니다.

대표적인 시간대 몇개를 적어 둡니다.

UTC/GMT: UTC 서울: Asia/Seoul 도쿄: Asia/Tokyo 싱가포르: Asia/Singapore 미국 서부(LA 등): US/Pacific 미국 동부(뉴욕, 워싱턴DC 등): US/Eastern 런던: Europe/London 파리: Europe/Paris

Comments

Popular posts from this blog

스티미언의 영향력 지수 계산

jsup/avle code update - you don't have to write post everyday

jsup/avle 보팅 코드 갱신 - 1일1포스팅 강박에서 벗어나기