Skip to content
30 changes: 25 additions & 5 deletions playbooks/core/comfyui-image-gen/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@
"time": 15,
"unsupported_platforms": {
"stx": [
{ "platform": "windows", "reason": "Z Image Turbo is too large for this device" },
{ "platform": "linux", "reason": "Z Image Turbo is too large for this device" }
{
"platform": "windows",
"reason": "Z Image Turbo is too large for this device"
},
{
"platform": "linux",
"reason": "Z Image Turbo is too large for this device"
}
],
"krk": [
{ "platform": "windows", "reason": "Z Image Turbo is too large for this device" },
{ "platform": "linux", "reason": "Z Image Turbo is too large for this device" }
{
"platform": "windows",
"reason": "Z Image Turbo is too large for this device"
},
{
"platform": "linux",
"reason": "Z Image Turbo is too large for this device"
}
]
},
"supported_platforms": {
Expand Down Expand Up @@ -103,5 +115,13 @@
"comfyui",
"z-image-turbo"
],
"coverImage": "assets/cover.jpeg"
"coverImage": "assets/cover.jpeg",
"minMemoryGB": 16,
"primaryModel": "Z-Image Turbo",
"validatedVersions": {
"reference": {
"windows": { "ComfyUI Desktop": "Latest from Ryzen AI Developer Center" },
"linux": { "ComfyUI": "Latest from Ryzen AI Developer Center" }
}
}
}
4 changes: 3 additions & 1 deletion playbooks/core/lmstudio-rocm-llms/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@
"llm",
"inference"
],
"coverImage": "assets/cover_image.avif"
"coverImage": "assets/cover_image.avif",
"minMemoryGB": 8,
"primaryModel": "Qwen3.5-9B"
}
36 changes: 35 additions & 1 deletion playbooks/core/n8n-automation-gpt-oss/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,39 @@
"llm",
"lemonade"
],
"coverImage": "assets/workflow-overview.png"
"coverImage": "assets/workflow-overview.png",
"minMemoryGB": 16,
"validatedVersions": {
"reference": {
"linux": {
"n8n": "2.33.5",
"Node.js": "22.22.1"
},
"windows": {
"n8n": "2.33.5",
"Node.js": "22.22.1"
}
},
"apu": {
"linux": {
"n8n": "Latest",
"Node.js": "22.22.1"
},
"windows": {
"n8n": "Latest",
"Node.js": "22.22.1"
}
},
"gpu": {
"linux": {
"n8n": "Latest",
"Node.js": "22.22.1"
},
"windows": {
"n8n": "Latest",
"Node.js": "22.22.1"
}
}
},
"primaryModel": "GPT-OSS-120B"
}
10 changes: 9 additions & 1 deletion playbooks/core/pytorch-rocm-llms/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,13 @@
"inference",
"summarization"
],
"coverImage": "assets/cover.png"
"coverImage": "assets/cover.png",
"minMemoryGB": 8,
"validatedVersions": {
"reference": {
"linux": {},
"windows": {}
}
},
"primaryModel": "Qwen3.5-4B"
}
4 changes: 3 additions & 1 deletion playbooks/core/vscode-qwen3-coder/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,7 @@
"qwen",
"llm"
],
"coverImage": "assets/open-cline-test.png"
"coverImage": "assets/open-cline-test.png",
"minMemoryGB": 24,
"primaryModel": "Qwen3-Coder-30B-A3B"
}
Loading
Loading