Dreambooth-Stable-Diffusion
Dreambooth-Stable-Diffusion copied to clipboard
Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) by way of Textual Inversion (https://arxiv.org/abs/2208.01618) for Stable Diffusion (https://arxiv.org/abs/2112.10752). Tweaks focused o...
- Limit length of txt2img outputs to preventing crash upon image saving with file names that are too long. - Attach unique ID to txt2img outputs to prevent overwriting old...
When running the dreambooth_runpod_joepen notebook on with jupyterlab on a Runpod instance, there's a JavaScript error that happens on the huggingface login cell. Here's a video demo of the issue,...
So what is this that is happening every time I try to run it using Runpod. Anyone? ``` python Epoch 0: 4%| | 435/10100 [11:05
Is it possible to train a model containing two persons?
Hello, thank u in advance. I'v this issue and i don't know result it... Training complete. max_training_steps reached or we blew up. Traceback (most recent call last): File "main.py", line...
Hey i had a hard time yesterday setting up gdrive even tho its pretty straightforward there are still permissions in place that cause trouble so i gave up, so eveytthing...
Minor update to remove the need for a user to manually update the `ldm/data/personalized.py` file and instead perform the update using `sed`. I've updated the `personalized.py` file to make the...
I've currently been using @ShivamShrirao's fork of [huggingface/diffusers](https://github.com/huggingface/diffusers) ([ShivamShrirao/diffusers](https://github.com/ShivamShrirao/diffusers)) and I've been running this perfectly fine with [my own finetuned Google Colab notebook](https://colab.research.google.com/github/jslegers/diffusers/blob/main/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb). Is there someone who can tweak this...
create a json file when training a model with all the parameters used add a flag to stable_txt2img to create a json file describing the prompt and all parameter used.
As the title says, now everytime I launch training with a 3090 machine on vast ai, it crashes the whole machine. No error message. Is there something wrong with one...