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