Skip to content

Run Roop unleashed on Runpod #845

Answered by Swigler
SakoJutin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You need to run the ubuntu:latest template, you can also try with the Ubuntu server 20.04 template

apt update && apt upgrade && apt install nano && apt install git

apt install build-essential && apt install g++-12

apt install nvidia-cuda-toolkit && apt install ffmpeg && export PATH=$PATH:$HOME/bin

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && bash Miniconda3-latest-Linux-x86_64.sh

Restart the pod.

conda create -n roop python=3.10 cudatoolkit=11.8 && conda activate roop

git clone https://github.com/C0untFloyd/roop-unleashed.git && cd roop-unleashed

-edit the main.py file in the ui folder, at line 78 replace share=roop.globals.CFG.server_share with share=…

Replies: 5 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@Nevaehni
Comment options

Answer selected by C0untFloyd
Comment options

You must be logged in to vote
1 reply
@Swigler
Comment options

Comment options

You must be logged in to vote
4 replies
@lyranmahir4
Comment options

@lyranmahir4
Comment options

@MattStarfield
Comment options

@lyranmahir4
Comment options

Comment options

You must be logged in to vote
1 reply
@MattStarfield
Comment options

Comment options

You must be logged in to vote
2 replies
@lyranmahir4
Comment options

@lyranmahir4
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #842 on August 08, 2024 06:40.