ErrLookup › deepfakes/faceswap

deepfakes/faceswap

Deepfakes Software For All · Python · 280 source files

Analyzed at f530cb7508 on 2026-08-15. 95 documented errors.

Code / MessageTypeSeverityTags
Landmark based masks cannot be created for {self._landmark_t
exception error faceswap, landmarks, mask, validation
There is a mismatch between the number of frames found in th
exception critical faceswap, alignments, video, vfr, ffprobe
Alignments file not found at {self._file}
exception error faceswap, landmarks, validation, numpy
The given shape {shape} is not valid. Valid shapes: {list(sh
validation error faceswap, alignments, serialization, dataclass, schema
Dictionary keys {sorted(inbound)} should be a subset of data
validation error faceswap, alignments, serialization, dataclass, required-fields
Dataclass params {sorted(required)} should be a subset of di
validation error faceswap, gui, tkinter, environment, installation
TkInter not found
exception error faceswap, gui, headless, display, ssh, docker
No display detected. GUI mode has been disabled.
exception error faceswap, config, ini, file-not-found, validation
Config file does not exist at: {ini_path}
validation error faceswap, config, validation, list, type-error
[{self._name}] List values should be set as a Str or List. G
validation error faceswap, config, validation, type-coercion
[{self._name}] Expected {self.datatype} got {type(value)} ({
validation error faceswap, config, color, hex, validation
Hex color codes should start with a '#' and be 6 characters
validation error faceswap, apple-silicon, mps, torch, gpu, environment
An unhandled exception occurred initializing the device via
exception error faceswap, nvidia, nvml, driver, gpu, environment
There was an error reading from the Nvidia Machine Learning
exception error faceswap, nvidia, nvml, driver, gpu, version-skew
An unhandled exception occurred reading from the Nvidia Mach
exception error faceswap, gui, theme, scaling, validation
For arrow image, the minimum size across any axis must be 8
exception error faceswap, image-io, opencv, corrupt-file, cv2
Error while reading image (TypeError): '{filename}'. Origina
exception error faceswap, image-io, filename-encoding, corrupt-file, windows
Error while reading image. This can be caused by special cha
exception error faceswap, image-io, robustness, io, batch
Failed to load image '{filename}'. Original Error: {str(err)
exception error faceswap, image-io, robustness, io, batch
PermissionError while reading: {filename}
exception error filesystem, permissions, png, io
Invalid header found in png: {filename}
exception error png, file-format, validation, corruption
Metadata is only supported for .png and .tif images
validation error metadata, file-format, validation, config
The location '{self.location}' does not exist
exception error filesystem, path, validation, io
Not all locations in the input list exist
exception error filesystem, path, validation, batch
The output location must be a string not a {type(self.locati
exception error filesystem, type-error, validation, config
The output location '{self.location}' is not a folder
exception error filesystem, path, validation, io
You do not have enough GPU memory available to run detection
exception error gpu, out-of-memory, batch-size, inference
Not enough RAM available to sort faces. Try reducing the siz
exception error memory, sorting, clustering, dataset-size
Mixing aligned and non-aligned images is not supported
validation error batching, alignment, pipeline, validation
'{name}' is not a valid Loss function. Choose from: {list(va
validation error config, training, loss-function, validation
The output size of the selected model is too small for MS-SS
validation error training, loss-function, image-size, config
Error writing to '{filename}': {err.strerror}
exception error io, filesystem, serialization, permissions
Error reading from '{filename}': {err.strerror}
exception error io, filesystem, serialization, validation
Error serializing data for type {type(data)}: {str(err)}
exception error serialization, json, pickle, type-error
Error unserializing data for type {type(serialized_data)}: {
exception error serialization, json, pickle, corruption
Invalid face image found. Aborting: '{filename}'
exception error training, metadata, alignments, png, dataset
68 Point facial Landmarks are required for Warp-to-landmarks
exception error training, landmarks, alignments, dataset
Too many identities: {num_identities}. Max: {len(identities)
exception error identity, clustering, dataset-size, config
You have selected the mask type '{mask_type}' but at least o
exception error faceswap, mask, training, configuration, alignments
'{method}' is not a valid clipping method. Select from {list
validation error faceswap, training, optimizer, configuration, validation
'{name}' is not a valid optimizer. Select from {list(_OPTIMI
validation error faceswap, training, optimizer, configuration, validation
You do not have enough GPU memory available to train the sel
exception error faceswap, training, gpu, out-of-memory, cuda
A NaN was detected and you have NaN protection enabled. Trai
exception critical faceswap, training, nan, numerical-stability, cuda
The input file '{input_location}' is not a valid video
exception error faceswap, video, file-validation, cli
Video file '{file_path}' does not exist
exception error faceswap, video, file-not-found, cli
File '{file_path}' is not a valid video file
exception error faceswap, video, file-validation, cli
Video file '{self._video_file}' cannot be processed. Missing
exception error faceswap, video, pyav, metadata, corruption
{plugin_type} is not a valid plugin type. Select from {list(
validation error faceswap, plugin-loader, api-misuse, validation
{name} is not a valid {plugin_type} plugin. Select from {mod
validation error faceswap, plugin-loader, api-misuse, validation
{extractor_type} is not a valid plugin type. Select from {li
validation error faceswap, plugin-loader, api-misuse, validation
Unable to load the model from '{self.filename}'. This may be
exception critical faceswap, model-io, keras, corruption, training
Load weights selected, but the path '{weights_file}' does no
exception error faceswap, weights, file-not-found, training, configuration
No weights were successfully loaded from your weights file:
exception error faceswap, weights, transfer-learning, training
Error loading weights file {self._weights_file}.
exception error faceswap, weights, keras, transfer-learning
You are attempting to load weights from a '{retval[0].name}'
exception error faceswap, weights, model-mismatch, transfer-learning
Penalized Mask Loss has been selected but you have not chose
exception error faceswap, training, mask, configuration, validation
'Learn Mask' has been selected but you have not chosen a Mas
exception error faceswap, config, training, mask, validation
You have requested to train with the '{self.name}' plugin, b
exception error faceswap, training, model-folder, config
There are multiple plugin types ('{p_types}') stored in the
exception error faceswap, training, model-folder, filesystem
'{self._old_model_file}' is not a valid Faceswap 2 model fil
exception error faceswap, hdf5, keras, migration, model-porting
The state file '{state_file}' does not exist. This model can
exception error faceswap, migration, filesystem, state-file
Clip network could not be found in '{state_file}'. Discovere
exception error faceswap, phaze-a, migration, config
The TFLambdaOp '{name}' is not supported
exception error faceswap, keras, migration, lambda-layer
The destination archive folder '{dst_path}' already exists.
exception error faceswap, migration, filesystem, backup
Config error: output_size must be one of: 128, 256, or 384.
exception error faceswap, dlight, config, training
Phaze-A output shape must be a multiple of 16
exception error faceswap, phaze-a, config, training
'{arch}' is not a valid choice for encoder architecture. Cho
exception error faceswap, phaze-a, config, encoder
{arch}' is not compatible with your version of Keras. The mi
exception error faceswap, phaze-a, keras, version, environment
Output as video selected, but using frames as input. You mus
exception error faceswap, convert, ffmpeg, video, arguments
You have selected the Mask Type `{self._args.mask_type}` but
exception error faceswap, convert, mask, alignments
Predicted Mask selected, but the model was not trained with
exception error faceswap, convert, mask, predicted-mask, alignments
Faceswap ran out of RAM running convert. Conversion is very
exception critical faceswap, convert, memory, processes
Frame Ranges specified, but could not determine frame number
exception error faceswap, convert, frame-ranges, filenames
Frame Ranges not specified in the correct format
exception error faceswap, convert, frame-ranges, arguments
{self._args.model_dir} does not exist.
exception error faceswap, convert, model-dir, filesystem, arguments
There should be 1 state file in your model folder. {len(stat
exception error faceswap, convert, model-state, filesystem, configuration
Trainer name could not be read from state file.
exception error faceswap, convert, model-state, json, corruption
Aligned directory is empty, no faces will be converted!
exception critical faceswap, convert, metadata, extract, configuration
To enable the timelapse, you have to supply all the paramete
exception error faceswap, train, timelapse, cli-arguments, configuration
The Timelapse path '{folder}' does not exist
exception error faceswap, train, timelapse, filesystem, paths
The Timelapse path '{folder}' does not contain any valid ima
exception error faceswap, train, timelapse, png, empty-folder
This program requires at least python 3.11
exception critical faceswap, python-version, environment, startup
Unhandled job: {self._args.job}. This is a bug. Please repor
exception error faceswap, alignments, internal-bug, dispatch
Spatial smoothing only supports 68 point facial landmarks
exception error faceswap, alignments, landmarks, smoothing, data-format
The chosen action requires a directory as its input, but you
validation error faceswap, effmpeg, ffmpeg, input-validation, cli-arguments
The chosen action requires a video as its input, but you ent
validation error faceswap, effmpeg, ffmpeg, input-validation, cli-arguments
The chosen action requires a directory as its output, but yo
validation error faceswap, effmpeg, ffmpeg, output-validation, cli-arguments
The chosen action requires a video as its output, but you en
validation error faceswap, effmpeg, ffmpeg, output-validation, cli-arguments
The file chosen as the reference video is not a video, eithe
validation error faceswap, effmpeg, ffmpeg, reference-video, cli-arguments
No fps, input or reference video was supplied, hence it's no
validation error faceswap, effmpeg, ffmpeg, fps, metadata
You have not supplied a valid transpose or degrees value:\nt
validation error faceswap, effmpeg, ffmpeg, rotate, cli-arguments
An unexpected FFRuntimeError occurred: {ffe}
exception error faceswap, effmpeg, ffmpeg, runtime, wrapper
No faces were found in any of the frames passed in. Make sur
exception error faceswap, preview, alignments, frames, configuration
The images to be sorted do not contain alignment data. Image
exception error faceswap, sort, metadata, extract, identity
The images to be sorted do not contain alignment data. Image
exception error faceswap, sort, metadata, alignments, landmarks