mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-08 05:51:40 -07:00
upd readme
This commit is contained in:
parent
da0af0f35e
commit
81e837d920
2 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
||||||
## **DeepFaceLab** is a tool that utilizes deep learning to recognize and swap faces in pictures and videos.
|
## **DeepFaceLab** is a tool that utilizes deep learning to recognize and swap faces in pictures and videos.
|
||||||
|
|
||||||
|
If you like this software, please consider a donation.
|
||||||
|
|
||||||
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KK5ZCH4JXWMQS&source=url) Goal: RTX 2080 TI
|
||||||
|
|
||||||
### **Features**:
|
### **Features**:
|
||||||
|
|
||||||
- new models
|
- new models
|
||||||
|
@ -176,7 +180,3 @@ This repo supports only windows build of scripts. If you want to support mac/lin
|
||||||
Windows 7,8,8.1,10 zero dependency (just install/update your GeForce Drivers) prebuilt DeepFaceLab (include GPU and CPU versions) can be downloaded from
|
Windows 7,8,8.1,10 zero dependency (just install/update your GeForce Drivers) prebuilt DeepFaceLab (include GPU and CPU versions) can be downloaded from
|
||||||
1) torrent https://rutracker.org/forum/viewtopic.php?p=75318742 (magnet link inside).
|
1) torrent https://rutracker.org/forum/viewtopic.php?p=75318742 (magnet link inside).
|
||||||
2) https://mega.nz/#F!b9MzCK4B!zEAG9txu7uaRUjXz9PtBqg
|
2) https://mega.nz/#F!b9MzCK4B!zEAG9txu7uaRUjXz9PtBqg
|
||||||
|
|
||||||
If you like this software, please consider a donation.
|
|
||||||
|
|
||||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KK5ZCH4JXWMQS&source=url) Goal: RTX 2080 TI
|
|
||||||
|
|
|
@ -129,6 +129,9 @@ NLayerDiscriminator = nnlib.NLayerDiscriminator
|
||||||
if nnlib.tf is not None:
|
if nnlib.tf is not None:
|
||||||
return nnlib.code_import_tf
|
return nnlib.code_import_tf
|
||||||
|
|
||||||
|
if not nnlib.device.hasNVML():
|
||||||
|
print ("nvml.dll not found. Reinstall Geforce video drivers.")
|
||||||
|
|
||||||
if 'TF_SUPPRESS_STD' in os.environ.keys() and os.environ['TF_SUPPRESS_STD'] == '1':
|
if 'TF_SUPPRESS_STD' in os.environ.keys() and os.environ['TF_SUPPRESS_STD'] == '1':
|
||||||
suppressor = std_utils.suppress_stdout_stderr().__enter__()
|
suppressor = std_utils.suppress_stdout_stderr().__enter__()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue