人工知能と競プロやってくブログ

深層学習・機械学習・AI・atcoder・競技プログラミングについて調べてやってみたことをまとめるブログです

テキストから画像を生成する人工知能Deep Dazeを試す。また同コンセプトソフトBig Sleepとの比較

Deep Dazeで生成してみた画像一覧。

f:id:uchidamax:20210602121329j:plain
Cyber Ninja - Generated by Deep Daze
Cyber Ninja。
f:id:uchidamax:20210602121529j:plain
Space Sphinx Generated by Deep Daze
Space Sphinx
f:id:uchidamax:20210602122123j:plain
a pyramid made of ice Generated by Deep Daze
a pyramid made of ice
f:id:uchidamax:20210602122325j:plain
perfume dancing on the mars Generated by Deep Daze
perfume dancing on the mars

f:id:uchidamax:20210602122443j:plain
a room with a view of the ocean Generated by Deep Daze
a room with a view of the ocean

f:id:uchidamax:20210602122643j:plain
Metalica live on the moon Generated by Deep Daze
Metalica live on the moon

f:id:uchidamax:20210602122745j:plain
Cyber Space Cowboys in Akihabara Generated by Deep Daze
Cyber Space Cowboys in Akihabara

使い方

Google Colab で実行できるNotebookが用意されてるので、実行は簡単。

  1. githubのDeep Dazeのページを開く
    github.com

  2. New simplified notebookのOpen in Colabボタンをクリック

  3. TEXT に生成したい画像を表す文章を入力
  4. Google Colab のランタイム -> すべてのセルを実行 を選択
  5. しばらく待つ

Deep DazeとBig Sleepで同じテキストから画像を生成して比較

Big Sleep Deep Daze
Cyber Ninja
f:id:uchidamax:20210531162732p:plain
Cyber Ninja Generated by Big Sleep
f:id:uchidamax:20210602121329j:plain
Cyber Ninja - Generated by Deep Daze
Space Sphinx
f:id:uchidamax:20210531162759p:plain
Space Sphinx Generated by Big Sleep
f:id:uchidamax:20210602121529j:plain
Space Sphinx Generated by Deep Daze
a pyramid made of ice
f:id:uchidamax:20210531162821p:plain
a pyramid made of ice Generated by Big Sleep
f:id:uchidamax:20210602122123j:plain
a pyramid made of ice Generated by Deep Daze
perfume dancing on the mars
f:id:uchidamax:20210531162912p:plain
perfume dancing on the mars Generated by Big Sleep
f:id:uchidamax:20210602122325j:plain
perfume dancing on the mars Generated by Deep Daze
a room with a view of the ocean
f:id:uchidamax:20210531162946p:plain
a room with a view of the ocean Generated by Big Sleep
f:id:uchidamax:20210602122443j:plain
a room with a view of the ocean Generated by Deep Daze
Metalica live on the moon
f:id:uchidamax:20210531163026p:plain
Metalica live on the moon Generated by Big Sleep
f:id:uchidamax:20210602122643j:plain
Metalica live on the moon Generated by Deep Daze
Cyber Space Cowboys in Akihabara
f:id:uchidamax:20210531163101p:plain
Cyber Space Cowboys in Akihabara Generated by Big Sleep
f:id:uchidamax:20210602122745j:plain
Cyber Space Cowboys in Akihabara Generated by Deep Daze

Big Sleepの使い方に関しては、コチラをご参照ください。
uchidama.hatenablog.com

Deep Dazeの方が待ちが重要

印象としてはDeep Dazeの方がトレーニングを重ねながら徐々に絵を作っていく感じなので1時間くらいは、放っておいたほうが良い感じがします。
Big Sleepの方が、絵のだいたいの感じが出来上がってしまうのは速い感じがします。

個人の印象ですが、グレーから枚数重ねるごとに重ね塗りしてコントラスト強くなっていく感じがします。

"perfume dancing on the mars"の生成途中画像を載せておきます。

f:id:uchidamax:20210602134021j:plain
perfume_dancing_on_the_mars.000013
f:id:uchidamax:20210602134040j:plain
perfume_dancing_on_the_mars.000035
f:id:uchidamax:20210602134055j:plain
perfume_dancing_on_the_mars.000094
f:id:uchidamax:20210602134112j:plain
perfume_dancing_on_the_mars.000143
だんだん色味が濃くなって、コントラストが強くなる印象があります。

Big Sleepは、わりと早々に完成系に近いモノが生成される印象。

参考

note.com

uchidama.hatenablog.com