roop
1.3.2
是的,它仍然有效,您仍然可以使用此軟件。它只是不會收到任何更新。
我沒有興趣或時間來監督該軟件的開發。我感謝所有為這個項目做出貢獻並以最終形式做出的出色的人。
拍攝視頻,用您選擇的臉更換面部。您只需要一張所需的臉。沒有數據集,沒有培訓。
請注意,安裝需要技術技能,不適合初學者。請不要在GitHub上打開平台和與安裝有關的問題。
基本 - 更有可能在計算機上工作,但會很慢
加速 - 釋放CPU和GPU的全部潛力
使用參數開始程序:
python run.py [options]
-h, --help show this help message and exit
-s SOURCE_PATH, --source SOURCE_PATH select an source image
-t TARGET_PATH, --target TARGET_PATH select an target image or video
-o OUTPUT_PATH, --output OUTPUT_PATH select output file or directory
--frame-processor FRAME_PROCESSOR [FRAME_PROCESSOR ...] frame processors (choices: face_swapper, face_enhancer, ...)
--keep-fps keep target fps
--keep-frames keep temporary frames
--skip-audio skip target audio
--many-faces process every face
--reference-face-position REFERENCE_FACE_POSITION position of the reference face
--reference-frame-number REFERENCE_FRAME_NUMBER number of the reference frame
--similar-face-distance SIMILAR_FACE_DISTANCE face distance used for recognition
--temp-frame-format {jpg,png} image format used for frame extraction
--temp-frame-quality [0-100] image quality used for frame extraction
--output-video-encoder {libx264,libx265,libvpx-vp9,h264_nvenc,hevc_nvenc} encoder used for the output video
--output-video-quality [0-100] quality used for the output video
--max-memory MAX_MEMORY maximum amount of RAM in GB
--execution-provider {cpu} [{cpu} ...] available execution provider (choices: cpu, ...)
--execution-threads EXECUTION_THREADS number of execution threads
-v, --version show program's version number and exit
使用-s/--source
-t/--target
和-o/--output
參數將以無頭模式運行該程序。
該軟件旨在為AI生成的媒體行業做出積極的貢獻,為藝術家提供角色動畫和服裝模型等任務。
我們知道潛在的道德問題,並採取了措施,以防止該軟件用於不適當的內容,例如裸體。
期望用戶遵守當地法律,並負責任地使用該軟件。如果使用真實面孔,請同意並在共享時清楚地標記深層效果。開發人員對用戶操作不承擔任何責任。
我們的軟件使用許多第三方庫以及預培訓的模型。用戶應記住,這些第三方組件具有自己的許可證和條款,因此我們的許可沒有應用。
閱讀文檔以深入研究。