Open wallatomic opened 2 years ago
Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 694, in repo_type
argument if needed.
Traceback (most recent call last):
File "/usr/local/bin/accelerate", line 8, in
Did you accept the terms at https://huggingface.co/runwayml/stable-diffusion-v1-5 ?
yes
make sure there is a folder "stable-diffusion-v1-5" in the colab file explorer
there is not. Do I have to create it manually? I have to put the model inside? I tried the same notebook yesterday and it worked. this changed?
when you put your huggingface token in the "download model" cell and run it, it should download the model, you don't have to do it manually, did you run the cell ?
yes, i followed all the steps
there should be a model folder, try a clean run
and make sure you use the latest colab notebook
How can I check if it is the latest? The link is not the same? https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb
yes that is the link, just avoid saving the notebook to your gdrive, or regularly use the one from the link
Ok, yes, it seems I was using an outdated notebook. I'm trying it now and I see that the folder with the images doesn't appear anymore under "data". it is me, or it changed? Where are the images now?
Yes, everything is moved to your gdrive to allow resuming training easily after disconnecting from a session, look in the folder "Fast-Dreambooth" in your gdrive.
Excellent! Thank you Ben! I really appreciate it ☕😉
happy to help
Hi, I'm trying this since yesterday an I got the same results:
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/content/diffusers/examples/dreambooth/train_dreambooth.py', '--image_captions_filename', '--save_starting_step=500', '--save_n_steps=0', '--train_text_encoder', '--pretrained_model_name_or_path=/content/stable-diffusion-v1-5', '--instance_data_dir=/content/data/jsr2', '--output_dir=/content/models/jsr2', '--instance_prompt=', '--seed=96576', '--resolution=512', '--mixed_precision=no', '--train_batch_size=1', '--gradient_accumulation_steps=1', '--use_8bit_adam', '--learning_rate=2e-6', '--lr_scheduler=polynomial', '--center_crop', '--lr_warmup_steps=0', '--max_train_steps=1000']' returned non-zero exit status 1. Something went wrong