Skip to content

Seooooooogi/Texture_project

Repository files navigation

Texture_project

본 프로젝트는 threestudio 기반으로 작성된 코드입니다.

1. 환경설정

conda create -n texture python=3.10 -y
conda activate texture
pip install -r requirements.txt

2. 다운로드

사전 학습된 IP-Adapter 모델을 사용합니다.

image_encoder와 ip-adapter_sd15.binthreestudio/models/guidance/adapter/models에 배치해 주세요.

cd threestudio/models/guidance/adapter/models
wget https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin
mkdir image_encoder
cd image_encoder
wget https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/pytorch_model.bin

3. 실행

python gradio.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors