You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run Inference,
python test.py --sd_ckpt 'lipurple/stable_diffusion.ckpt'
--grounding_ckpt 'lipurple/grounding_module.pth'
--prompt "a photo of a lion on a mountain top at sunset"
--category "lion"
and will occur :RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory.
can you give me some advices?
thanks
The text was updated successfully, but these errors were encountered:
when i run Inference,
python test.py --sd_ckpt 'lipurple/stable_diffusion.ckpt'
--grounding_ckpt 'lipurple/grounding_module.pth'
--prompt "a photo of a lion on a mountain top at sunset"
--category "lion"
and will occur :RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory.
can you give me some advices?
thanks
The text was updated successfully, but these errors were encountered: