Why its taking so much time while running, I would be able to get video or not

#80
by shobhitagnihotri - opened

arpitagnihotri@Shobhit-MacBook-Air image_to_3d % /usr/local/bin/python3 /Users/
arpitagnihotri/image_to_3d/app2.py
The token has not been saved to the git credentials helper. Pass add_to_git_credential=True in this function directly or --add-to-git-credential if using via huggingface-cli if you want to set the git credential as well.
Token is valid (permission: read).
Your token has been saved to /Users/arpitagnihotri/.cache/huggingface/token
Login successful
INFO:main:Loading the pipeline...
Loading pipeline components...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5/5 [00:00<00:00, 8.17it/s]
INFO:main:Pipeline moved to cpu
INFO:main:Using CPU
INFO:main:Generating video...
0%| | 0/25 [00:00<?, ?it/s]

@shobhitagnihotri It will take forever since you are using cpu. You have to move it to your mps(mac) by doing
Pipe.to(β€œmps”)

Thanks YAThar , Yeah I have moved .

Sign up or log in to comment