-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release new nodes for remove background etc. (#15)
* init dev * add workflows examples * refine
- Loading branch information
1 parent
dd3f5d9
commit 80c1b62
Showing
16 changed files
with
457 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## ☁️BizyAir Anime Image Super Resolution | ||
|
||
This node helps you enhance the resolution of your input cartoon images. You can choose to upscale them by 2x or 4x. | ||
|
||
## ☁️BizyAir Remove Image Background | ||
|
||
This node helps you remove the background, resulting in a transparent-background image. | ||
|
||
![](./imgs/remove-background.png) | ||
|
||
## ☁️BizyAir Generate Photorealistic Images | ||
|
||
This node can help you generate photo-style images with very simple prompts. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
139 changes: 139 additions & 0 deletions
139
examples/bizyair_anime_image_super_resolution_workflow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
{ | ||
"last_node_id": 35, | ||
"last_link_id": 47, | ||
"nodes": [ | ||
{ | ||
"id": 34, | ||
"type": "BizyAirSuperResolution", | ||
"pos": [ | ||
2158, | ||
623 | ||
], | ||
"size": { | ||
"0": 315, | ||
"1": 58 | ||
}, | ||
"flags": {}, | ||
"order": 1, | ||
"mode": 0, | ||
"inputs": [ | ||
{ | ||
"name": "image", | ||
"type": "IMAGE", | ||
"link": 46 | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"name": "IMAGE", | ||
"type": "IMAGE", | ||
"links": [ | ||
47 | ||
], | ||
"shape": 3, | ||
"slot_index": 0 | ||
} | ||
], | ||
"properties": { | ||
"Node name for S&R": "BizyAirSuperResolution" | ||
}, | ||
"widgets_values": [ | ||
"2x" | ||
] | ||
}, | ||
{ | ||
"id": 33, | ||
"type": "LoadImage", | ||
"pos": [ | ||
1830, | ||
614 | ||
], | ||
"size": [ | ||
315, | ||
314 | ||
], | ||
"flags": {}, | ||
"order": 0, | ||
"mode": 0, | ||
"outputs": [ | ||
{ | ||
"name": "IMAGE", | ||
"type": "IMAGE", | ||
"links": [ | ||
46 | ||
], | ||
"shape": 3, | ||
"slot_index": 0 | ||
}, | ||
{ | ||
"name": "MASK", | ||
"type": "MASK", | ||
"links": null, | ||
"shape": 3 | ||
} | ||
], | ||
"properties": { | ||
"Node name for S&R": "LoadImage" | ||
}, | ||
"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" | ||
} | ||
} | ||
], | ||
"links": [ | ||
[ | ||
46, | ||
33, | ||
0, | ||
34, | ||
0, | ||
"IMAGE" | ||
], | ||
[ | ||
47, | ||
34, | ||
0, | ||
35, | ||
0, | ||
"IMAGE" | ||
] | ||
], | ||
"groups": [], | ||
"config": {}, | ||
"extra": { | ||
"ds": { | ||
"scale": 1, | ||
"offset": { | ||
"0": -918, | ||
"1": -317.33331298828125 | ||
} | ||
} | ||
}, | ||
"version": 0.4 | ||
} |
Oops, something went wrong.