EmProps Project Generator

the original inspiration for Gliffer. Import the .json into emprops.ai

:-)quitters
{ "description": "A workflow that generates two images with contrasting aesthetics using txt2img, then blends them together for a unique result.", "nodes": [ { "id": "txt2img_1", "type": "txt2img", "position": [100, 200], "inputs": { "prompt": "A serene, minimalistic Japanese zen garden, soft colors, peaceful atmosphere" }, "outputs": { "image": "image1" } }, { "id": "txt2img_2", "type": "txt2img", "position": [100, 400], "inputs": { "prompt": "A chaotic cyberpunk cityscape, neon colors, busy night scene" }, "outputs": { "image": "image2" } }, { "id": "blend_1", "type": "blend", "position": [400, 300], "inputs": { "image_a": { "node": "txt2img_1", "output": "image" }, "image_b": { "node": "txt2img_2", "output": "image" }, "blend_mode": "mix", "blend_amount": 0.5 }, "outputs": { "blended_image": "result" } } ], "edges": [ { "from": { "node": "txt2img_1", "output": "image" }, "to": { "node": "blend_1", "input": "image_a" } }, { "from": { "node": "txt2img_2", "output": "image" }, "to": { "node": "blend_1", "input": "image_b" } } ], "outputs": [ { "node": "blend_1", "output": "blended_image" } ] }
{ "steps": [ { "id": 1, "alias": "MandalaGenerator", "nodeName": "p5js-generator", "nodePayload": { "script": "function setup() { createCanvas(512, 512); background('#F9F6EE'); translate(width / 2, height / 2); let colors = ['{{color1}}', '{{color2}}', '{{color3}}']; let numPetals = parseInt('{{density}}'); for (let i = 0; i < numPetals; i++) { push(); rotate((TWO_PI * i) / numPetals); fill(colors[i % colors.length]); ellipse(100, 0, 100, 40); pop(); } }", "width": 512, "height": 512, "variables": [ "{{color1}}", "{{color2}}", "{{color3}}", "{{density}}" ] }, "testValue": { "src": "https://cdn.emprops.ai/generations/p5js-mandala-example.png", "mimeType": "image/png", "outputId": "mandala-p5js-out" } }, { "id": 2, "alias": "MandalaDescribePrompt", "nodeName": "prompt-builder", "nodePayload": { "prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"A symmetric, colorful mandala drawn in p5.js, with dominant colors {{color1}}, {{color2}}, and {{color3}}, and a density of {{density}} petals. Highly detailed, geometric, vibrant, artistic.\"}]}]" }, "testValue": { "prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"A symmetric, colorful mandala drawn in p5.js, with dominant colors blue, red, and yellow, and a density of 16 petals. Highly detailed, geometric, vibrant, artistic.\"}]}]" }, "fromId": 1 }, { "id": 3, "alias": "MandalaImg2Img", "nodeName": "img2img-comfy", "nodePayload": { "image": "mandala-p5js-out", "prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"A symmetric, colorful mandala drawn in p5.js, with dominant colors {{color1}}, {{color2}}, and {{color3}}, and a density of {{density}} petals. Highly detailed, geometric, vibrant, artistic.\"}]}]", "cfg": 7, "steps": 30, "denoise": 0.6, "sampler": "euler", "scheduler": "normal", "seed": 123456, "width": 512, "height": 512, "negative_prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"blurry, low quality, distorted\"}]}]" }, "testValue": { "src": "https://cdn.emprops.ai/generations/mandala-img2img-example.png", "mimeType": "image/png", "outputId": "mandala-img2img-out" }, "fromId": 2 } ], "variables": [ { "name": "color1", "type": "string", "value": "blue", "is_feature": true, "value_type": "string" }, { "name": "color2", "type": "string", "value": "red", "is_feature": true, "value_type": "string" }, { "name": "color3", "type": "string", "value": "yellow", "is_feature": true, "value_type": "string" }, { "name": "density", "type": "integer", "value": 16, "is_feature": true, "value_type": "int" } ], "generations": { "hashes": [ "mandala-p5js-hash-001" ], "generations": 1, "use_custom_hashes": false }, "version": "v2" }
Remix of Gliffer

2 Runs

4/18/2025, 4:05:05 PM

:-)quitters3 mo. ago
{ "steps": [ { "id": 1, "alias": "MandalaGenerator", "nodeName": "p5js-generator", "nodePayload": { "script": "function setup() { createCanvas(512, 512); background('#F9F6EE'); translate(width / 2, height / 2); let colors = ['{{color1}}', '{{color2}}', '{{color3}}']; let numPetals = parseInt('{{density}}'); for (let i = 0; i < numPetals; i++) { push(); rotate((TWO_PI * i) / numPetals); fill(colors[i % colors.length]); ellipse(100, 0, 100, 40); pop(); } }", "width": 512, "height": 512, "variables": [ "{{color1}}", "{{color2}}", "{{color3}}", "{{density}}" ] }, "testValue": { "src": "https://cdn.emprops.ai/generations/p5js-mandala-example.png", "mimeType": "image/png", "outputId": "mandala-p5js-out" } }, { "id": 2, "alias": "MandalaDescribePrompt", "nodeName": "prompt-builder", "nodePayload": { "prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"A symmetric, colorful mandala drawn in p5.js, with dominant colors {{color1}}, {{color2}}, and {{color3}}, and a density of {{density}} petals. Highly detailed, geometric, vibrant, artistic.\"}]}]" }, "testValue": { "prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"A symmetric, colorful mandala drawn in p5.js, with dominant colors blue, red, and yellow, and a density of 16 petals. Highly detailed, geometric, vibrant, artistic.\"}]}]" }, "fromId": 1 }, { "id": 3, "alias": "MandalaImg2Img", "nodeName": "img2img-comfy", "nodePayload": { "image": "mandala-p5js-out", "prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"A symmetric, colorful mandala drawn in p5.js, with dominant colors {{color1}}, {{color2}}, and {{color3}}, and a density of {{density}} petals. Highly detailed, geometric, vibrant, artistic.\"}]}]", "cfg": 7, "steps": 30, "denoise": 0.6, "sampler": "euler", "scheduler": "normal", "seed": 123456, "width": 512, "height": 512, "negative_prompt": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"blurry, low quality, distorted\"}]}]" }, "testValue": { "src": "https://cdn.emprops.ai/generations/mandala-img2img-example.png", "mimeType": "image/png", "outputId": "mandala-img2img-out" }, "fromId": 2 } ], "variables": [ { "name": "color1", "type": "string", "value": "blue", "is_feature": true, "value_type": "string" }, { "name": "color2", "type": "string", "value": "red", "is_feature": true, "value_type": "string" }, { "name": "color3", "type": "string", "value": "yellow", "is_feature": true, "value_type": "string" }, { "name": "density", "type": "integer", "value": 16, "is_feature": true, "value_type": "int" } ], "generations": { "hashes": [ "mandala-p5js-hash-001" ], "generations": 1, "use_custom_hashes": false }, "version": "v2" }
glif - EmProps Project Generator by :-)