https://github.com/dsaurus/threestudio-diffusers-guidance
https://github.com/dsaurus/threestudio-diffusers-guidance
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsaurus/threestudio-diffusers-guidance
- Owner: DSaurus
- Created: 2023-12-30T22:24:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T10:38:38.000Z (over 2 years ago)
- Last Synced: 2024-11-09T06:41:27.375Z (over 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```