generate_sd15_landscape_batch
Generate a batch of SD1.5 landscape images.
Usage
python3 skills/workflows/generate_sd15_landscape_batch/scripts/run.py --args '{}' --pretty
Pass JSON kwargs for run(...) via --args:
python3 skills/workflows/generate_sd15_landscape_batch/scripts/run.py --args '{"param":"value"}' --pretty
Inputs / Outputs
- Inputs follow
skills/workflows/generate_sd15_landscape_batch/skill.yaml. - Output is JSON printed to stdout from
run(...).
Composition
This skill is designed to compose with other single-purpose skills.
Use run_id and artifact references when chaining.
Routing Metadata
- Family:
txt2img - Input modalities:
text_prompt - Output modalities:
application/json - Model families:
other - Node count:
None - Complexity score:
None - Resource profile:
unknown - Estimated runtime:
depends on runtime parameters and server resources - Max latent resolution hint:
NonexNone - Max sampler steps hint:
None
Detected Models
- None detected.
Detected Custom Nodes
- None detected.
Runtime Warnings
- Hand-authored skill (no embedded workflow.json); metadata is inferred and may be approximate.