mirror of
https://github.com/deepfakes/faceswap
synced 2025-06-07 10:43:27 -04:00
bugfix: macos - raise tensorflow-metal max version
typofix: usage.md
This commit is contained in:
parent
eaa33ae28e
commit
4f79ea47e6
2 changed files with 19 additions and 19 deletions
36
USAGE.md
36
USAGE.md
|
@ -2,24 +2,24 @@
|
||||||
|
|
||||||
**Before attempting any of this, please make sure you have read, understood and completed the [installation instructions](../master/INSTALL.md). If you are experiencing issues, please raise them in the [faceswap Forum](https://faceswap.dev/forum) or the [FaceSwap Discord server](https://discord.gg/FdEwxXd) instead of the main repo.**
|
**Before attempting any of this, please make sure you have read, understood and completed the [installation instructions](../master/INSTALL.md). If you are experiencing issues, please raise them in the [faceswap Forum](https://faceswap.dev/forum) or the [FaceSwap Discord server](https://discord.gg/FdEwxXd) instead of the main repo.**
|
||||||
|
|
||||||
- [Workflow](#Workflow)
|
- [Workflow](#workflow)
|
||||||
- [Introduction](#Introduction)
|
- [Introduction](#introduction)
|
||||||
- [Disclaimer](#Disclaimer)
|
- [Disclaimer](#disclaimer)
|
||||||
- [Getting Started](#Getting-Started)
|
- [Getting Started](#getting-started)
|
||||||
- [Extract](#Extract)
|
- [Extract](#extract)
|
||||||
- [Gathering raw data](#Gathering-raw-data)
|
- [Gathering raw data](#gathering-raw-data)
|
||||||
- [Extracting Faces](#Extracting-Faces)
|
- [Extracting Faces](#extracting-faces)
|
||||||
- [General Tips](#General-Tips)
|
- [General Tips](#general-tips)
|
||||||
- [Training a model](#Training-a-model)
|
- [Training a model](#training-a-model)
|
||||||
- [General Tips](#General-Tips-1)
|
- [General Tips](#general-tips-1)
|
||||||
- [Converting a video](#Converting-a-video)
|
- [Converting a video](#converting-a-video)
|
||||||
- [General Tips](#General-Tips-2)
|
- [General Tips](#general-tips-2)
|
||||||
- [GUI](#GUI)
|
- [GUI](#gui)
|
||||||
- [Video's](#Videos)
|
- [Video's](#videos)
|
||||||
- [EFFMPEG](#EFFMPEG)
|
- [EFFMPEG](#effmpeg)
|
||||||
- [Extracting video frames with FFMPEG](#Extracting-video-frames-with-FFMPEG)
|
- [Extracting video frames with FFMPEG](#extracting-video-frames-with-ffmpeg)
|
||||||
- [Generating a video](#Generating-a-video)
|
- [Generating a video](#generating-a-video)
|
||||||
- [Notes](#Notes)
|
- [Notes](#notes)
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ numpy>=1.21.0; python_version < '3.8'
|
||||||
numpy>=1.22.0; python_version >= '3.8'
|
numpy>=1.22.0; python_version >= '3.8'
|
||||||
tensorflow-macos>=2.8.0,<2.11.0
|
tensorflow-macos>=2.8.0,<2.11.0
|
||||||
tensorflow-deps>=2.8.0,<2.11.0
|
tensorflow-deps>=2.8.0,<2.11.0
|
||||||
tensorflow-metal>=0.4.0,<0.6.0
|
tensorflow-metal>=0.4.0,<0.7.0
|
||||||
libblas # Conda only
|
libblas # Conda only
|
||||||
# These next 2 should have been installed, but some users complain of errors
|
# These next 2 should have been installed, but some users complain of errors
|
||||||
decorator
|
decorator
|
||||||
|
|
Loading…
Add table
Reference in a new issue