Skip to content

An Interval app for training Stable Diffusion models on your pics via Dreambooth

Notifications You must be signed in to change notification settings

interval/ai-portraits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AI portrait suite

This repo contains a full-fledged generative image app, with functionality to train a custom model on images you upload, generate new images, and display them in a gallery.

For a detailed guide on building this app from scratch, check out our tutorial in the Interval examples gallery.

Running the app

  • You'll need to sign up for free at Interval to get an API key
  • To to train a model and generate images in a reasonable amount of time, you'll need to run the app on a GPU. We used RunPod.
# Close this repo
git clone https://github.com/interval/ai-portraits
cd ai-portraits

# Install dependencies and download regularization images
./setup.sh

# Start the Interval app
INTERVAL_KEY=<your key here> python main.py

About

An Interval app for training Stable Diffusion models on your pics via Dreambooth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published