1
0
Fork 0
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:
torzdf 2023-01-19 18:02:50 +00:00
parent eaa33ae28e
commit 4f79ea47e6
2 changed files with 19 additions and 19 deletions

View file

@ -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.**
- [Workflow](#Workflow)
- [Introduction](#Introduction)
- [Disclaimer](#Disclaimer)
- [Getting Started](#Getting-Started)
- [Extract](#Extract)
- [Gathering raw data](#Gathering-raw-data)
- [Extracting Faces](#Extracting-Faces)
- [General Tips](#General-Tips)
- [Training a model](#Training-a-model)
- [General Tips](#General-Tips-1)
- [Converting a video](#Converting-a-video)
- [General Tips](#General-Tips-2)
- [GUI](#GUI)
- [Video's](#Videos)
- [EFFMPEG](#EFFMPEG)
- [Extracting video frames with FFMPEG](#Extracting-video-frames-with-FFMPEG)
- [Generating a video](#Generating-a-video)
- [Notes](#Notes)
- [Workflow](#workflow)
- [Introduction](#introduction)
- [Disclaimer](#disclaimer)
- [Getting Started](#getting-started)
- [Extract](#extract)
- [Gathering raw data](#gathering-raw-data)
- [Extracting Faces](#extracting-faces)
- [General Tips](#general-tips)
- [Training a model](#training-a-model)
- [General Tips](#general-tips-1)
- [Converting a video](#converting-a-video)
- [General Tips](#general-tips-2)
- [GUI](#gui)
- [Video's](#videos)
- [EFFMPEG](#effmpeg)
- [Extracting video frames with FFMPEG](#extracting-video-frames-with-ffmpeg)
- [Generating a video](#generating-a-video)
- [Notes](#notes)
# Introduction

View file

@ -3,7 +3,7 @@ numpy>=1.21.0; python_version < '3.8'
numpy>=1.22.0; python_version >= '3.8'
tensorflow-macos>=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
# These next 2 should have been installed, but some users complain of errors
decorator