makepad/examples/comfyui
2026-07-01 14:04:23 +02:00
..
src hypothetical heap access fix 2026-07-01 14:04:23 +02:00
Cargo.toml First 2.0 2026-02-12 14:52:33 +01:00
flux_dev.json first splash script working! 2025-11-01 19:33:16 +01:00
flux_dev_full_text_to_image.json fix proto fields 2026-01-28 12:11:15 +01:00
flux_schnell.json first splash script working! 2025-11-01 19:33:16 +01:00
README.md update zune 2026-06-02 18:47:28 +02:00

Makepad Example: ComfyUI

A Makepad example that uses an OpenAI-compatible LLM to generate image prompts and then submits them to ComfyUI.

How to Run

  1. Check the hardcoded endpoints in src/app.rs:

    • llm_base defaults to http://10.0.0.168:8080
    • comfy_ip defaults to 10.0.0.217:8000
    • self_ip and displays should match your local network
  2. Run the makepad-example-comfyui runnable item from Makepad Studio.