jimeng-api

Generate AI images and videos via a locally deployed Jimeng API.

4|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/joycekushner598-commits/jimeng-api --skill jimeng-api-joycekushner598-commits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jimeng-api
Source: https://github.com/joycekushner598-commits/jimeng-api/tree/main/jimeng-api
Command: npx skills add https://github.com/joycekushner598-commits/jimeng-api --skill jimeng-api-joycekushner598-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, Pillow, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of AI-generated images and videos from text prompts, providing a powerful tool for visual content creation without requiring complex setup.

Core Features & Use Cases

  • Text-to-Image Generation: Create diverse images from detailed text descriptions.
  • Image-to-Image Composition: Transform existing images or combine them based on prompts.
  • Customizable Outputs: Control aspect ratios, resolutions (1k, 2k, 4k), and select from various AI models.
  • Use Case: A user wants to create a unique banner image for their website. They can provide a prompt like "A futuristic cityscape at sunset with flying cars" and specify a "16:9" ratio to get a high-quality, custom-sized image.

Quick Start

Use the jimeng-api skill to generate an image of a cute cat with the prompt 'a cute cat'.

Frequently Asked Questions about jimeng-api

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

FAQPage Schema
How do I generate AI images from text prompts using a local API?

Text-to-image generation works by sending detailed text descriptions to a locally deployed Jimeng API service, which processes the prompts and returns generated images. The service then handles image downloads and automatically converts the outputs to PNG format.

Can I customize aspect ratio and resolution for AI image generation?

Yes, you can customize aspect ratio and resolution for AI image generation. The API supports customizable parameters including specific ratios like 16:9 and resolution options of 1k, 2k, or 4k to control the output dimensions and quality of the generated visual content.

Does the Jimeng API support image-to-image composition?

Yes, the Jimeng API supports image-to-image composition. You can transform existing images or combine them based on new text prompts, allowing you to modify and build upon visual content you already have rather than starting from scratch.

Do I need Python dependencies to run the AI image generation script?

Yes, you need the Python dependencies 'requests' and 'Pillow' to run the AI image generation script. The 'requests' library handles communication with the local Jimeng API service, while 'Pillow' manages image processing and conversion to PNG format.

What is the best way to automate visual content creation for websites?

The best way to automate visual content creation is using text-to-image generation with customizable aspect ratios. By providing detailed text prompts and specifying dimensions like 16:9, you can programmatically generate high-quality, custom-sized banner images for web design.

Why does my generated image need to be converted to PNG format?

Generated images are converted to PNG format to ensure broad compatibility and preserve image quality across different platforms. The script uses the Pillow library to handle this image download and format conversion process automatically after the API returns the visual content.