Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
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) andclass_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
- Click “Upload ZIP of Training Images”
- Fill in the tokens:
- Example:
sksandwarrior
- Example:
- Enter your Hugging Face access token (with write access)
- Adjust training steps and learning rate (optional)
- Click “Start Training”
- 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