Skip to content

Commit

Permalink
Modified examples (#165)
Browse files Browse the repository at this point in the history
* Modified examples

* Check Black Formatting

* Second modification

* black formatting again

* Modified the image size

---------

Co-authored-by: Yao Chi <[email protected]>
  • Loading branch information
caylaxiao and doombeaker authored Oct 28, 2024
1 parent d192239 commit 751954f
Show file tree
Hide file tree
Showing 27 changed files with 9,458 additions and 6,617 deletions.
143 changes: 95 additions & 48 deletions examples/bizyair_anime_image_super_resolution_workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,54 @@
"last_node_id": 35,
"last_link_id": 47,
"nodes": [
{
"id": 35,
"type": "PreviewImage",
"pos": {
"0": 1771,
"1": 566
},
"size": [
316,
333
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 47,
"label": "images"
}
],
"outputs": [],
"properties": {
"Node name for S&R": "PreviewImage"
},
"shape": 1
},
{
"id": 34,
"type": "BizyAirSuperResolution",
"pos": [
2158,
623
],
"size": {
"0": 315,
"1": 58
"pos": {
"0": 1384,
"1": 580
},
"size": [
351,
309
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 46
"link": 46,
"label": "image"
}
],
"outputs": [
Expand All @@ -30,46 +59,51 @@
"links": [
47
],
"slot_index": 0,
"shape": 3,
"slot_index": 0
"label": "IMAGE"
}
],
"properties": {
"Node name for S&R": "BizyAirSuperResolution"
},
"widgets_values": [
"2x"
]
],
"shape": 1
},
{
"id": 33,
"type": "LoadImage",
"pos": [
1830,
614
],
"pos": {
"0": 1008,
"1": 565
},
"size": [
315,
314
338,
331
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
46
],
"slot_index": 0,
"shape": 3,
"slot_index": 0
"label": "IMAGE"
},
{
"name": "MASK",
"type": "MASK",
"links": null,
"shape": 3
"shape": 3,
"label": "MASK"
}
],
"properties": {
Expand All @@ -78,32 +112,8 @@
"widgets_values": [
"葫芦娃吐火.webp",
"image"
]
},
{
"id": 35,
"type": "PreviewImage",
"pos": [
2165,
721
],
"size": [
321.3333740234375,
364.0000305175781
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 47
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
"shape": 1
}
],
"links": [
Expand All @@ -124,15 +134,52 @@
"IMAGE"
]
],
"groups": [],
"groups": [
{
"title": "参考图",
"bounding": [
990,
488,
373,
429
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"title": "预览图",
"bounding": [
1753,
488,
347,
428
],
"color": "#444",
"font_size": 24,
"flags": {}
},
{
"title": "图像处理",
"bounding": [
1365,
488,
386,
428
],
"color": "#b58b2a",
"font_size": 24,
"flags": {}
}
],
"config": {},
"extra": {
"ds": {
"scale": 1,
"offset": {
"0": -918,
"1": -317.33331298828125
}
"offset": [
-891,
-226
]
}
},
"version": 0.4
Expand Down
Loading

0 comments on commit 751954f

Please sign in to comment.