Skip to content
@DeepFX-Team

DeepFX

Project Intro.

Project Structure

DeepFX_TechStacks drawio (2)

How To Use

  1. Pull all Repositorys down below

  2. Run

    • Run riffusion Server

      #Config Python Interpreter
      conda create --name riffusion python=3.9
      conda activate riffusion
      
      #Install Dependency
      python -m pip install -r requirements.txt
      
      #If use other audio format rather than wav
      sudo apt-get install ffmpeg          # linux
      brew install ffmpeg                  # mac
      conda install -c conda-forge ffmpeg  # conda
      
      #Install CUDA or MPS(Mac OS)
      import torch
      torch.cuda.is_available()
      
      import torch
      torch.backends.mps.is_available()
      
      #Run Server
      python -m riffusion.server --host 127.0.0.1 --port 3013
    • Run ModelServer

      python -m flask run
    • Run React front

      npm install
      npm start

    Tech Specs

    https://docs.google.com/document/d/1qotuIHmA7SG-tmzc72LIyeCAGMo8daNc/edit?usp=sharing&ouid=107720925454306190388&rtpof=true&sd=true

    Contributers

Popular repositories Loading

  1. DeepFX_ServiceServer DeepFX_ServiceServer Public

    Service server @ PeopleSpace Text to SoundFX Project

    Java

  2. DeepFX_front DeepFX_front Public

    JavaScript

  3. DeepFX_ModelRelayServer DeepFX_ModelRelayServer Public

    Python

  4. riffusion riffusion Public

    Forked from riffusion/riffusion-hobby

    Stable diffusion for real-time music generation

    Python

  5. .github .github Public

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…