Comfy-agent generate_sd15_landscape_batch
name: generate_sd15_landscape_batch
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest:
skills/workflows/txt2img/generate_sd15_landscape_batch/skill.yamlsource content
name: generate_sd15_landscape_batch description: Generate a batch of SD1.5 landscape images. inputs: prompt: type: string default: epic mountain valley at sunrise negative_prompt: type: string default: watermark, text, low quality, blurry, oversaturated width: type: integer default: 768 height: type: integer default: 512 batch_size: type: integer default: 3 steps: type: integer default: 30 seed: type: integer default: 440912775103002 outputs: image: string requirements: models: [] custom_nodes: [] links: [] input_modalities:
- text_prompt output_modalities:
- application/json model_families:
- other node_count: null node_types: [] selection_metadata: family: txt2img resource_profile: unknown complexity_score: null estimated_runtime: depends on runtime parameters and server resources warnings:
- Hand-authored skill (no embedded workflow.json); metadata is inferred and may be approximate. max_width: null max_height: null max_steps: null