Replies: 1 comment
-
The swapping process is very fast with latest updates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
**Hi everyone,
I just got into faceswap and have a quick question on time taken to do a video face swap.
Below is my setup on comfyUI
It is a 2 minute video.
During Reactor Node phase, it is Swap / analyzing each frame for about 1~2 seconds.
Below is the log with timeline:**
Question:
Is this the usual time with my GPU setup? Or am I missing something to speed it up?
Thank you!
_** ComfyUI start up time: 2023-11-09 09:13:41.470541
Prestartup times for custom nodes:
0.0 seconds: E:\DF\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
Total VRAM 10240 MB, total RAM 32694 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3080 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
Loading: ComfyUI-Manager (V0.42)
ComfyUI Revision: 1662 [ec120001] | Released on '2023-11-08'
moviepy is already installed.
cv2 is already installed.
git is already installed.
zipfile is already installed.
skbuild is already installed.
Traceback (most recent call last):
File "E:\DF\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes_init_.py", line 90, in
spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "E:\DF\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\gptcpp_node.py", line 3, in
from llama_cpp import Llama
ModuleNotFoundError: No module named 'llama_cpp'
Total VRAM 10240 MB, total RAM 32694 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3080 : cudaMallocAsync
VAE dtype: torch.bfloat16
Torch version: 2.1.0+cu121
Import times for custom nodes:
0.6 seconds: E:\DF\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
1.8 seconds: E:\DF\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
1.9 seconds: E:\DF\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes
Starting server
To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: E:\DF\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json
got prompt
The video has 30 frames per second.
Video Path already deleted
4144 frames have been extracted from the video and saved in E:\DF\ComfyUI_windows_portable\ComfyUI\temp\n-suite\frames_out\xvideos
MoviePy - Writing audio in E:\DF\ComfyUI_windows_portable\ComfyUI\temp\n-suite\frames_out\xvideos\audio.mp3
MoviePy - Done.
images_limit 0
09:15:21 - ReActor Node - �[38;5;173mSTATUS�[0m - Working: source face index [0], target face index [0]
09:15:21 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 0
09:15:21 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Source Image...
09:15:24 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:31 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 1
09:15:31 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:31 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:32 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 2
09:15:32 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:32 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:33 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 3
09:15:33 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:33 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:34 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 4
09:15:34 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:34 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:35 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 5
09:15:35 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:35 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:36 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 6
09:15:36 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:37 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:38 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 7
09:15:38 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:38 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:39 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 8
09:15:39 - ReActor Node - �[38;5;173mSTATUS�[0m - Using Ready Source Face(s) Model...
09:15:39 - ReActor Node - �[38;5;173mSTATUS�[0m - Analyzing Target Image...
09:15:40 - ReActor Node - �[38;5;173mSTATUS�[0m - Swap in 9_
Beta Was this translation helpful? Give feedback.
All reactions