Timtical's picture
Update README.md
4c5414b verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: Timtical Character Creator
emoji: 🧠
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 3.50.2
app_file: app.py
pinned: false
license: mit

Let me know if you'd like a matching generate.py added to start generating from the trained model next.

🧠 Timtical Character Creator

Train your own consistent AI character using DreamBooth!
Upload a ZIP of character images, provide a class and instance token, and fine-tune a Stable Diffusion model in seconds.

🚀 Features

  • Upload character ZIP dataset (5–20 images recommended)
  • Choose instance_token (e.g., sks) and class_token (e.g., man, cat, robot)
  • Set training parameters: steps and learning rate
  • Uses Hugging Face token for authentication with pretrained models
  • Model output saved to your specified directory

🧩 How to Use

  1. Click “Upload ZIP of Training Images”
  2. Fill in the tokens:
    • Example: sks and warrior
  3. Enter your Hugging Face access token (with write access)
  4. Adjust training steps and learning rate (optional)
  5. Click “Start Training”
  6. The model will be saved to your provided output directory

🛠️ Dependencies

Add the following to your requirements.txt:

torch
torchvision
diffusers==0.25.0
transformers==4.38.1
accelerate==0.21.0
gradio==3.50.2