An open API service indexing awesome lists of open source software.

https://github.com/dsaurus/threestudio-diffusers-guidance


https://github.com/dsaurus/threestudio-diffusers-guidance

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# threestudio-diffusers-guidance
This is diffusers guidance extension of threestudio.

## Installation
```
cd custom
git clone https://github.com/DSaurus/threestudio-diffusers-guidance
```

## Examples
```
python launch.py --config custom/threestudio-diffusers-guidance/configs/latentnerf-sd-xl.yaml --train --gpu 0 system.prompt_processor.prompt="a delicious hamburger"

python launch.py --config custom/threestudio-diffusers-guidance/configs/dreamfusion-sd.yaml --train --gpu 0 system.prompt_processor.prompt="a delicious hamburger"

python launch.py --config custom/threestudio-diffusers-guidance/configs/dreamfusion-if.yaml --train --gpu 0 system.prompt_processor.prompt="a delicious hamburger"

python launch.py --config custom/threestudio-diffusers-guidance/configs/dreamfusion-sd-ism.yaml --train --gpu 0 system.prompt_processor.prompt="a delicious hamburger"
```