Search Questions

Attempting stable diffusion 1.5

Related to: AI Unlimited
Date: 15/01/2023 17:28
User: Jack
Awards:
Hello, I have followed the steps precisely to gain access to stable diffusion 1.5 and i am having serious troubles with step 12. It won't generate the appropriate link to access step 13. I am going to restart the whole process and go again because i have no experience with coding etc whatsoever. I hope this is an appropriate decision. I am having a lot of trouble accessing step 13

I can't get passed Step 7

Related to: AI Unlimited
Date: 15/01/2023 17:28
User: Crawford
Awards:
After trying and following the step at least 4 times. I get the same results in the same place. Step does come back with the results that are shown on step 2(Step 7) to click a link. It comes back with a error:
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):
I did go to my drive and copy and paste the location to the file on my drive. I happens to in the gdrive route.

I spent about 10 hours trying to work through the problem.

Please give me guidance here.

Best regards

Can't figure out google collab for using my own ai images

Related to: AI Unlimited
Date: 15/01/2023 17:28
User: Jack
Awards:
Hello, i am very excited to use my own images with AI unlimited! However i am having quite a bit of trouble in the processing of setting it up. In google collab on step 2 there is no prompt for me to select "xformers". On step 3 when i enter my access token from hugging face and press play for it to download it almost immediately fails. I am unsure why. I am running GPU as far as i am aware (are there different types of GPU?) and i am following the video precisely. I think not having the option to select "xformers" could come into play. I have absolutely no experience with python or coding in general and it is very foreign for me. With that being said i will stay persistent and way for your advice. I can't wait to get started! Cheers

Stuck on step 3 google collab for using my own ai images

Related to: AI Unlimited
Date: 15/01/2023 17:27
User: Jack
Awards:
Hello Jorge, sorry to bother you with the same question again but i am really having trouble with it. I am following the steps very carefully and every single time after pasting my hugging face access token into google collab step3 and press play the play button goes red very quickly as if it has failed. i am following the instructions and video very carefully. , are there any potential outside variables on my computer (macbook) that could be stopping/intefering with the process. Does anybody else ever have this same problem?
All the best.
Cheers.

This site can't be reached

Related to: AI Unlimited
Date: 15/01/2023 17:27
User: jonathan thomas parish
Awards:
was there a problem with the system not loading as of last night, I was getting the error message This Site Can't Be reached

Stuck on step 3 google collab for using my own ai images

Related to: AI Unlimited
Date: 04/01/2023 03:30
User: Jack
Awards:
Hello, i am very excited to use my own images with AI unlimited! However i am having quite a bit of trouble in the processing of setting it up. In google collab on step 2 there is no prompt for me to select "xformers". On step 3 when i enter my access token from hugging face and press play for it to download it almost immediately fails. I am unsure why. I am running GPU as far as i am aware (are there different types of GPU?) and i am following the video precisely. I think not having the option to select "xformers" could come into play. I have absolutely no experience with python or coding in general and it is very foreign for me. With that being said i will stay persistent and way for your advice. I can't wait to get started! Cheers

Software download

Related to: AI Unlimited
Date: 03/01/2023 09:40
User: Robert Gruhl
Awards:
Hi Staff: I recently downloaded the Image Creator software SD-GUI onto my desktop computer.
Upon opening the software, a warning stated that it could not open because the software was in the Drive of my computer.
How can I switch or move the software to another folder in my computer?
Thank you.
Robert Gruhl

Support Magic

Related to: General Question
Date: 03/01/2023 09:40
User: vince swanigan
Awards:
Paid for the AI Generation tool. Did not receive my instructions/login details.

Something went wrong in training time

Related to: AI Unlimited
Date: 03/01/2023 09:40
User: Joe Jackson
Awards:
Trying to run the training time step doesn't complete. I get "Something went wrong."

Here is the resulting code:

Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 852, in
main()
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 512, 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 1736, in from_pretrained
resolved_vocab_files[file_id] = cached_file(
File "/usr/local/lib/python3.8/dist-packages/transformers/utils/hub.py", line 409, in cached_file
resolved_file = hf_hub_download(
File "/usr/local/lib/python3.8/dist-packages/huggingface_hub/file_download.py", line 1022, in hf_hub_download
cache_dir, repo_folder_name(repo_id=repo_id, repo_type=repo_type)
File "/usr/local/lib/python3.8/dist-packages/huggingface_hub/utils/_validators.py", line 92, in _inner_fn
validate_repo_id(arg_value)
File "/usr/local/lib/python3.8/dist-packages/huggingface_hub/utils/_validators.py", line 136, in validate_repo_id
raise HFValidationError(
huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/content/stable-diffusion-v1-5'. Use `repo_type` argument if needed.
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/joespirit', '--class_data_dir=/content/regularization_images/person_ddim', '--output_dir=/content/models/joespirit', '--with_prior_preservation', '--prior_loss_weight=1.0', '--instance_prompt=photo of joespirit 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

Hi, i cannot access theproduct with given password. Help pls

Related to: AI Unlimited
Date: 03/01/2023 09:40
User: Ghazali Adam
Awards:
i have received the password given for product access but there is error upon signing in. Would appreciate it if help can be given fast. Thank You


Copyright jorgevila.com 2024

Helpdesk system developed for online help. If you need to contact me or use this system in your products, contact me through jorge@jorgevila.com