diff --git a/USAGE.md b/USAGE.md index 49476007..de78f5ab 100755 --- a/USAGE.md +++ b/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.** -- [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 diff --git a/requirements/requirements_apple_silicon.txt b/requirements/requirements_apple_silicon.txt index f819f4f6..efcae7ce 100644 --- a/requirements/requirements_apple_silicon.txt +++ b/requirements/requirements_apple_silicon.txt @@ -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