Closed aiac closed 6 months ago
Hello @aiac,
Thanks for your feedback and your interest in biniou.
I can't reproduce, neither using a linux basic (CPU) install, nor with a docker (without CUDA) install.
Can you confirm that :
I suspect that this could be linked to this issue (which is supposed to be "fixed") in your specific context (Windows / CUDA / Docker).
If it's the case, it should be pretty easy to solve, as it's only related to the name of the output file generated. I will make some tests later today and try to propose a commit asap.
@aiac,
Commit bcbc1f9 introduce a possible workaround for the behavior your encountered, by using a temporary name during video creation step, then renaming the file to its final name.
Please confirm if it has any kind of effect on your issue.
Closing this issue, as it's inactive for more than a month. Please don't hesitate to re-open it if required.
Also, by re-reading your initial log, I realize that there was a typo in your command line :
-v //e/AI/biniou/cache//e//home/biniou/.cache/huggingface
should be
-v //e/AI/biniou/cache:/home/biniou/.cache/huggingface
It's unlikely related to this issue, but you should correct it to save some space.
Describe the bug
To Reproduce Steps to reproduce the behavior:
docker run -it --gpus=all --restart=always -p 7860:7860 -v //e/AI/biniou/outputs:/home/biniou/biniou/outputs -v //e/AI/biniou/models:/home/biniou/biniou/models -v //e/AI/biniou/cache//e//home/biniou/.cache/huggingface -v //e/AI/biniou/gfpgan:/home/biniou/biniou/gfpgan biniou:latest
Expected behavior Video output.
Console log
Hardware
Desktop