description: Generate a minimal Diffusers starter snippet for a requested task. argument-hint: [task description] disable-model-invocation: true
Generate a concise, runnable Diffusers starter snippet for this request:
$ARGUMENTS
Requirements:
- Choose the correct pipeline for the task.
- Include imports, model loading, device placement, and one generation call.
- Add one optional optimization toggle (speed or memory).
- End with "Next files to open" and list 2-3 relevant paths from this repository.