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):
Buyer Traffic: Frequency my info will be shared?
Related to: AI Unlimited
Date: 09/12/2022 10:22
User: Helene E Schmidt
Awards:
If you have 1000 members and you post one members link everyday, won't it take up to 1000 days for my post to be shared? I can understand why the small group test was successful since there were only a few members, but how does this work when scaled up?
you doubt
Related to: AI Unlimited
Date: 09/12/2022 10:21
User: EDIMILSON
Awards:
Does this system work here in Brazil in Brazilian Portuguese?
https://aiunlimited.net/live/
using correct login but won't open up!
Related to: General Question
Date: 09/12/2022 10:21
User: michael shannon
Awards:
if you cannot generate the correct email login credentials i want a refund asap ok thanks Michael Shannon
"AI UNLIMITED"-Any additional investment invvolved for Unlimited Image Creation??
Related to: AI Unlimited
Date: 09/12/2022 10:20
User: Ramachandran
Awards:
I have very Limited financial resources.Planning to buy "AI Unlimited" FE for unlimited image creation.Is there any requirement of additional investment,Software, Membership, Recurring expenses etc for the same.Is there a considerable Learning curve involved(Apart from Time,Effort which i am willing to put)if i am a Non_techie?I am asking this question as i am not keen on refunding a Product/Service unless clearly not workable after an efforttime spent
Ramachandran-India
Access to aiunlimited
Related to: AI Unlimited
Date: 09/12/2022 10:20
User: Kay
Awards:
Hi,
My purchase invoices for AI Unlimited are listed below.
Item: AI Unlimited
SaleID: wso_fy51mb_65122859
Item: AI Unlimited Prompt Helper
SaleID: wso_h6k667_65123722
Item: AI Unlimited How to make money
SaleID: wso_cs50qf_65123867
Item: AI Unlimited Group
SaleID: wso_l1xhmh_65124021
Warrior Plus has sent my reciepts, but I have not received my access codes
Need help with the setting up "Use your own Image"
Related to: AI Unlimited
Date: 09/12/2022 10:20
User: George S Gross III
Awards:
I started with the written instructions and became confused so I decided to watch the video and go step by step.
I am sutck on Step #2. I was able to load the "Dependicies" but I didn't see the "xformers" step, so I have stopped so I don't mess anything up.
I know there will be more things in the process as I proceed. I will say, I had a bunch of trouble, (as did others, when I read some of the support tickets) but I got through the first part of the set up and I agree, it took forever to download and upload the 4.6 GB File, but it's done and I am proud of me for not quitting.
I want and need for this to work. I can wait to finish the set up and see myself in the Superman costume.
Sorry for the long narrative. George
Do I Need to purchase any of the OTO'S for this product to work?
Related to: AI Unlimited
Date: 09/12/2022 10:20
User: Anthony Mumford
Awards:
Will the AI Unlimited product work with the front end offer? Or do I need to purchase an OTO?
Also, Will this work on a Mac?
Thank you