# Deep Daze - 텍스트에서 이미지 생성하기

> Clean Markdown view of GeekNews topic #3979. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3979](https://news.hada.io/topic?id=3979)
- GeekNews Markdown: [https://news.hada.io/topic/3979.md](https://news.hada.io/topic/3979.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-03-30T09:29:34+09:00
- Updated: 2021-03-30T09:29:34+09:00
- Original source: [github.com](https://github.com/lucidrains/deep-daze)
- Points: 9
- Comments: 3

## Topic Body

- OpenAI의 CLIP과 Siren을 이용해서, 간단한 문자열을 넣으면 이미지를 생성해주는 도구

$ imagine "a house in the forest"

- 기본 모드는 최대 77자만 가능

- create_story 옵션을 주면 전체 이야기/노래/시 등을 변화하는 이미지로 생성가능

## Comments



### Comment 4738

- Author: alstjr7375
- Created: 2021-03-31T08:41:27+09:00
- Points: 1

디게 재밌는 프로젝트네요

### Comment 4729

- Author: beatblue
- Created: 2021-03-30T09:36:18+09:00
- Points: 1

재밌네요~ 생각해 보면, 보안과 연계하여 활용될 수도 있을 것 같습니다.

### Comment 4728

- Author: xguru
- Created: 2021-03-30T09:29:43+09:00
- Points: 2

OpenAI의 Dall-E가 클로즈드 소스여서, 이걸 오픈으로 구현하고자 하는 시도들

- DALL·E : 텍스트에서 이미지 생성하기 https://news.hada.io/topic?id=3537

- DALL-E in Pytorch https://github.com/lucidrains/dalle-pytorch

- Big Sleep - text-to-image : CLIP + BigGAN, https://github.com/lucidrains/big-sleep

OpenAI의 CLIP 을 이용한 다른 프로젝트

- 유튜브 비디오 내부를 자연어로 검색하기 https://news.hada.io/topic?id=3741
