Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Adobeの生成AIのこと を調べてみた
Search
Senoue
December 13, 2023
Business
0
190
Adobeの生成AIのこと を調べてみた
2023年12月13日 Sendai.goのLT会
To be continued...
Senoue
December 13, 2023
Tweet
Share
More Decks by Senoue
See All by Senoue
Goカードゲームを 作ってみた!
senoue
0
40
App_RunnerとRDSを活用したスケーラブルなWebAPI構築とインフラの自動化.pdf
senoue
1
87
チャンネルを完全に理解する
senoue
0
58
Real-time Communication in Go with Melody and WebSockets
senoue
0
160
ソフトウェア開発におけるAI :CopilotとGenie
senoue
0
190
Sendai.go x GDG Cloud 仙台 ハンズオン
senoue
0
56
GoでMecab
senoue
0
370
GKEとGoでエフェメラルなサービス
senoue
0
390
GAEのlogはStackDriverがいろいろやってくれている
senoue
1
560
Other Decks in Business
See All in Business
会社紹介資料 / ProfileBook
gpol
4
48k
株式会社デイトラ FACT BOOK 2025
daytra
0
390
15 分で学ぶ Cloud Run のユースケースと代表的なアーキテクチャパターン
googlecloudjapan
3
490
アッテル会社紹介資料/culture deck
attelu
10
15k
株式会社ジュニ - 採用ピッチ
junni_inc
2
22k
LaiBlitz/corporateinformation
laiblitz
0
25k
ワンキャリア 会社説明資料 / Company Deck
onecareer
7
240k
東山自動車学校 採用ピッチ
higashiyamads
0
610
あつまれ_POの森_プロダクトオーナー初心者のためのやさしいQ_Aセッション.pdf
nolick1219
3
1.2k
Sales Marker Culture Book(English)
salesmarker
PRO
2
6.6k
株式会社J Institute 採用説明資料
jsaiyou123
0
130
会社説明資料/株式会社PLAY
play_inc
0
20k
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Mobile First: as difficult as doing things right
swwweet
224
10k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
4 Signs Your Business is Dying
shpigford
185
22k
We Have a Design System, Now What?
morganepeng
53
7.8k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Transcript
Adobeの生成AIのこと を調べてみた 瀬上祐匡 2023/12/13
瀬上 祐匡(せのうえ ひろまさ) 株式会社ビデオマーケット バックエンドエンジニア • GCP, Go, Python等,BI,データ分析 •
@senoue,@hiromasa.senoue • モノノフです。 • 好きなものは、Cloud Function • Sendai.go やってます 自己紹介 株式会社ビデオマーケット TVOD(都度課金)を軸とした動画配信サービス 映画、アニメ、ドラマなど多彩なジャンルで配信本数は 国内最大の 26 万本+ 自社が開発した独自エンコード方式で高品質な動画を提供
Fireflyとは?
- Adobe提供の生成AIです - 2023年3月にベータ版を開始 - 2023年10月リリース - Webアプリケーションとして利用可 - https://firefly.adobe.com/
- Photoshop 25から正式に実装 - Illustrator はベータ版でベクターデータの作成 - Expressでも利用できます - Adobe Firefly Design Modelという名称でプロンプト から、画像やベクターデータの生成が可能です
生成
- Adobe提供の生成AIです - https://firefly.adobe.com/ - こちらで画像の作成できます - https://new.express.adobe.com/id/urn:aaid:sc:AP:0eb78c31- ab98-4fd7-b445-a6cd70d8a537?category=addOns
自然な画像生成
自然な画像生成
- 生成塗りつぶし
まとめ
- 簡単に、無限に画像を生成できる - 今のところ、追加費用はなし - 生成速度はマシンスペックによる
- Goから操作できないか? - PSGO - https://github.com/sbrow/ps - 5年前で停滞 - Photoshop
CS5 Windows x86_64のみ対応・・・ - PSDファイルパーサー - https://github.com/solovev/gopsd - PSD→PNG
- APIがありそう - https://developer.adobe.com/photoshop/photoshop -api-docs/api/#tag/Photoshop/operation/cutout - ちょっとだけ - https://developer.adobe.com/photoshop/photoshop -api-docs/getting-started/#hello-world
- https://github.com/Senoue/ps - 色々できそう
Thank You