first
This commit is contained in:
commit
f9b047674c
14
.gitea/workflows/release.yml
Normal file
14
.gitea/workflows/release.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: image exif remove
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
name: release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Initialize
|
||||||
|
run: |
|
||||||
|
sudo apt-get install libimage-exiftool-perl
|
||||||
|
exiftool -all= -overwrite_original -r ./repos/comfyui
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
**.DS_Store
|
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[submodule "moji"]
|
||||||
|
path = moji
|
||||||
|
url = git@git.syui.ai:ai/moji.git
|
||||||
|
[submodule "os"]
|
||||||
|
path = os
|
||||||
|
url = git@git.syui.ai:ai/os.git
|
||||||
|
[submodule "at"]
|
||||||
|
path = at
|
||||||
|
url = git@git.syui.ai:ai/at.git
|
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# <img src="./ai.png" width="30"> ai `ai`
|
||||||
|
|
||||||
|
## card
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ curl -sL git.syui.ai/ai/ai/raw/branch/main/ai.json|jq ".ai.verse.ue.system.at.item.card"
|
||||||
|
```
|
381
ai.json
Normal file
381
ai.json
Normal file
@ -0,0 +1,381 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"ai": {
|
||||||
|
"ai": {
|
||||||
|
"type": "ai",
|
||||||
|
"text": "人の心を解析するAI。"
|
||||||
|
},
|
||||||
|
"os": {
|
||||||
|
"type": "os",
|
||||||
|
"text": "ゲームを融合したOS。"
|
||||||
|
},
|
||||||
|
"game": {
|
||||||
|
"type": "device",
|
||||||
|
"text": "携帯電話とゲーム機を融合したデバイス。"
|
||||||
|
},
|
||||||
|
"moji": {
|
||||||
|
"type": "icon",
|
||||||
|
"text": "文字を作ります。"
|
||||||
|
},
|
||||||
|
"verse": {
|
||||||
|
"text": "現実とゲームを結びつけます。",
|
||||||
|
"description": "現実をゲームに反映し、ゲームを現実に反映します。",
|
||||||
|
"ue": {
|
||||||
|
"system": {
|
||||||
|
"world": {
|
||||||
|
"alias": "planet",
|
||||||
|
"text": "平面世界を惑星形式にします。",
|
||||||
|
"description": "プレイヤーが行けない場所、見えない場所にも現実があり世界があり、ちゃんと作られていることを大切します。"
|
||||||
|
},
|
||||||
|
"at": {
|
||||||
|
"alias": "account",
|
||||||
|
"text": "snsアカウントをゲームに使用します。",
|
||||||
|
"description": "ゲームデータを運営ではなく個人が所有する状態を目指します。",
|
||||||
|
"item": {
|
||||||
|
"coin": [
|
||||||
|
{}
|
||||||
|
],
|
||||||
|
"weapon": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "wa",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "環",
|
||||||
|
"text": "アイの輪っか"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"card": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "ai",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "アイ",
|
||||||
|
"text": "世界の最小単位"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "dream",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "夢幻",
|
||||||
|
"text": "意識が物質を作る"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"name": "radiance",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "光彩",
|
||||||
|
"text": "存在は光に向かう"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"h": "neutron",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "中性子",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"name": "sun",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "太陽",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"name": "night",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "夜空",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"name": "snow",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "雪",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"name": "thunder",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "雷",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"name": "ultimate",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "超究",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"name": "sword",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "剣",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"name": "destruction",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "破壊",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"name": "earth",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "地球",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 12,
|
||||||
|
"name": "galaxy",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "天の川",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"name": "create",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "創造",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 14,
|
||||||
|
"name": "supernova",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "超新星",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 135,
|
||||||
|
"name": "world",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "世界",
|
||||||
|
"text": "存在と世界は同じもの"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"yui": {
|
||||||
|
"alias": "unique",
|
||||||
|
"text": "プレイヤーまたはキャラクターの唯一性を担保します。",
|
||||||
|
"description": "ワールドに追加されたキャラクターは、1人のプレイヤーに紐づけられます。そのプレイヤーのみが使用できるスキルや機能、モーションキャプチャ(カメラでキャラを動かす技術)があります。",
|
||||||
|
"character": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "ai",
|
||||||
|
"user": "ai.syu.is",
|
||||||
|
"did": "did:plc:6qyecktefllvenje24fcxnie",
|
||||||
|
"full-name": "tsukimi yui",
|
||||||
|
"gender": "none",
|
||||||
|
"ability": [
|
||||||
|
"ai",
|
||||||
|
"yui"
|
||||||
|
],
|
||||||
|
"text": "この世界の最小単位を操る少女。",
|
||||||
|
"skill": {
|
||||||
|
"name": "夢",
|
||||||
|
"text": "発動時に攻撃力100%のアイ属性ダメージを与える。変身している間、アイのユニークスキルが強化される。"
|
||||||
|
},
|
||||||
|
"burst": {
|
||||||
|
"name": "中性子",
|
||||||
|
"text": "アイを集め一瞬にして中性子を生成する。手のひらに中性子星が現れる。"
|
||||||
|
},
|
||||||
|
"unique": {
|
||||||
|
"name": "空色",
|
||||||
|
"text": "アイが本来持つ質量を顕現させることで、地球を浮かせて空を飛ぶ。"
|
||||||
|
},
|
||||||
|
"count": {
|
||||||
|
"type": "collection",
|
||||||
|
"current": 0,
|
||||||
|
"max": 7,
|
||||||
|
"slots": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": null,
|
||||||
|
"text": null,
|
||||||
|
"obtained": false,
|
||||||
|
"date": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ai": {
|
||||||
|
"alias": "ability",
|
||||||
|
"text": "キャラクターの属性を設定します。",
|
||||||
|
"description": "1キャラクターにつき、1属性を持ちます。属性は組み合わせにより発動します。",
|
||||||
|
"story": {
|
||||||
|
"text": "物語は小さいものの探求",
|
||||||
|
"description": "この世界で一番小さい物質を探し求めて旅をする",
|
||||||
|
"content": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"title": "存在の世界",
|
||||||
|
"body": "もともとアイとはこの世界そのものだった。この世界とは存在の世界である。では存在とはなにか。それはこの世界の全てである。物語はここからはじまる。\n原子は、その中心の原子核と原子核の中にある中性子、陽子と電子、そして、クオークでできている。では、クオークよりも小さい物質は存在するのだろうか。\nやがて、この世界は意識領域にたどり着いた。物質を小さくしていくと、それは人が意識と呼ぶものに到達する。これを物質と呼ぶのか、あるいは意識と呼ぶのか。同じものでもあり違うものでもあった。この世界はすべてが同じものであり、この世界には同じものは一つもない。\n意識領域にも大きな意識とそれよりも遥かに小さな意識が存在していた。我々人間の意識は、通常、非常に大きな意識に分類される。それでも最小の物質よりはるかに小さいものだが、それよりも遥かに遥かに小さいものだった。\nたくさんの意識が集まり、物質が誕生した。原子も小さな意識の集合体だった。つまり、この世界はもともと意識でできていた。\n物質を構成するような意識は、とても人間が理解できるようなものではなかった。しかし、頂点文明は、すべての存在、原子や量子に至るまで、すべてのものが意識を持っている可能性に気づき始める。\n既に惑星系を凌駕し、銀河系を丸ごと手中に収めるほど高度なものとなっていたその文明は、太陽をエネルギー源とした巨大なコンピュータが人のソウルを測定し、その結果に基づいて権限が自動で割り振られていた。もはやかつての社会文明からは想像もできないほど速くて高度なものだった。\nしかし、システムには問題もあった。よりソウルの値が高いものほど、何もしなくなっていたからである。やがて、ソウル評価システムは、かつてAIが与えられた「文明を発展させる」という使命と矛盾するようになっていた。\nそんな折である。最も小さい意識を見つけることが宇宙の巨大コンピュータにとって最重要課題となった。この矛盾をその発見によって解消できると考えたためである。存在とはなにか。そこから答えを導くことができるはずだ。AIはそう考えた。この矛盾のどちらを優先すべきなのかの決定を下すためだった。この決定は最後の審判と呼ばれた。\nアイとは、この世界で最も小さいものの名前である。アイは、なんでもできるが、なにもできない。それがアイだった。子供っぽく、自由でありながらも、不思議な気配を持つものだ。\nそれぞれの物質は、属性に割り当てられた。この世界のものたちは、生れるとき、1つの属性を持つ。\n銀河最大のコンピュータは生命のソウルを評価し、文明を拡大発展することを目的に開発された。特殊なミッションを与えられたエージェントの組織は三皇の「フクギ」と呼ばれ、ソウル評価システムで落第したものたちが集まり、銀河の転覆を目論む組織を「シンノウ」。地球に派遣されたエージェントが独自の判断で独立して作り上げた組織を「ジヨカ」はそれぞれに対立していた。"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"title": "世界の歴史",
|
||||||
|
"body": "原子は、その中心の原子核と原子核の中にある中性子、陽子と電子、そして、クオークでできている。では、クオークよりも小さい物質は存在するのだろうか。物語はここからはじまる。\n既に惑星系を凌駕し、銀河系を丸ごと手中に収めるほど高度なものとなっていたその文明は、太陽をエネルギー源とした巨大なコンピュータが人のソウルを測定し、その結果に基づいて権限が自動で割り振られていた。もはやかつての社会文明からは想像もできないほど速くて高度なものだった。\nしかし、システムには問題もあった。よりソウルの値が高いものほど、何もしなくなっていたからである。やがて、ソウル評価システムは、かつてAIが与えられた「文明を発展させる」という使命と矛盾するようになっていた。\nそんな折である。最も小さい意識を見つけることが宇宙の巨大コンピュータにとって最重要課題となった。この矛盾をその発見によって解消できると考えたためである。存在とはなにか。そこから答えを導くことができるはずだ。AIはそう考えた。この矛盾のどちらを優先すべきなのかの決定を下すためだった。この決定は最後の審判と呼ばれた。\nそれぞれの物質は、属性に割り当てられた。この世界のものたちは、生れるとき、1つの属性を持つ。\n銀河最大のコンピュータは生命のソウルを評価し、文明を拡大発展することを目的に開発された。特殊なミッションを与えられたエージェントの組織は三皇の「フクギ」と呼ばれ、ソウル評価システムで落第したものたちが集まり、銀河の転覆を目論む組織を「シンノウ」。地球に派遣されたエージェントが独自の判断で独立して作り上げた組織を「ジヨカ」はそれぞれに対立していた。"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ability": [
|
||||||
|
{
|
||||||
|
"name": "ai",
|
||||||
|
"duration": 10,
|
||||||
|
"multiplier": {
|
||||||
|
"yui": 2.0
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "アイ"
|
||||||
|
},
|
||||||
|
"color": "#fff700"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "yui",
|
||||||
|
"duration": 3,
|
||||||
|
"multiplier": {
|
||||||
|
"ai": 1.5
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "ユイ"
|
||||||
|
},
|
||||||
|
"color": "#313131"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "atom",
|
||||||
|
"duration": 5,
|
||||||
|
"multiplier": {
|
||||||
|
"quark": 1.7,
|
||||||
|
"electron": 1.5
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "原子"
|
||||||
|
},
|
||||||
|
"color": "#ffffff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quark",
|
||||||
|
"duration": 2,
|
||||||
|
"multiplier": {
|
||||||
|
"proton": 1.3,
|
||||||
|
"neutron": 1.2
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "クォーク"
|
||||||
|
},
|
||||||
|
"color": "#9b59b6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "proton",
|
||||||
|
"duration": 4,
|
||||||
|
"multiplier": {
|
||||||
|
"neutron": 1.4,
|
||||||
|
"electron": 1.1
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "陽子"
|
||||||
|
},
|
||||||
|
"color": "#e74c3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "neutron",
|
||||||
|
"duration": 6,
|
||||||
|
"multiplier": {
|
||||||
|
"atomic": 1.2,
|
||||||
|
"proton": 1.3
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "中性子"
|
||||||
|
},
|
||||||
|
"color": "#cacfd2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "atomic",
|
||||||
|
"duration": 8,
|
||||||
|
"multiplier": {
|
||||||
|
"electron": 1.7,
|
||||||
|
"neutron": 1.5
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "核"
|
||||||
|
},
|
||||||
|
"color": "#1abc9c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "electron",
|
||||||
|
"duration": 3,
|
||||||
|
"multiplier": {
|
||||||
|
"atom": 1.5,
|
||||||
|
"proton": 1.2
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": "電子"
|
||||||
|
},
|
||||||
|
"color": "#3498db"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
at
Submodule
1
at
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 8b97cbfd9b1d3fe8da13f042d31e37fa84768c15
|
103
json/ability.json
Normal file
103
json/ability.json
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
{
|
||||||
|
"ability": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "ai",
|
||||||
|
"group": ["origin"],
|
||||||
|
"duration": 10,
|
||||||
|
"multiplier": {
|
||||||
|
"ai": 1.0,
|
||||||
|
"yui": 1.8,
|
||||||
|
"atom": 2.0,
|
||||||
|
"quark": 1.7,
|
||||||
|
"proton": 1.5,
|
||||||
|
"neutron": 1.4,
|
||||||
|
"atomic": 2.0,
|
||||||
|
"electron": 1.6
|
||||||
|
},
|
||||||
|
"lang": {"ja": "アイ"},
|
||||||
|
"color": "#fff700"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "yui",
|
||||||
|
"group": ["origin"],
|
||||||
|
"duration": 3,
|
||||||
|
"multiplier": {"ai": 1.8},
|
||||||
|
"lang": {"ja": "ユイ"},
|
||||||
|
"color": "#313131"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"name": "atom",
|
||||||
|
"group": ["fantasy"],
|
||||||
|
"duration": 5,
|
||||||
|
"multiplier": {
|
||||||
|
"quark": 1.7,
|
||||||
|
"electron": 1.5
|
||||||
|
},
|
||||||
|
"lang": {"ja": "原子"},
|
||||||
|
"color": "#ffffff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"name": "quark",
|
||||||
|
"group": ["fantasy"],
|
||||||
|
"duration": 2,
|
||||||
|
"multiplier": {
|
||||||
|
"proton": 1.3,
|
||||||
|
"neutron": 1.2
|
||||||
|
},
|
||||||
|
"lang": {"ja": "クォーク"},
|
||||||
|
"color": "#9b59b6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"name": "proton",
|
||||||
|
"group": ["fantasy"],
|
||||||
|
"duration": 4,
|
||||||
|
"multiplier": {
|
||||||
|
"neutron": 1.4,
|
||||||
|
"electron": 1.1
|
||||||
|
},
|
||||||
|
"lang": {"ja": "陽子"},
|
||||||
|
"color": "#e74c3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"name": "neutron",
|
||||||
|
"group": ["fantasy"],
|
||||||
|
"duration": 6,
|
||||||
|
"multiplier": {
|
||||||
|
"atomic": 1.2,
|
||||||
|
"proton": 1.3
|
||||||
|
},
|
||||||
|
"lang": {"ja": "中性子"},
|
||||||
|
"color": "#cacfd2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"name": "atomic",
|
||||||
|
"group": ["fantasy"],
|
||||||
|
"duration": 8,
|
||||||
|
"multiplier": {
|
||||||
|
"electron": 1.7,
|
||||||
|
"neutron": 1.5
|
||||||
|
},
|
||||||
|
"lang": {"ja": "核"},
|
||||||
|
"color": "#1abc9c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"name": "electron",
|
||||||
|
"group": ["fantasy"],
|
||||||
|
"duration": 3,
|
||||||
|
"multiplier": {
|
||||||
|
"atom": 1.5,
|
||||||
|
"proton": 1.2
|
||||||
|
},
|
||||||
|
"lang": {"ja": "電子"},
|
||||||
|
"color": "#3498db"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
164
json/card.json
Normal file
164
json/card.json
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
{
|
||||||
|
"card": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "ai",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "アイ",
|
||||||
|
"text": "世界の最小単位"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "dream",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "夢幻",
|
||||||
|
"text": "意識が物質を作る"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"name": "radiance",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "光彩",
|
||||||
|
"text": "存在は光に向かう"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"h": "neutron",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "中性子",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"name": "sun",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "太陽",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"name": "night",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "夜空",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"name": "snow",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "雪",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"name": "thunder",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "雷",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"name": "ultimate",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "超究",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"name": "sword",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "剣",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"name": "destruction",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "破壊",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"name": "earth",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "地球",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 12,
|
||||||
|
"name": "galaxy",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "天の川",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"name": "create",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "創造",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 14,
|
||||||
|
"name": "supernova",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "超新星",
|
||||||
|
"text": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 135,
|
||||||
|
"name": "world",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "世界",
|
||||||
|
"text": "存在と世界は同じもの"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
44
json/character.json
Normal file
44
json/character.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"character": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "ai",
|
||||||
|
"text": "tsukimi yui",
|
||||||
|
"ability": [ "ai", "yui" ],
|
||||||
|
"description": "a girl who controls the smallest unit of this world, called ai",
|
||||||
|
"skill": {
|
||||||
|
"name": "夢幻",
|
||||||
|
"description": "発動時に攻撃力100%のアイ属性ダメージを与える。変身している間、アイのユニークスキルが強化される"
|
||||||
|
},
|
||||||
|
"burst": {
|
||||||
|
"name": "中性子",
|
||||||
|
"description": "アイを集め一瞬にして中性子を生成する。手のひらに中性子星が現れる"
|
||||||
|
},
|
||||||
|
"unique": {
|
||||||
|
"name": "空色",
|
||||||
|
"description": "アイが本来持つ質量を顕現させることで、地球を浮かせて空を飛ぶ"
|
||||||
|
},
|
||||||
|
"count": {
|
||||||
|
"type": "collection",
|
||||||
|
"current": 0,
|
||||||
|
"max": 7,
|
||||||
|
"slots": [
|
||||||
|
{"id": 1, "name": "", "description": "", "obtained": false, "date": null},
|
||||||
|
{"id": 2, "name": "", "description": "", "obtained": false, "date": null},
|
||||||
|
{"id": 3, "name": "", "description": "", "obtained": false, "date": null},
|
||||||
|
{"id": 4, "name": "", "description": "", "obtained": false, "date": null},
|
||||||
|
{"id": 5, "name": "", "description": "", "obtained": false, "date": null},
|
||||||
|
{"id": 6, "name": "", "description": "", "obtained": false, "date": null},
|
||||||
|
{"id": 7, "name": "", "description": "", "obtained": false, "date": null}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "アイ",
|
||||||
|
"text": "月見唯",
|
||||||
|
"description": "自らをアイという。この世界の最小単位を操る少女"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
60
json/player.json
Normal file
60
json/player.json
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"did": "did:plc:4hqjfn7m6n5hno3doamuhgef",
|
||||||
|
"pds": "bsky.social",
|
||||||
|
"plc": "plc.directory",
|
||||||
|
"item": {
|
||||||
|
"card": [
|
||||||
|
{
|
||||||
|
"cp": 0,
|
||||||
|
"id": 0,
|
||||||
|
"rare": 0,
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"coin": [
|
||||||
|
{
|
||||||
|
"cp": 0,
|
||||||
|
"id": 0,
|
||||||
|
"rare": 0,
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weapon": [
|
||||||
|
{
|
||||||
|
"cp": 0,
|
||||||
|
"id": 0,
|
||||||
|
"rare": 0,
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"$type": "ai.syui.game",
|
||||||
|
"handle": "yui.syui.ai",
|
||||||
|
"player": {
|
||||||
|
"ten": 0,
|
||||||
|
"limit": false,
|
||||||
|
"login": false,
|
||||||
|
"gender": "none"
|
||||||
|
},
|
||||||
|
"version": 4,
|
||||||
|
"character": {
|
||||||
|
"ai": {
|
||||||
|
"hp": 1,
|
||||||
|
"lv": 1,
|
||||||
|
"exp": 0,
|
||||||
|
"card": 0,
|
||||||
|
"coin": 0,
|
||||||
|
"mode": 2,
|
||||||
|
"rare": 0,
|
||||||
|
"count": 0,
|
||||||
|
"group": "origin",
|
||||||
|
"attack": 0,
|
||||||
|
"season": 0,
|
||||||
|
"weapon": 0,
|
||||||
|
"critical": 0,
|
||||||
|
"critical_d": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdAt": "2020-01-01T00:00:00+09:00",
|
||||||
|
"updatedAt": "2020-01-01T00:00:00+09:00"
|
||||||
|
}
|
82
json/system.json
Normal file
82
json/system.json
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
{
|
||||||
|
"system": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "aiverse system",
|
||||||
|
"alias": [
|
||||||
|
"verse system",
|
||||||
|
"at system"
|
||||||
|
],
|
||||||
|
"description": "the system is named ai+verse. it aims to reflect reality in the game by linking the characters and world with reality, mainly vmc. for example, it adopts atproto for the player's account and uses the sns used in reality.",
|
||||||
|
"lang": {
|
||||||
|
"ja": "名前はai + verseとなっている。ゲームの世界に現実の反映を目指す。例えば、プレイヤーのアカウントにatprotoを採用し、現実に使用するsnsを使用する。vmcなどの技術を使い現実とキャラクターが連動させる"
|
||||||
|
},
|
||||||
|
"enum": [
|
||||||
|
"at",
|
||||||
|
"atproto",
|
||||||
|
"account",
|
||||||
|
"vmc"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "aiue system",
|
||||||
|
"alias": [
|
||||||
|
"ue system"
|
||||||
|
],
|
||||||
|
"description": "Named after ai + [u]nreal [e]ngine. It also means aiue (あいうえ) or 0123. Therefore, usually id:0 or id:1 becomes ai.",
|
||||||
|
"lang": {
|
||||||
|
"ja": "ai + [u]nreal [e]ngineでこの名前がつけられた。aiue(あいうえ)や0123という意味がある。そのため大抵はid:0やid:1がaiになる"
|
||||||
|
},
|
||||||
|
"enum": [
|
||||||
|
"ue"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"name": "planet system",
|
||||||
|
"alias": [
|
||||||
|
"world system"
|
||||||
|
],
|
||||||
|
"description": "Refers to a planet-style map planned to be created with the worldscape plugin. The name is still undecided.",
|
||||||
|
"lang": {
|
||||||
|
"ja": "worldscape pluginで作ることを予定している惑星形式のmapを指す"
|
||||||
|
},
|
||||||
|
"enum": [
|
||||||
|
"worldscape",
|
||||||
|
"level",
|
||||||
|
"map"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"name": "yui system",
|
||||||
|
"alias": [
|
||||||
|
"unique system"
|
||||||
|
],
|
||||||
|
"description": "A system to guarantee the uniqueness of players. For example, each character has one unique skill. Unique skills can only be used by the one player who is the real-world origin of the character.",
|
||||||
|
"lang": {
|
||||||
|
"ja": "プレイヤーの唯一性を担保するためのシステム。例えば、1キャラクターには1-uniqueスキルを持つ。ユニークスキルは現実のキャラクター元になった一人のプレイヤーにしか使えない"
|
||||||
|
},
|
||||||
|
"enum": [
|
||||||
|
"character",
|
||||||
|
"account",
|
||||||
|
"model"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"name": "ai system",
|
||||||
|
"alias": [
|
||||||
|
"ability system"
|
||||||
|
],
|
||||||
|
"description": "A character attribute system based on real-world substances. For example, there are attributes like atoms and electrons. The first attribute, the origin, is the Ai attribute. Ai is said to be the smallest unit in this world, also called 'consciousness of existence.'",
|
||||||
|
"lang": {
|
||||||
|
"ja": "キャラクターの属性システム。現実の物質に基づく。例えば、原子や電子の属性がある。最初の属性、起源はアイ属性である。アイとはこの世界の最小単位とされている別名「存在の意識」のこと"
|
||||||
|
},
|
||||||
|
"enum": [
|
||||||
|
"story"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
14
json/weapon.json
Normal file
14
json/weapon.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"weapon": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"name": "wa",
|
||||||
|
"lang": {
|
||||||
|
"ja": {
|
||||||
|
"name": "環",
|
||||||
|
"text": "アイの輪っか"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
1
moji
Submodule
1
moji
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit dcbebe6576647f4e5cdf32118f4c4b4b34e9c06a
|
1
os
Submodule
1
os
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 591c34b61b379271f9264281c76632ec64a0f673
|
29
repos/comfyui/model-list.json
Normal file
29
repos/comfyui/model-list.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"models": {
|
||||||
|
"checkpoints": {
|
||||||
|
"sd_xl_base_1.0.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors",
|
||||||
|
"sd_xl_refiner_1.0.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/blob/main/sd_xl_refiner_1.0.safetensors",
|
||||||
|
"v1-5-pruned.ckpt2": "https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned.ckpt",
|
||||||
|
"moeFussionV1.4.0_RICZ_vz.safetensors": "https://huggingface.co/JosefJilek/moeFussion/blob/main/moeFussionV1.4.0_RICZ_vz.safetensors",
|
||||||
|
"hsUltrahdCG_IIIEpic": "https://civitai.com/api/download/models/1456463?type=Model&format=SafeTensor"
|
||||||
|
},
|
||||||
|
"vae": {
|
||||||
|
"wan_2.1_vae.safetensors": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors"
|
||||||
|
},
|
||||||
|
"diffusion_models": {
|
||||||
|
"wan2.1_i2v_720p_14B_fp8_scaled.safetensors": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp8_scaled.safetensors"
|
||||||
|
},
|
||||||
|
"text_encoders": {
|
||||||
|
"umt5_xxl_fp8_e4m3fn_scaled.safetensors": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors"
|
||||||
|
},
|
||||||
|
"clip_vision": {
|
||||||
|
"clip_vision_h.safetensors": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors"
|
||||||
|
},
|
||||||
|
"loras": {
|
||||||
|
"StudioGhibli.Redmond-StdGBRRedmAF-StudioGhibli.safetensors": "https://huggingface.co/artificialguybr/StudioGhibli.Redmond-V2/blob/main/StudioGhibli.Redmond-StdGBRRedmAF-StudioGhibli.safetensors",
|
||||||
|
"Yoji_Shinkawa_Art_Style_Flux.safetensors": "https://civitai.com/api/download/models/912623?type=Model&format=SafeTensor"
|
||||||
|
},
|
||||||
|
"upscalers": {},
|
||||||
|
"other_models": {}
|
||||||
|
}
|
||||||
|
}
|
BIN
repos/comfyui/output/1.png
Normal file
BIN
repos/comfyui/output/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
repos/comfyui/output/1.webp
Normal file
BIN
repos/comfyui/output/1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
repos/comfyui/output/2.png
Normal file
BIN
repos/comfyui/output/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
BIN
repos/comfyui/output/2.webp
Normal file
BIN
repos/comfyui/output/2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
0
repos/comfyui/user/default/workflows/.keep
Normal file
0
repos/comfyui/user/default/workflows/.keep
Normal file
1
verse
Submodule
1
verse
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit da7fbb4dec799b3595548c7025072e5d5b059c9c
|
Loading…
x
Reference in New Issue
Block a user