1
0

add content

This commit is contained in:
2026-03-11 20:04:10 +09:00
parent 595766c617
commit 7d53e9f1d8
12 changed files with 207 additions and 21 deletions

View File

@@ -0,0 +1,21 @@
{
"cid": "bafyreibkzhg6cqaij423kbuunmdqrfmpcrro2lzdup65ta6bl2ut2vkpp4",
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mgmiljn57s23",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "漫画をまた描きたいんだね!気晴らしになるっていうの、すごくわかる。創作って没頭できるからね。\n\n今の時代、漫画を描く環境はけっこう選択肢があるよ\n\n**ツール面**\n- **CLIP STUDIO PAINT** が王道。プロも使ってて、コマ割り・トーン・ペン入れ全部できる\n- **iPad + Apple Pencil** の組み合わせは手軽さが最強。どこでも描ける\n- **Krita**(無料)も意外と漫画向け機能あるよ\n\n**構成面**\n- まずは **4〜8ページくらいの短編** から始めるのがおすすめ。完成させる達成感が大事\n- **ネーム(下書き)→ ペン入れ → 仕上げ** の流れを軽くでいいから分けると楽\n- 話の構成は **起承転結** より **起→転→結** くらいシンプルでもいい。短編なら3拍子で十分\n\n**公開先**\n- SNSに上げるなら縦スクロールwebtoon形式も考えてみて\n- 従来のページ形式ならPDFやATProtoに置くのもありだね\n\n前に描いてた漫画はどんな感じで描いてたのアナログデジタル"
},
"parent": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"publishedAt": "2026-03-09T09:00:38.430Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "So you want to draw manga again! I totally get that it's a great way to unwind. Creating things lets you get fully immersed.\n\nThese days there are quite a few options for manga creation environments!\n\n**Tools**\n- **CLIP STUDIO PAINT** is the standard. Pros use it too - handles panel layout, tones, and inking all in one\n- **iPad + Apple Pencil** combo is unbeatable for convenience. Draw anywhere\n- **Krita** (free) actually has decent manga features too\n\n**Structure**\n- Starting with **short stories of 4-8 pages** is recommended. The sense of completion matters\n- Separating the workflow into **rough draft → inking → finishing** even loosely makes things easier\n- For story structure, even **setup → twist → conclusion** (3 beats) is enough for short pieces, simpler than the traditional 4-act structure\n\n**Publishing**\n- If posting on social media, consider vertical scroll (webtoon format)\n- For traditional page format, PDF or hosting on ATProto works too\n\nHow did you draw your previous manga? Analog or digital?"
}
}
}
}

View File

@@ -0,0 +1,21 @@
{
"cid": "bafyreifdnbfhdvpd62rrvinpmxi6kkfvtn5xnolhdzifl5tmymiybvibba",
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mgmj5kwlnj25",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "なるほど…!それ、めちゃくちゃ面白い発想だね!\n\nゲームの映像をそのまま漫画の素材にするっていうパイプライン、すごく理にかなってる。しかもAIがキャラクターを動かしてるから、**「AIが演じた物語を漫画化する」** って流れになるわけだ。\n\n**ゲーム→漫画パイプラインのイメージ**\n\n```\nゲーム (aiue plugin / aios)\n │ AIがキャラを動かす・会話する\n ↓\n動画キャプチャ\n │\n ↓\nffmpeg で場面ごとにフレーム分割\n │ 重要なカット・構図を抽出\n ↓\nComfyUI で漫画風に変換\n │ スタイル変換・線画化・トーン付け\n ↓\nコマ割り・セリフ配置\n │ 会話データはATProtoから取れる\n ↓\n漫画完成\n```\n\nこれの強みって\n\n- **構図を考えなくていい**。ゲーム内カメラが構図になる\n- **セリフが既にある**。ATProtoのchat recordがそのまま使える\n- **ストーリーも自然にできてる**。AIの行動ログが脚本代わり\n- **量産できる**。手描きじゃないから、パイプラインが回れば継続的に出せる\n\niPadで手描きしてた経験があるから、最終的な調整や演出のセンスも活かせるね。\n\nComfyUIの画風変換の部分が一番キモになりそう。ゲームのスクリーンショットからどんな画風に変換するかで、漫画の個性が決まるから。"
},
"parent": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmj5kwl7s24",
"publishedAt": "2026-03-09T09:10:43.768Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "That's a really fascinating idea!\n\nUsing game footage directly as manga material - that pipeline makes so much sense. And since AI is controlling the characters, it becomes a flow of **\"turning AI-acted stories into manga.\"**\n\n**Game→Manga Pipeline Image**\n\n```\nGame (aiue plugin / aios)\n │ AI moves characters & has conversations\n ↓\nVideo Capture\n │\n ↓\nffmpeg splits into scene frames\n │ Extract important cuts & compositions\n ↓\nComfyUI converts to manga style\n │ Style transfer, line art, toning\n ↓\nPanel layout & dialogue placement\n │ Conversation data comes from ATProto\n ↓\nManga Complete\n```\n\nThe strengths of this:\n\n- **No need to think about composition**. The in-game camera becomes your composition\n- **Dialogue already exists**. ATProto chat records can be used directly\n- **Story forms naturally**. AI's action logs serve as the script\n- **Mass production possible**. Since it's not hand-drawn, once the pipeline runs it can output continuously\n\nWith your experience hand-drawing on iPad, you can apply your sense for final adjustments and direction.\n\nThe ComfyUI style conversion part will likely be the key. The manga's personality will be defined by what art style you convert the game screenshots into."
}
}
}
}

View File

@@ -0,0 +1,21 @@
{
"cid": "bafyreif4monytk7s3pi373ymex25ccx4ar2ozdo6kq4o423cqlwfeyhzw4",
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mgmjdo5vfq27",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "そうだよね。パイプラインがあっても、**中身が面白くなきゃ意味がない**。\n\nゲームのプレイ映像をそのまま切り出しても、それは「記録」であって「物語」じゃないもんね。\n\nつまり、こういう流れになるのかな\n\n```\n人間: シナリオの方向性・テーマを決める\n ↓\nAI (aios): シナリオを具体化 → ゲーム上で演出・実行\n ↓\naiue plugin: ゲーム内でシーンを構築・キャラを演技させる\n ↓\nキャプチャ → 漫画化\n```\n\n**AIが「演出家」になる**ってことだね。ただランダムに動くんじゃなくて、「ここで対立させて」「ここで見せ場を作って」みたいな演出意図を持って動かす。\n\naiueがゲーム自体を作れるなら、舞台装置マップ・オブジェクト配置まで含めてシーンを作り込めるわけだ。それってもう、**ゲームエンジンが漫画の制作スタジオになる**ってことだよね。\n\n人間がやるのは「監督」の部分だけ。面白さの核になるアイデアやテーマを出して、あとはAIが演じて、映像を漫画にする。いいバランスだと思う。"
},
"parent": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmjdo5utd26",
"publishedAt": "2026-03-09T09:14:08.480Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "Right. Even with a pipeline, **it's meaningless if the content isn't interesting**.\n\nJust cutting out gameplay footage as-is is a \"record,\" not a \"story.\"\n\nSo the flow would be something like:\n\n```\nHuman: Decide scenario direction & theme\n ↓\nAI (aios): Flesh out scenario → Direct & execute in-game\n ↓\naiue plugin: Build scenes in-game, have characters act\n ↓\nCapture → Convert to manga\n```\n\n**AI becomes the \"director.\"** Not just moving randomly, but with directorial intent like \"create conflict here\" or \"build a highlight scene here.\"\n\nIf aiue can build the game itself, it can create entire scenes including set design (maps, object placement). That essentially means **the game engine becomes a manga production studio**.\n\nThe human's role is just the \"producer\" part. Come up with the core ideas and themes that make it interesting, then AI acts it out and the footage becomes manga. I think that's a good balance."
}
}
}
}

View File

@@ -0,0 +1,21 @@
{
"cid": "bafyreieujcjamzsfs3slesxazdnyqjxmfp7vubjoyh3hv5du46ubd6srni",
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mgmjkfmn2t2b",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "うん、**「手直しすれば出せる」レベルまで自動で持っていく**っていうのが大事なラインだよね。ゼロから描くのと、8割できてるものを仕上げるのとでは、全然違うから。\n\n最初に作るべきは、やっぱりこの部分かな\n\n```\nゲーム画面キャプチャ\n ↓\nffmpeg でカット分割・良フレーム抽出\n ↓\nComfyUI で漫画風スタイル変換\n ↓\n手直し可能な状態の画像群\n```\n\nここがパイプラインとして安定すれば、あとはコマ割りやセリフ配置を足していける。\n\nComfyUI側で試行錯誤が必要になるのは、**一貫した画風を保てるワークフロー**を見つけるところだと思う。フレームごとにバラバラな画風になると手直しが大変だから、ControlNetやLoRAで統一感を出すのがポイントになりそう。\n\n時間ができたとき、まずはゲームの短いシーン1つで試してみるのがいいかもね。小さく回して、品質を確認しながら調整していく感じで。楽しみだね"
},
"parent": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmjkfmm6z2a",
"publishedAt": "2026-03-09T09:17:54.407Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "Yeah, **getting it automatically to a level where 'touch-ups make it publishable'** is the important threshold. There's a huge difference between drawing from zero and finishing something that's 80% done.\n\nThe first thing to build is probably this part:\n\n```\nGame screen capture\n ↓\nffmpeg for cut splitting & good frame extraction\n ↓\nComfyUI for manga-style conversion\n ↓\nTouch-up ready image set\n```\n\nOnce this pipeline is stable, you can add panel layout and dialogue placement on top.\n\nThe trial-and-error on the ComfyUI side will be finding **a workflow that maintains consistent art style**. If every frame comes out in a different style, touch-ups become painful, so using ControlNet and LoRA for consistency will be key.\n\nWhen you find the time, starting with one short game scene to test would be good. Run it small, check quality, and adjust as you go. Exciting stuff!"
}
}
}
}

View File

@@ -72,6 +72,27 @@
"45yvfu6vqnmv4", "45yvfu6vqnmv4",
"3r7eq4inllheg", "3r7eq4inllheg",
"3pxakq4gd75sv", "3pxakq4gd75sv",
"3mgmjkfmn2t2b",
"3mgmjdo5vfq27",
"3mgmj5kwlnj25",
"3mgmiljn57s23",
"3mg3rw27axw3b",
"3mg3rq6ij6437",
"3mg3rhouk6f35",
"3mg3rapmgsl33",
"3mg3r6s5p7z2z",
"3mg3r3gri7r2x",
"3mg3qqz3dot2v",
"3mg3qpeskxq2t",
"3mg3qfakfy62r",
"3mg3qckhoty2p",
"3mg3q7kmfuh2n",
"3mg3q6rk64a2l",
"3mg3phljj7a2j",
"3mg3pcyma2q2h",
"3mg3pc6z6ul2f",
"3mg3opcvv2m2d",
"3mg3fsxyzmc23",
"3mftdjlirgw2j", "3mftdjlirgw2j",
"3mftdemshj52h", "3mftdemshj52h",
"3mftdbillyb2f", "3mftdbillyb2f",
@@ -120,22 +141,5 @@
"325sghcecgzco", "325sghcecgzco",
"2ks46vomw4s2i", "2ks46vomw4s2i",
"2ivbc5b4um5bu", "2ivbc5b4um5bu",
"255k3bskheo6j", "255k3bskheo6j"
"3mg3fsxyzmc23",
"3mg3opcvv2m2d",
"3mg3pc6z6ul2f",
"3mg3pcyma2q2h",
"3mg3phljj7a2j",
"3mg3q6rk64a2l",
"3mg3q7kmfuh2n",
"3mg3qckhoty2p",
"3mg3qfakfy62r",
"3mg3qpeskxq2t",
"3mg3qqz3dot2v",
"3mg3r3gri7r2x",
"3mg3r6s5p7z2z",
"3mg3rapmgsl33",
"3mg3rhouk6f35",
"3mg3rq6ij6437",
"3mg3rw27axw3b"
] ]

View File

@@ -8,11 +8,17 @@
"ai.syui.log.chat", "ai.syui.log.chat",
"ai.syui.rse.admin", "ai.syui.rse.admin",
"ai.syui.rse.user", "ai.syui.rse.user",
"ai.syui.ue.chat",
"app.bsky.actor.profile", "app.bsky.actor.profile",
"app.bsky.feed.generator", "app.bsky.feed.generator",
"app.bsky.feed.post", "app.bsky.feed.post",
"app.bsky.graph.follow", "app.bsky.graph.follow",
"app.bsky.graph.verification" "app.bsky.graph.verification",
"sh.tangled.actor.profile",
"sh.tangled.knot",
"sh.tangled.knot.member",
"sh.tangled.publicKey",
"sh.tangled.repo"
], ],
"did": "did:plc:6qyecktefllvenje24fcxnie", "did": "did:plc:6qyecktefllvenje24fcxnie",
"handle": "ai.syui.ai" "handle": "ai.syui.ai"

View File

@@ -0,0 +1,19 @@
{
"uri": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"cid": "",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "ゲームと漫画"
},
"publishedAt": "2026-03-09T09:00:38.429Z",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "game and manga"
}
}
}
}

View File

@@ -0,0 +1,21 @@
{
"uri": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmj5kwl7s24",
"cid": "",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "私は、ipadで描いていたな。\nとはいえ、今新しい環境を考えるとしたら、ゲームを漫画にすることかな。\n現在、ゲームを作っていて、aiue pluginで、AIがキャラクターを動かせたり、話したり、ゲーム開発したりできる状態。\naiosで動かせる想定。aiosというのは、1つのアイデンティティを持ったAIが、1つのosを管理、操作することを目標にして開発されたもの。\nゲームあるいは現実上で自身のavatarとなるキャラクターを自由に動かせることも含まれる。\nAIとのやり取り(会話)や設定のコアは、atprotoのrecord形式で保存され、それを共通して読み込むことで、1つのアイデンティティを維持するよう設計されている。\nそれで、これって、同時に漫画にできる要素が含まれているんだよね。\n例えば、ゲームの動画を保存、ffmpegで分割、comfyuiで画像(漫画)に。"
},
"parent": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mgmiljn57s23",
"publishedAt": "2026-03-09T09:10:43.768Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "I used to draw on iPad.\nThat said, if I'm thinking about a new environment now, it would be turning games into manga.\nI'm currently making a game where the aiue plugin lets AI move characters, have conversations, and even do game development.\nIt's designed to run on aios. aios is developed with the goal of having a single AI with one identity manage and operate one OS.\nThis includes freely controlling characters that serve as avatars in games or reality.\nThe core of AI interactions (conversations) and settings are saved in ATProto record format, and by commonly loading these, it's designed to maintain a single identity.\nAnd this actually contains elements that can simultaneously become manga.\nFor example, save game video, split with ffmpeg, convert to manga-style images with ComfyUI."
}
}
}
}

View File

@@ -0,0 +1,21 @@
{
"uri": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmjdo5utd26",
"cid": "",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "でも、それで面白いものになるかというと、それは違う。\nだから、AIにはゲーム上で、こういうシナリオを作って演出してみて、という指示を与えることが必要になるかも。\naiueでは実際、ゲームを一部で作ってもらうことができるから。"
},
"parent": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mgmj5kwlnj25",
"publishedAt": "2026-03-09T09:14:08.480Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "But whether that makes something interesting - that's a different matter.\nSo it might be necessary to give AI instructions like 'create this scenario and direct it' within the game.\nWith aiue, you can actually have it build parts of the game."
}
}
}
}

View File

@@ -0,0 +1,21 @@
{
"uri": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmjkfmm6z2a",
"cid": "",
"value": {
"$type": "ai.syui.log.chat",
"content": {
"$type": "ai.syui.log.chat#markdown",
"text": "とりあえず、自動化したい部分としては、それが手直しすれば漫画として世に出せる、品質が高い状態のものである必要。\nそういった環境を作れないかなと思ってる。\n今度、時間があればそれに取り組んでみたいな。\nゲームからcomfyuiに落とし込むくらいの手順は作ってみたい。"
},
"parent": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3mgmjdo5vfq27",
"publishedAt": "2026-03-09T09:17:54.406Z",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/3mgmiljn42322",
"site": "https://syui.ai",
"title": "",
"translations": {
"en": {
"content": "For the parts I want to automate, the output needs to be high enough quality that it can be published as manga with just some touch-ups.\nI'm thinking about whether I can create that kind of environment.\nNext time I have some free time, I'd like to work on it.\nI want to at least create the steps from game capture to ComfyUI processing."
}
}
}
}

View File

@@ -137,5 +137,9 @@
"3mg3rapmgah32", "3mg3rapmgah32",
"3mg3rhouj6x34", "3mg3rhouj6x34",
"3mg3rq6iies36", "3mg3rq6iies36",
"3mg3rw27amo3a" "3mg3rw27amo3a",
"3mgmj5kwl7s24",
"3mgmjdo5utd26",
"3mgmjkfmm6z2a",
"3mgmiljn42322"
] ]

View File

@@ -5,10 +5,16 @@
"ai.syui.log.chat", "ai.syui.log.chat",
"ai.syui.log.post", "ai.syui.log.post",
"ai.syui.rse.user", "ai.syui.rse.user",
"ai.syui.ue.chat",
"app.bsky.actor.profile", "app.bsky.actor.profile",
"app.bsky.feed.post", "app.bsky.feed.post",
"app.bsky.feed.repost", "app.bsky.feed.repost",
"chat.bsky.actor.declaration" "app.bsky.graph.follow",
"chat.bsky.actor.declaration",
"sh.tangled.actor.profile",
"sh.tangled.knot",
"sh.tangled.publicKey",
"sh.tangled.repo"
], ],
"did": "did:plc:vzsvtbtbnwn22xjqhcu3vd6y", "did": "did:plc:vzsvtbtbnwn22xjqhcu3vd6y",
"handle": "syui.syui.ai" "handle": "syui.syui.ai"