dreambooth
dreambooth copied to clipboard
A Cog model that takes training images as input and generates custom Stable Diffusion model weights as output
Currently only ckpt files are supported for dreambooth using the `ckpt_base` field, would be great for support of safetensors to be added too! Current output when attempting to use a...
Hey everyone ! I'm trying to run locally with cog, but when trying to download the weights from hugging face (cog run script/download-weights) I'm getting this error: ``` WARNING: The...
Hi - I followed the instructions in the blog post but am running into an error: ``` {"detail":"model not specified"} ``` This is my setup (token and image source taken...
The model https://replicate.com/replicate/dreambooth indicate that the trained output model can be deployed to replicate automatically. =========== DreamBooth is a way to train Stable Diffusion on a particular object or style,...
Hi, Im tryng to train a model with replicate/dreambooth last version (a8ba568da0313951a6b311b43b1ea3bf9f2ef7b9fd97ed94cebd7ffd2da66654), Im using deliberate.cpkt as cpkt_base but when I start the process I got this error: "This file type...
Lol I got this error after clicking submit, my training data **is** a zip file, downloaded directly from birme! Saw on the example tab that there was a folder within...
When you train with SD2.1 (not SD2.1 base), the loss instantly `NaN` ``` Steps: 0%| | 0/3000 [00:00
this is a POC for testing what changes are needed to train for multiple concepts If your `instance_data` has filenames: "foo bar.jpg" -> "foo bar" "foo_bar.jpg" -> "foo bar" "foo...
I'm running my private Replicate Docker image on my own Google Cloud VM instance after running a Dreambooth training. Unfortunately, this command fails: ``` curl http://localhost:5000/predictions -X POST -H "Content-Type:...