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...
2x3090 instance on Runpod using the Runpod notebook on their Stable Diffusion image. I can train on GPU 0, but not 0 and 1 together or even separately. Running on...
Could be possible to get a Google Colab version
If I want to set a static learning rate, would I write it here? `--scale_lr` Or is it somewhere else? I'd like to experiment with higher/lower learning rate and higher/lower...
``` Global seed set to 23 Running on GPUs 0, Loading model from model.ckpt LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. making attention of type 'vanilla' with...
hello if someone can help me i did all the part and in the end when launching the training on runpod i got this error : Global seed set to...
Hi all **update: I'm trying to train SD 1.5 (the inpaint version)** Getting the following error message RuntimeError: Error(s) in loading state_dict for LatentDiffusion: size mismatch for model.diffusion_model.input_blocks.0.0.weight: copying a...
got an error when executing `main.py` file using `--gpus 0,1` option. No errors thrown when only using one gpu `--gpus 0` or `--gpus 1` ```jupyter !python "main.py" \ --base configs/stable-diffusion/v1-finetune_unfrozen.yaml...
``` Global seed set to 23 Running on GPUs 0, Loading model from model.ckpt LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. making attention of type 'vanilla' with...
※I am not an engineer and English is not my first language. Sorry if some parts are hard to understand. I am trying to run it in Paperspace, but at...
Newcomer here, may sound like a dumb question -- 1. How do I train something else other than a person? I notice in regularization images section there is only images...