nikkijiang's picture
Update README.md
1d660f9 verified

A newer version of the Gradio SDK is available: 5.43.1

Upgrade
metadata
title: Custom Pokemon Generator
emoji: 🎨
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: true
license: mit
short_description: Generate unique Pokémon-style character illustrations!

🧬 Pokémon Image Generator with Stable Diffusion 🎨

This is a Gradio web application that generates Pokémon-style character images from text prompts.#

📌 What It Does

  • 🔥 Takes a text prompt (e.g. "fire fox with blue flames")
  • 🎨 Generates an original Pokémon-style creature

🧠 Model Details

This project uses a fine-tuned version of the Stable Diffusion v1.5 model, originally based on runwayml/stable-diffusion-v1-5 (now offline).
The fine-tuned model is available here:
👉 nikkijiang/sd-pokemon-generator

📚 Training Datasets

The model was fine-tuned using image-caption datasets of Pokémon-style creatures:

These datasets include curated images of Pokémon-like monsters with captions, enabling text-to-image training in a stylized domain.

🖼️ Example Prompts

Try prompts like:

  • lovely cat, wings, shining
  • flower dog, big eyes, long ear
  • cute, rabbit, pink, attack
  • bird with red hat and coat, real

🌐 Online Demo

👉 Try it on Hugging Face Spaces
Built with Gradio for a clean, interactive interface.

🚀 Run Locally

git clone https://huggingface.co/spaces/nikkijiang/custom-pokemon-generator
cd custom-pokemon-generator
pip install -r requirements.txt
python app.py