Skip to content

litrane/theta-sd-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SD-ControlNet-TripoSR-main: Stable Diffusion with ControlNet and TripoSR

This repository provides an implementation of Stable Diffusion with ControlNet and TripoSR, offering advanced image generation capabilities.

git clone --recursive https://github.com/litrane/theta-sd-demo.git

Prerequisites

  • Nvidia-docker2
distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \
   && curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - \
   && curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list


sudo apt-get update
sudo apt-get install -y nvidia-docker2

sudo systemctl restart docker

Docker Setup

For a more streamlined experience, you can use the provided Dockerfile to build and run the application in a container.

  1. Build the Docker image:
docker build -f Dockerfile -t sd_test .
  1. Run the Docker container:
sudo docker run --gpus all -p 7860:7860 sd_test

This will expose the web interface on port 7860 of your host machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages