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
Create Digital Assets
Related to: General Question
Date: 03/01/2023 09:40
User: marko castello
Awards:
where to i start making NFTS
ckpt file location
Related to: AI Unlimited
Date: 03/01/2023 09:40
User: Joe Jackson
Awards:
I completed the training and got: DONE, the CKPT model is in your Gdrive
Now in trying to test the model I get a message that the model doesn't exist in my Google Drive.
Does the ckpt file need to be unzipped?
Screenshot of test message:
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):
https://drive.google.com/file/d/19uHFYkj0WNwYrOKkGUSo_0xKK8GhdKof/view?usp=share_link
The model doesn't exist on you Gdrive, use the file explorer to get the path : .
Training
Related to: AI Unlimited
Date: 03/01/2023 09:40
User: Brian Foster
Awards:
Hi support
A simple question and I may have missed the answer in the videos, but can the system be trained to learn things other than the human form?
I was thinking in particular about views of town/city centres, countryside, etc. etc. ?
If it can then would you need to provide as many images that you do with the human form, which I think the video said around 15 to 20 should be enough?
Thanks
Brian
Step 7 error
Related to: AI Unlimited
Date: 31/12/2022 16:03
User: nelson da silva
Awards:
I am having trouble with the last step in the test the model.
This is error i am getting:
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 15, in
from modules import shared, devices, sd_samplers, upscaler, extensions, localization, ui_tempdir
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_samplers.py", line 12, in
from modules import prompt_parser, devices, processing, images, sd_vae_approx
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/processing.py", line 30, in
from blendmodes.blend import blendLayers, BlendType
ModuleNotFoundError: No module named 'blendmodes'
How do i fix this?