Tune-A-Video
Tune-A-Video copied to clipboard
The specified procedure could not be found.
After running the command: accelerate launch train_tuneavideo.py --config="configs/road-scenarios.yaml" on my own data
It shows this error:
Traceback (most recent call last):
File "c:\Users\INP_Rohit.conda\envs\phn\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "c:\Users\INP_Rohit.conda\envs\phn\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\INP_Rohit.conda\envs\phn\Scripts\accelerate.exe_main.py", line 4, in
the above error was clearecd after reinsatlling cuda again using torch
But a new error arrived when i run the command again:
The following values were not passed to accelerate launch
and had defaults used instead:
--num_processes
was set to a value of 1
--num_machines
was set to a value of 1
--mixed_precision
was set to a value of 'no'
--dynamo_backend
was set to a value of 'no'
To avoid this warning pass in values for each of the problematic parameters or run accelerate config
.
03/29/2024 11:28:57 - INFO - main - Distributed environment: NO
Num processes: 1
Process index: 0
Local process index: 0
Device: cuda
Mixed precision type: fp16
Traceback (most recent call last):
File "c:\Users\INP_Rohit.conda\envs\phn\lib\site-packages\diffusers\configuration_utils.py", line 326, in load_config
config_file = hf_hub_download(
File "c:\Users\INP_Rohit.conda\envs\phn\lib\site-packages\huggingface_hub\utils_validators.py", line 110, in _inner_fn
validate_repo_id(arg_value)
File "c:\Users\INP_Rohit.conda\envs\phn\lib\site-packages\huggingface_hub\utils_validators.py", line 158, in validate_repo_id
raise HFValidationError(
huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': './checkpoints/stable-diffusion-v1-4'. Use repo_type
argument if needed.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\INP_Rohit\Documents\ImageGeneration\Tune-A-Video\train_tuneavideo.py", line 367, in
@23Rj20 same for me, did you solve it?