no credentials received
Related to: AI Unlimited
Date: 09/12/2022 10:23
User: Minmo Just
Awards:
Hi,
no credentials received, neither in the inbox nor in the spamfolder!
greets
Minmo
Still Cannot Finish Install - Need Help
Related to: AI Unlimited
Date: 09/12/2022 10:23
User: David Knop
Awards:
Hi,
Just not seeing what you're seeing on the install.
And I'm fairly technical.
I see the file. There is no way to copy the path.
I installed on a new G-Drive with the email I registered with.
No 3 dots. There is no SD file to delete.
Just the uploaded file.
Hi,
Just not seeing what you're seeing on the install.
And I'm fairly technical.
I see the file. There is no way to copy the path.
I installed on a new G-Drive with the email I registered with.
No 3 dots. There is no SD file to delete.
Just the uploaded file.
You mentioned you could assist on a Zoom call, or maybe a screen share?
I need to get this working.
Thanks,
David Knop
Not enough space ? Cannot get a link.
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Dave
Awards:
I have 4.71 GB of free space after installation. I think it would help all of us if we knew HOW MUCH SPACE is needed to make this work!
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Downloading100% 961k/961k [00:00<00:00, 6.50MB/s]
Downloading100% 525k/525k [00:00<00:00, 3.52MB/s]
Downloading100% 389/389 [00:00<00:00, 355kB/s]
Downloading100% 905/905 [00:00<00:00, 764kB/s]
Downloading100% 4.52k/4.52k [00:00<00:00, 3.40MB/s]
Downloading100% 1.71G/1.71G [00:38<00:00, 44.5MB/s]
Loading weights [a9263745] from /content/gdrive/MyDrive/v1-5-pruned.ckpt
^C
X Former is missing after Dependencies
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Neves Chrichlow
Awards:
The instructions showed Xformers after step 2 Dependency. However there is no Xformers after Dependecies
Step 2** - Install libraries
Dependencies
**Step 3** - Download .ckpt model from Stable Diffusion.
THERE IS NO XFORMERS AFTER DEPENENCIES
Error in Training Time
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Neves Chrichlow
Awards:
This error came up in Step 6 Training time
NameError Traceback (most recent call last)
in
40
41 Caption=''
---> 42 if Captionned_instance_images:
43 Caption='--image_captions_filename'
44
NameError: name 'Captionned_instance_images' is not defined
No link to start generating images
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Michael Pinto
Awards:
Hi Jorge,
Thank you for your response to my previous email.
To answer your question, Yes I have enough room on my GDrive.
The problem is still not fixed. I followed all the steps in the training videos. But, the result I get is different from your videos. I don't get a link to start generating images. I get the following message :
"LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading weights [a9263745] from /content/gdrive/MyDrive/v1-5-pruned.ckpt
^C"
Access
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Beverly
Awards:
I didn’t get a login access Email. Email is hhmemails@gmail.com
Training Stage getting an error
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Neves Chrichlow
Awards:
An error keeps coming up here. Also there is no Xformers after Stage 2 dependencies
########:'########:::::'###::::'####:'##::: ##:'####:'##::: ##::'######:::
... ##..:: ##.... ##:::'## ##:::. ##:: ###:: ##:. ##:: ###:: ##:'##... ##::
::: ##:::: ##:::: ##::'##:. ##::: ##:: ####: ##:: ##:: ####: ##: ##:::..:::
::: ##:::: ########::'##:::. ##:: ##:: ## ## ##:: ##:: ## ## ##: ##::'####:
::: ##:::: ##.. ##::: #########:: ##:: ##. ####:: ##:: ##. ####: ##::: ##::
::: ##:::: ##::. ##:: ##.... ##:: ##:: ##:. ###:: ##:: ##:. ###: ##::: ##::
::: ##:::: ##:::. ##: ##:::: ##:'####: ##::. ##:'####: ##::. ##:. ######:::
:::..:::::..:::::..::..:::::..::....::..::::..::....::..::::..:::......::::
Progress:| | 1% 11/1600 [00:20<36:34, 1.38s/it, loss=0.0787, lr=1e-6]Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 797, in
main()
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 632, in main
for step, batch in enumerate(train_dataloader):
File "/usr/local/lib/python3.8/dist-packages/accelerate/data_loader.py", line 357, in __iter__
next_batch = next(dataloader_iter)
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/dataloader.py", line 681, in __next__
data = self._next_data()
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/dataloader.py", line 721, in _next_data
data = self._dataset_fetcher.fetch(index) # may raise StopIteration
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/fetch.py", line 49, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/fetch.py", line 49, in
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 324, in __getitem__
instance_image = Image.open(path)
File "/usr/local/lib/python3.8/dist-packages/PIL/Image.py", line 3131, in open
fp = builtins.open(filename, "rb")
IsADirectoryError: [Errno 21] Is a directory: '/content/data/nevesrich1/.ipynb_checkpoints'
Progress:| | 1% 11/1600 [00:21<50:47, 1.92s/it, loss=0.0787, lr=1e-6]
Traceback (most recent call last):
File "/usr/local/bin/accelerate", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/accelerate/commands/accelerate_cli.py", line 43, in main
args.func(args)
File "/usr/local/lib/python3.8/dist-packages/accelerate/commands/launch.py", line 837, in launch_command
simple_launcher(args)
File "/usr/local/lib/python3.8/dist-packages/accelerate/commands/launch.py", line 354, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/content/diffusers/examples/dreambooth/train_dreambooth.py', '--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/nevesrich1', '--class_data_dir=/content/regularization_images/person_ddim', '--output_dir=/content/models/nevesrich1', '--with_prior_preservation', '--prior_loss_weight=1.0', '--instance_prompt=photo of nevesrich1 person', '--class_prompt=a photo of a person, ultra detailed', '--seed=75576', '--resolution=512', '--mixed_precision=fp16', '--train_batch_size=1', '--gradient_accumulation_steps=1', '--gradient_checkpointing', '--use_8bit_adam', '--learning_rate=1e-6', '--lr_scheduler=constant', '--lr_warmup_steps=0', '--center_crop', '--max_train_steps=1600', '--num_class_images=500']' returned non-zero exit status 1.
Something went wrong
Training Time error
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Marelva Blenman
Awards:
I added pics for own image but this is the message I got.
Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 797, in
main()
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 472, in main
tokenizer = CLIPTokenizer.from_pretrained(args.pretrained_model_name_or_path, subfolder="tokenizer")
File "/usr/local/lib/python3.8/dist-packages/transformers/tokenization_utils_base.py", line 1761, in from_pretrained
raise EnvironmentError(
OSError: Can't load tokenizer for '/content/stable-diffusion-v1-5'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure '/content/stable-diffusion-v1-5' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.
Traceback (most recent call last):
File "/usr/local/bin/accelerate", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/accelerate/commands/accelerate_cli.py", line 43, in main
args.func(args)
File "/usr/local/lib/python3.8/dist-packages/accelerate/commands/launch.py", line 837, in launch_command
simple_launcher(args)
File "/usr/local/lib/python3.8/dist-packages/accelerate/commands/launch.py", line 354, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/content/diffusers/examples/dreambooth/train_dreambooth.py', '--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/Shablen', '--class_data_dir=/content/regularization_images/person_ddim', '--output_dir=/content/models/Shablen', '--with_prior_preservation', '--prior_loss_weight=1.0', '--instance_prompt=photo of Shablen woman', '--class_prompt=a photo of a woman, ultra detailed', '--seed=75576', '--resolution=512', '--mixed_precision=fp16', '--train_batch_size=1', '--gradient_accumulation_steps=1', '--gradient_checkpointing', '--use_8bit_adam', '--learning_rate=1e-6', '--lr_scheduler=constant', '--lr_warmup_steps=0', '--center_crop', '--max_train_steps=1600', '--num_class_images=500']' returned non-zero exit status 1.
Something went wrong
Training was successful but error in testing
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Neves Chrichlow
Awards:
The training was successful DONE, the CKPT model is in your Gdrive
But I'm getting an error when I try to test the model
" It seems that you did not perform training during this session or you chose to use a custom path,
provide the full path to the model (including the name of the model):