Skip to main content

Installation

Rubbrband can be installed through pip.

Example Usage

To get a feel for finetuning Dreambooth, you can copy and paste these lines in your terminal to start finetuning. This script will finetune a Dreambooth model to learn a specific manโ€™s face.

Install Docker

Rubbrband requires Docker to be installed. Installation instructions found here.

Supported models

  • DreamBooth - Personalize Stable Diffusion with your own images
  • WebUI Stable Diffusion - Use a web interface to train and generate outputs with Stable Diffusion models.
  • ControlNet(beta) - An image model to control diffusion models by adding extra conditions
  • LoRA(beta) - Fine-tune Stable Diffusion models twice as fast as DreamBooth, by Low-rank Adaptation.

CLI Commands