Skip to content

Commit

Permalink
added demo workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzie1 committed Nov 29, 2023
1 parent f2deadf commit 38b834d
Show file tree
Hide file tree
Showing 10 changed files with 6,940 additions and 0 deletions.
File renamed without changes.
149 changes: 149 additions & 0 deletions workflows/Graphics/Template/CR_Simple_Meme_Template_Demo1_v01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
{
"last_node_id": 60,
"last_link_id": 65,
"nodes": [
{
"id": 9,
"type": "LoadImage",
"pos": [
140,
0
],
"size": [
320,
310
],
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
22
],
"shape": 3,
"slot_index": 0
},
{
"name": "MASK",
"type": "MASK",
"links": null,
"shape": 3
}
],
"properties": {
"Node name for S&R": "LoadImage"
},
"widgets_values": [
"SDXL_00006_.png",
"image"
]
},
{
"id": 35,
"type": "SaveImage",
"pos": [
150,
760
],
"size": {
"0": 320,
"1": 270
},
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 37
}
],
"properties": {},
"widgets_values": [
"CR"
]
},
{
"id": 21,
"type": "CR Simple Meme Template",
"pos": [
130,
390
],
"size": {
"0": 400,
"1": 314
},
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 22
}
],
"outputs": [
{
"name": "image",
"type": "IMAGE",
"links": [
37
],
"shape": 3,
"slot_index": 0
},
{
"name": "show_help",
"type": "STRING",
"links": [],
"shape": 3,
"slot_index": 1
}
],
"properties": {
"Node name for S&R": "CR Simple Meme Template"
},
"widgets_values": [
"custom",
"One Does Not Simply",
"MEME IN COMFY",
"impact.ttf",
150,
"white",
"thick",
"white",
"no bars"
],
"color": "#222",
"bgcolor": "#000"
}
],
"links": [
[
22,
9,
0,
21,
0,
"IMAGE"
],
[
37,
21,
0,
35,
0,
"IMAGE"
]
],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}
File renamed without changes.
Loading

0 comments on commit 38b834d

Please sign in to comment.