FaceFusion
3.2.0
3.2.0
  • Introduction
    • Changelog
    • Disclaimer
    • Licenses
  • Installation
    • Platform
      • Linux
      • macOS
      • Windows
    • Accelerator
      • Linux
      • Windows
  • Usage
    • CLI Commands
      • General
      • Job Manager
      • Job Runner
    • CLI Arguments
      • Paths
      • Patterns
      • Face Detector
      • Face Landmarker
      • Face Selector
      • Face Masker
      • Frame Extraction
      • Output Creation
      • Processors
        • Age Modifier
        • Deep Swapper
        • Expression Restorer
        • Face Debugger
        • Face Editor
        • Face Enhancer
        • Face Swapper
        • Frame Colorizer
        • Frame Enhancer
        • Lip Syncer
      • UIs
      • Execution
      • Download
      • Memory
      • Misc
    • Deepfake Webcam
    • Platform Benchmark
    • Run With Docker
  • Troubleshooting
    • macOS
    • Windows
  • Workshop
    • Processor
    • UI Layout
    • UI Component
  • Knowledgebase
    • Face Vocabulary
    • Error Codes
    • GPU Capabilities
  • Donation
  • FAQ
  • Project
    • GitHub
    • Shop
  • COMMUNITY
    • Discord
    • Reddit
  • Partner
    • RunDiffusion
Powered by GitBook
On this page
  • Job List
  • Job Create
  • Job Submit
  • Job Submit All
  • Job Delete
  • Job Delete All
  • Job Add Step
  • Job Remix Step
  • Job Insert Step
  • Job Remove Step
  1. Usage
  2. CLI Commands

Job Manager

Job List

List jobs by status.

Command: job-list [job_status]

Arguments:

  • Paths

    • Jobs Path

  • Misc

    • Log Level

Example: job-list drafted

Job Create

Create a drafted job.

Command: job-create [job_id]

Arguments:

  • Paths

    • Jobs Path

  • Misc

    • Log Level

Example: job-create example

Job Submit

Submit a drafted job to become a queued job.

Command: job-submit [job_id]

Arguments:

  • Paths

    • Jobs Path

  • Misc

    • Log Level

Example: job-submit example

Job Submit All

Submit all drafted jobs to become a queued jobs.

Command: job-submit-all

Arguments:

  • Paths

    • Jobs Path

  • Misc

Example: job-submit-all

Job Delete

Delete a drafted, queued, failed or completed job.

Command: job-delete [job_id]

Arguments:

  • Paths

    • Jobs Path

  • Misc

    • Log Level

Example: job-delete example

Job Delete All

Delete all drafted, queued, failed and completed jobs.

Command: job-delete-all

Arguments:

  • Paths

    • Jobs Path

  • Misc

Example: job-delete-all

Job Add Step

Add a step to a drafted job.

Command: job-add-step [job_id]

Arguments:

  • Paths

    • Config Path

    • Jobs Path

    • Source Path

    • Target Path

    • Output Path

  • Face Detector

  • Face Landmarker

  • Face Selector

  • Face Masker

  • Frame Extraction

  • Output Creation

  • Processors

  • Misc

    • Log Level

Example: job-add-step example

Job Remix Step

Remix a previous step from a drafted job.

Command: job-remix-step [job_id] [step_index]

Arguments:

  • Paths

    • Config Path

    • Jobs Path

    • Source Path

    • Output Path

  • Face Detector

  • Face Landmarker

  • Face Selector

  • Face Masker

  • Frame Extraction

  • Output Creation

  • Processors

  • Misc

    • Log Level

Example: job-remix-step example 5

Job Insert Step

Insert a step to a drafted job.

Command: job-insert-step [job_id] [step_index]

Arguments:

  • Paths

    • Config Path

    • Jobs Path

    • Source Path

    • Target Path

    • Output Path

  • Face Detector

  • Face Landmarker

  • Face Selector

  • Face Masker

  • Frame Extraction

  • Output Creation

  • Processors

  • Misc

    • Log Level

Example: job-insert-step example 5

Job Remove Step

Remove a step from a drafted job.

Command: job-remove-step [job_id] [step_index]

Arguments:

  • Paths

    • Jobs Path

  • Misc

    • Log Level

Example: job-remove-step example 5

Last updated 4 months ago