1
0
Fork 0
onnx-web/common/pipelines/outpaint.json

27 lines
513 B
JSON
Raw Permalink Normal View History

{
"stages": [
{
"name": "start",
"type": "source-txt2img",
"params": {
"prompt": "a magical wizard"
}
},
{
"name": "expand",
"type": "upscale-outpaint",
"params": {
"border": 256,
"model": "stable-diffusion-onnx-v1-inpainting",
"prompt": "a magical wizard in a robe fighting a dragon"
}
},
{
"name": "save-local",
"type": "persist-disk",
"params": {
2023-09-13 22:28:38 +00:00
"tiles": "hd8k"
}
}
]
}