Image Style Matching Demo
Interactive notebook demonstrating Graph Evolve for Pokemon-style image generation with Gemini.
1) Prepare a GraphEvolveTaskSet
Minimal dataset:
tasks[].input and gold_outputs[].output can be any JSON shape. If your graph accepts JSON, it fits here.
2) Create a training job
Available
initial_graph_id presets include preset_classifier_v1, preset_rlm_v1, and others. See the Graph Optimization API for the full list.3) Monitor training
Poll for status:4) Download the best graph
When status is terminal (succeeded), download:
5) Run inference
prompt_snapshot_id or model to run_inference().
Next steps
- Learn how verifying works: Graph verifying.
- Try real examples: Graphs cookbooks.