Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noise Issue #169

Open
sayansinha2019 opened this issue Dec 1, 2024 · 0 comments
Open

Noise Issue #169

sayansinha2019 opened this issue Dec 1, 2024 · 0 comments

Comments

@sayansinha2019
Copy link

Traceback (most recent call last):
File "/home/ubuntu/IDM-VTON/IDM-VTON-train/train.py", line 550, in
main()
File "/home/ubuntu/IDM-VTON/IDM-VTON-train/train.py", line 520, in main
down,reference_features = UNet_Encoder(cloth_latents, timesteps, cloth_text_embeds,return_dict=False)
File "/home/ubuntu/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "/home/ubuntu/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1562, in _call_impl
return forward_call(*args, **kwargs)
File "/home/ubuntu/IDM-VTON/IDM-VTON-train/src/unet_hacked_garmnet.py", line 1087, in forward
if "text_embeds" not in added_cond_kwargs:
TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/accelerate", line 8, in
sys.exit(main())
File "/home/ubuntu/.local/lib/python3.10/site-packages/accelerate/commands/accelerate_cli.py", line 48, in main
args.func(args)
File "/home/ubuntu/.local/lib/python3.10/site-packages/accelerate/commands/launch.py", line 1168, in launch_command
simple_launcher(args)
File "/home/ubuntu/.local/lib/python3.10/site-packages/accelerate/commands/launch.py", line 763, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', 'train.py', '--pretrained_model_name_or_path=yisol/IDM-VTON', '--inpainting_model_path=ckpt', '--garmnet_model_path=stabilityai/stable-diffusion-xl-base-1.0', '--width=768', '--height=1024', '--data_json_file=sayan_data.json', '--data_root_path=sayan_data', '--mixed_precision=bf16', '--train_batch_size=1', '

Any resolution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant