Skip to content

Commit

Permalink
refine example
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Aug 2, 2024
1 parent b2c280a commit 26ad239
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/bizyair_kolors_inpainting.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"text": ""
},
"widgets_values": [
"Kolors-Inpainting 模型可以做局部重绘。\n本例子中,使用 BizyAir 的节点生成了一张原始图片,然后使用 BizyAir 的抠图节点得到其人物的 mask。\n然后利用 Kolors Inpainting 模型将其重绘为美少女战士"
"Kolors-Inpainting 模型可以做局部重绘。\n本例子中,使用 BizyAir 的节点生成了一张原始图片,然后使用 BizyAir 的抠图节点得到其背景的 mask。\n然后利用 Kolors Inpainting 模型将背景替换为金字塔"
],
"color": "#432",
"bgcolor": "#653"
Expand Down
10 changes: 5 additions & 5 deletions examples/bizyair_showcase_ksampler_controlnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
],
"outputs": [
{
"name": "IMAGE🛬",
"name": "IMAGE",
"type": "IMAGE",
"links": [
46
Expand Down Expand Up @@ -221,15 +221,15 @@
"mode": 0,
"outputs": [
{
"name": "model🛫",
"name": "model",
"type": "BIZYAIR_MODEL",
"links": [
78
],
"shape": 3
},
{
"name": "clip🛫",
"name": "clip",
"type": "BIZYAIR_CLIP",
"links": [
79,
Expand All @@ -239,7 +239,7 @@
"slot_index": 1
},
{
"name": "vae🛫",
"name": "vae",
"type": "BIZYAIR_VAE",
"links": [
44
Expand Down Expand Up @@ -328,7 +328,7 @@
],
"outputs": [
{
"name": "LATENT🛬",
"name": "LATENT",
"type": "LATENT",
"links": [
45
Expand Down
12 changes: 6 additions & 6 deletions examples/bizyair_showcase_ksampler_img2img.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"mode": 0,
"outputs": [
{
"name": "model🛫",
"name": "model",
"type": "BIZYAIR_MODEL",
"links": [
81
],
"shape": 3
},
{
"name": "clip🛫",
"name": "clip",
"type": "BIZYAIR_CLIP",
"links": [
82,
Expand All @@ -75,7 +75,7 @@
"slot_index": 1
},
{
"name": "vae🛫",
"name": "vae",
"type": "BIZYAIR_VAE",
"links": [
44,
Expand Down Expand Up @@ -158,7 +158,7 @@
],
"outputs": [
{
"name": "LATENT🛬",
"name": "LATENT",
"type": "LATENT",
"links": [
45
Expand Down Expand Up @@ -208,7 +208,7 @@
],
"outputs": [
{
"name": "IMAGE🛬",
"name": "IMAGE",
"type": "IMAGE",
"links": [
46
Expand Down Expand Up @@ -249,7 +249,7 @@
],
"outputs": [
{
"name": "LATENT🛬",
"name": "LATENT",
"type": "LATENT",
"links": [
79
Expand Down
4 changes: 2 additions & 2 deletions examples/bizyair_showcase_ksampler_ipadapter.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
],
"outputs": [
{
"name": "LATENT🛬",
"name": "LATENT",
"type": "LATENT",
"links": [
45
Expand Down Expand Up @@ -535,7 +535,7 @@
],
"outputs": [
{
"name": "IMAGE🛬",
"name": "IMAGE",
"type": "IMAGE",
"links": [
46
Expand Down
4 changes: 2 additions & 2 deletions examples/bizyair_showcase_ksampler_lora.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
],
"outputs": [
{
"name": "LATENT🛬",
"name": "LATENT",
"type": "LATENT",
"links": [
45
Expand Down Expand Up @@ -334,7 +334,7 @@
],
"outputs": [
{
"name": "IMAGE🛬",
"name": "IMAGE",
"type": "IMAGE",
"links": [
46
Expand Down
10 changes: 5 additions & 5 deletions examples/bizyair_showcase_ksampler_txt2img.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"mode": 0,
"outputs": [
{
"name": "model🛫",
"name": "model",
"type": "BIZYAIR_MODEL",
"links": [
81
],
"shape": 3
},
{
"name": "clip🛫",
"name": "clip",
"type": "BIZYAIR_CLIP",
"links": [
82,
Expand All @@ -36,7 +36,7 @@
"slot_index": 1
},
{
"name": "vae🛫",
"name": "vae",
"type": "BIZYAIR_VAE",
"links": [
44
Expand Down Expand Up @@ -217,7 +217,7 @@
],
"outputs": [
{
"name": "IMAGE🛬",
"name": "IMAGE",
"type": "IMAGE",
"links": [
46
Expand Down Expand Up @@ -294,7 +294,7 @@
],
"outputs": [
{
"name": "LATENT🛬",
"name": "LATENT",
"type": "LATENT",
"links": [
45
Expand Down

0 comments on commit 26ad239

Please sign in to comment.