Advertisement
verte71
Oct 28th, 2022
24
0
Never
This is comment for paste Stable Diffusion Face Animations
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Hi i need a help,
  2. not sure what I'm doing wrong but keep getting below error:
  3. (thin-plate-spline) PS C:\Users\krzys\Thin-Plate-Spline-Motion-Model> CUDA_VISIBLE_DEVICES=0 python demo.py --config config/vox-256.yaml \
  4. >> --checkpoint checkpoints/vox.pth.tar --source_image assets/jp2.jpg \
  5. >> --driving_video assets/jp2.mp4 --find_best_frame --result_video SD_Avatar_Video.mp4
  6. At line:2 char:4
  7. + --checkpoint checkpoints/vox.pth.tar --source_image assets/jp2.jpg \
  8. + ~
  9. Missing expression after unary operator '--'.
  10. At line:2 char:4
  11. + --checkpoint checkpoints/vox.pth.tar --source_image assets/jp2.jpg \
  12. + ~~~~~~~~~~
  13. Unexpected token 'checkpoint' in expression or statement.
  14. At line:3 char:4
  15. + --driving_video assets/jp2.mp4 --find_best_frame --result_video SD_A ...
  16. + ~
  17. Missing expression after unary operator '--'.
  18. At line:3 char:4
  19. + --driving_video assets/jp2.mp4 --find_best_frame --result_video SD_A ...
  20. + ~~~~~~~~~~~~~
  21. Unexpected token 'driving_video' in expression or statement.
  22. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
  23. + FullyQualifiedErrorId : MissingExpressionAfterOperator
  24.  
  25. (thin-plate-spline) PS C:\Users\krzys\Thin-Plate-Spline-Motion-Model>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement