You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update requirements
* Remove docker
* ICNR init to torch
* conv-aware: Output as Tensor rather than Variable
* Bugfix: Omit type object from automodsumm
* bugfix: Tensorboard unit test. Switch Sequential for Functional
* Suppress broken Keras test
* revert failing test
Copy file name to clipboardExpand all lines: INSTALL.md
+3-87Lines changed: 3 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,6 @@
38
38
-[Getting the faceswap code](#getting-the-faceswap-code)
39
39
-[Setup](#setup-2)
40
40
-[About some of the options](#about-some-of-the-options)
41
-
-[Docker Install Guide](#docker-install-guide)
42
-
-[Docker CPU](#docker-cpu)
43
-
-[Docker Nvidia](#docker-nvidia)
44
41
-[Run the project](#run-the-project)
45
42
-[Notes](#notes)
46
43
@@ -74,8 +71,6 @@ The type of computations that the process does are well suited for graphics card
74
71
Intel based macOS systems should work, but you will need to follow the [Manual Install](#manual-install) instructions.
75
72
- All operating systems must be 64-bit.
76
73
77
-
Alternatively, there is a docker image that is based on Debian.
78
-
79
74
# Important before you proceed
80
75
**In its current iteration, the project relies heavily on the use of the command line, although a gui is available. if you are unfamiliar with command line tools, you may have difficulty setting up the environment and should perhaps not attempt any of the steps described in this guide.** This guide assumes you have intermediate knowledge of the command line.
81
76
@@ -131,7 +126,7 @@ To enter the virtual environment:
131
126
- If you have issues/errors follow the Manual install steps below.
132
127
133
128
#### Manual install
134
-
Do not follow these steps if the Easy Install above completed succesfully.
129
+
Do not follow these steps if the Easy Install above completed successfully.
135
130
If you are using an Nvidia card make sure you have the correct versions of Cuda/cuDNN installed for the required version of Torch
136
131
- Install tkinter (required for the GUI) by typing: `conda install tk`
137
132
- Install requirements:
@@ -251,7 +246,7 @@ Alternatively you can install Python (3.14 64-bit) for your distribution (links
251
246
252
247
If using Conda3 then setting up virtual environments is relatively straight forward. More information can be found at [Conda Docs](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
253
248
254
-
If using a default Python distribution then [virtualenv](https://github.com/pypa/virtualenv) and [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io) may help when you are not using docker.
249
+
If using a default Python distribution then [virtualenv](https://github.com/pypa/virtualenv) and [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io) may help.
255
250
256
251
257
252
## Getting the faceswap code
@@ -270,87 +265,8 @@ If setup fails for any reason you can still manually install the packages listed
270
265
271
266
### About some of the options
272
267
- CUDA: For acceleration. Requires a good nVidia Graphics Card (which supports CUDA inside)
273
-
- Docker: Provide a ready-made image. Hide trivial details. Get you straight to the project.
274
-
- nVidia-Docker: Access to the nVidia GPU on host machine from inside container.
275
-
276
-
# Docker Install Guide
277
-
278
-
This Faceswap repo contains Docker build scripts for CPU and Nvidia backends. The scripts will set up a Docker container for you and install the latest version of the Faceswap software.
279
-
280
-
You must first ensure that Docker is installed and running on your system. Follow the guide for downloading and installing Docker from their website:
281
-
282
-
-https://www.docker.com/get-started
268
+
- ROCm: For AMD GPUs under Linux/WSL2 only. Make sure you install the correct version of faceswap for your installed ROCm version
283
269
284
-
Once Docker is installed and running, follow the relevant steps for your chosen backend
285
-
## Docker CPU
286
-
To run the CPU version of Faceswap follow these steps:
0 commit comments