mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
Update links to faceswap.dev/forum
This commit is contained in:
parent
b3443bf047
commit
76783ddc4e
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,6 +1,6 @@
|
|||
**Note: Please only report bugs in this repository. Just because you are getting an error message does not automatically mean you have discovered a bug. If you don't have a lot of experience with this type of project, or if you need for setup help and other issues in using the faceswap tool, please refer to the [faceswap-playground](https://github.com/deepfakes/faceswap-playground/issues) instead. The faceswap-playground is also an excellent place to ask questions and submit feedback.**
|
||||
**Note: Please only report bugs in this repository. Just because you are getting an error message does not automatically mean you have discovered a bug. If you don't have a lot of experience with this type of project, or if you need for setup help and other issues in using the faceswap tool, please refer to the [faceswap Forum](https://faceswap.dev/forum) instead. The [faceswap Forum](https://faceswap.dev/forum) is also an excellent place to ask questions and submit feedback. Non-bugs are likely to be closed without response.**
|
||||
|
||||
**Please always attach your generated crash_report.log to any bug report**
|
||||
**Please always attach your generated crash_report.log to any bug report. Failure to attach this report may lead to your issue being closed without response.**
|
||||
|
||||
## Expected behavior
|
||||
|
||||
|
|
|
|||
|
|
@ -280,4 +280,4 @@ Proceed to [../blob/master/USAGE.md](USAGE.md)
|
|||
## Notes
|
||||
This guide is far from complete. Functionality may change over time, and new dependencies are added and removed as time goes on.
|
||||
|
||||
If you are experiencing issues, please raise them in the [faceswap-playground](https://github.com/deepfakes/faceswap-playground) repository instead of the main repo.
|
||||
If you are experiencing issues, please raise them in the [faceswap Forum](https://faceswap.dev/forum) instead of the main repo. Usage questions raised in the issues within this repo are liable to be closed without response.
|
||||
16
README.md
16
README.md
|
|
@ -23,7 +23,7 @@ Make sure you check out [INSTALL.md](INSTALL.md) before getting started.
|
|||
- [General notes:](#General-notes)
|
||||
- [Help I need support!](#Help-I-need-support)
|
||||
- [Discord Server](#Discord-Server)
|
||||
- [FaceSwap-Playground](#FaceSwap-Playground)
|
||||
- [FaceSwap Forum](#FaceSwap-Forum)
|
||||
- [Donate](#Donate)
|
||||
- [@torzdf](#torzdf)
|
||||
- [@andenixa](#andenixa)
|
||||
|
|
@ -68,9 +68,9 @@ See [INSTALL.md](INSTALL.md) for full installation instructions. You will need a
|
|||
|
||||
# Overview
|
||||
The project has multiple entry points. You will have to:
|
||||
- Gather photos (or use the one provided in the training data provided below)
|
||||
- Gather photos and/or videos
|
||||
- **Extract** faces from your raw photos
|
||||
- **Train** a model on your photos (or use the one provided in the training data provided below)
|
||||
- **Train** a model on the faces extracted from the photos/videos
|
||||
- **Convert** your sources with the model
|
||||
|
||||
Check out [USAGE.md](USAGE.md) for more detailed instructions.
|
||||
|
|
@ -102,8 +102,8 @@ If there is not enough training data, start with someone who looks similar, then
|
|||
## Discord Server
|
||||
Your best bet is to join the [FaceSwap Discord server](https://discord.gg/FdEwxXd) where there are plenty of users willing to help. Please note that, like this repo, this is a SFW Server!
|
||||
|
||||
## FaceSwap-Playground
|
||||
Alternatively, you can post questions in the [FaceSwap Playground](https://github.com/deepfakes/faceswap-playground). Please do not post general support questions in this repo.
|
||||
## FaceSwap Forum
|
||||
Alternatively, you can post questions in the [FaceSwap Forum](https://faceswap.dev/forum). Please do not post general support questions in this repo as they are liable to be deleted without response.
|
||||
|
||||
# Donate
|
||||
The developers work tirelessly to improve and develop FaceSwap. Many hours have been put in to provide the software as it is today, but this is an extremely time-consuming process with no financial reward. If you enjoy using the software, please consider donating to the devs, so they can spend more time implementing improvements.
|
||||
|
|
@ -144,13 +144,13 @@ Responsible for consolidating the converters, adding a lot of code to fix model
|
|||
- Clone the repo
|
||||
- Play with it
|
||||
- Check issues with the 'advuser' tag
|
||||
- Also go to the 'faceswap-playground' repo and help others.
|
||||
- Also go to the '[faceswap Forum](https://faceswap.dev/forum)' and help others.
|
||||
|
||||
## For end-users
|
||||
- Get the code here and play with it if you can
|
||||
- You can also go to the 'faceswap-playground' repo and help or get help from others.
|
||||
- You can also go to the [faceswap Forum](https://faceswap.dev/forum) and help or get help from others.
|
||||
- Be patient. This is a relatively new technology for developers as well. Much effort is already being put into making this program easy to use for the average user. It just takes time!
|
||||
- **Notice** Any issue related to running the code has to be open in the 'faceswap-playground' project!
|
||||
- **Notice** Any issue related to running the code has to be opened in the [faceswap Forum](https://faceswap.dev/forum)!
|
||||
|
||||
## For haters
|
||||
Sorry, no time for that.
|
||||
|
|
|
|||
42
USAGE.md
42
USAGE.md
|
|
@ -1,25 +1,25 @@
|
|||
# Workflow
|
||||
|
||||
**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-playground](https://github.com/deepfakes/faceswap-playground) repository 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)
|
||||
- [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
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ In order to accomplish this, the bot needs to learn to recognize both face A (Tr
|
|||
|
||||
A possible source is Google, DuckDuckGo or Bing image search. There are scripts to download large amounts of images. A better source of images are videos (from interviews, public speeches, or movies) as these will capture many more natural poses and expressions. Fortunately FaceSwap has you covered and can extract faces from both still images and video files. See [Extracting video frames](#Extracting_video_frames) for more information.
|
||||
|
||||
Feel free to list your image sets in the [faceswap-playground](https://github.com/deepfakes/faceswap-playground), or add more methods to this file.
|
||||
Feel free to list your image sets in the [faceswap Forum](https://faceswap.dev/forum), or add more methods to this file.
|
||||
|
||||
So now we have a folder full of pictures/videos of Trump and a separate folder of Nic Cage. Let's save them in our directory where we put the FaceSwap project. Example: `~/faceswap/src/trump` and `~/faceswap/src/cage`
|
||||
|
||||
|
|
@ -191,4 +191,4 @@ ffmpeg -i video-frame-%0d.png -c:v libx264 -vf "fps=25,format=yuv420p" out.mp4
|
|||
# Notes
|
||||
This guide is far from complete. Functionality may change over time, and new dependencies are added and removed as time goes on.
|
||||
|
||||
If you are experiencing issues, please raise them in the [faceswap-playground](https://github.com/deepfakes/faceswap-playground) repository or the [FaceSwap Discord server](https://discord.gg/FdEwxXd) instead of the main repo.
|
||||
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). Usage questions raised in this repo are likely to be closed without response.
|
||||
|
|
|
|||
|
|
@ -427,8 +427,7 @@ class FaceSwapArgs():
|
|||
command,
|
||||
help=description,
|
||||
description=description,
|
||||
epilog="Questions and feedback: \
|
||||
https://github.com/deepfakes/faceswap-playground",
|
||||
epilog="Questions and feedback: https://faceswap.dev/forum",
|
||||
formatter_class=SmartFormatter)
|
||||
return parser
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user