이미지 생성

Generate single images from subject, aspect ratio, model, and quality inputs.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/kkyu9381/project --skill -kkyu9381
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 이미지 생성
Source: https://github.com/kkyu9381/project/tree/main
Command: npx skills add https://github.com/kkyu9381/project --skill -kkyu9381

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, Pillow.

What problem does it solve?

사용자가 원하는 이미지를 만들기 위해 주제, 비율, 모델, 화질을 하나씩 반복해서 설정하는 번거로움을 없애고, 단 한 번의 대화 흐름으로 바로 생성까지 연결합니다.

Core Features & Use Cases

  • 통합 설정 수집: 이미지 요청 시 주제/비율/모델(나노바나나 2 또는 나노바나나 프로)/화질(2K 또는 4K)을 한 번에 확인합니다.
  • Gemini 기반 이미지 생성: 선택한 모델을 내부 매핑해 Gemini에서 이미지(TEXT+IMAGE 응답)로 생성하고 OUTPUT/에 저장합니다.
  • 단일 생성 원칙: 수량은 묻지 않고 항상 1장만 생성해 작업을 단순화합니다.

Use Case: “풍경 사진/포스터 느낌/프로필용”처럼 목표 비율과 원하는 품질을 빠르게 맞추어 단일 이미지를 바로 뽑아야 할 때 유용합니다.

Quick Start

Ask for an image by saying what you want (subject), the aspect ratio (like 16:9), the model choice (나노바나나 2 or 나노바나나 프로), and the quality (2K or 4K) in one message.

Frequently Asked Questions about 이미지 생성

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a high-resolution image with a specific aspect ratio using Gemini API?

To generate a high-resolution image, provide the subject, aspect ratio, model choice, and quality in a single message. The script maps your inputs to the selected Gemini image model and saves the output directly to the OUTPUT directory.

Can I generate multiple images in one request with this creative workflow?

No, this workflow operates on a single-shot generation principle. It does not ask for quantity and always generates exactly one image per request to keep the creative workflow simple and immediate.

How do I use Python automation to generate a 4K poster image in one shot?

You can generate a 4K poster by sending one integrated message containing your subject, desired aspect ratio, selected model, and the 4K quality preference. The Python automation script immediately executes with these parameters.

Does this image generation workflow support both Flash and Pro Gemini models?

Yes, the workflow applies internal model mapping for Flash versus Pro selections. You can choose between two distinct Gemini image models during the one-message parameter collection phase.

What Python dependencies do I need to run this single-shot image generation script?

You need the google-genai and Pillow Python dependencies installed. These libraries handle the Gemini API communication and the downstream image processing required to save your generated file.

Why does my generated image save to a specific folder instead of displaying inline?

The script saves generated images directly to a designated OUTPUT folder. This ensures your high-resolution 2K or 4K files are stored locally via Pillow for immediate access in your creative workflow.