Skip to content

Commit

Permalink
Merge pull request #18 from Visionatrix/feat/flows/remove_background
Browse files Browse the repository at this point in the history
added simple remove background flow
  • Loading branch information
bigcat88 authored Aug 9, 2024
2 parents f0a020b + 1df1d63 commit 7bb4ede
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions flows/remove_background_bria.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"298": {
"inputs": {
"filename_prefix": "",
"images": [
"317",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"311": {
"inputs": {
"name": "remove_background_bria",
"display_name": "Remove background",
"description": "Separate foreground",
"author": "bigcat88",
"homepage": "https://huggingface.co/briaai/RMBG-1.4",
"documentation": "",
"license": "",
"tags": "[\"background\", \"simple\"]",
"version": "1.0.0",
"requires": "[]"
},
"class_type": "VixUiWorkflowMetadata",
"_meta": {
"title": "VixUI-WorkflowMetadata"
}
},
"314": {
"inputs": {
"text": "[\n {\n \"display_name\": \"Remove background\"\n, \"type\": \"image\"\n }\n]"
},
"class_type": "Text Multiline (Code Compatible)",
"_meta": {
"title": "WF_SUBFLOWS"
}
},
"315": {
"inputs": {
"image": "",
"upload": "image"
},
"class_type": "LoadImage",
"_meta": {
"title": "input;Input image;order=1;custom_id=input_image"
}
},
"316": {
"inputs": {},
"class_type": "BRIA_RMBG_ModelLoader_Zho",
"_meta": {
"title": "🧹BRIA_RMBG Model Loader"
}
},
"317": {
"inputs": {
"rmbgmodel": [
"316",
0
],
"image": [
"315",
0
]
},
"class_type": "BRIA_RMBG_Zho",
"_meta": {
"title": "🧹BRIA RMBG"
}
}
}

0 comments on commit 7bb4ede

Please sign in to comment.