SV3D update README (#305)

* Makes init changes for SV3D

* Small fixes : cond_aug

* Fixes SV3D checkpoint, fixes rembg

* Black formatting

* Adds streamlit demo, fixes simple sample script

* Removes SV3D video_decoder, keeps SV3D image_decoder

* Updates README

* Minor updates

* Remove GSO script

* Updates REAME, fixes names

---------

Co-authored-by: Vikram Voleti <vikram@ip-26-0-153-234.us-west-2.compute.internal>
This commit is contained in:
Vikram Voleti
2024-03-18 23:56:52 +05:30
committed by GitHub
parent b4b7b644a1
commit fba930d400
3 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ model:
params:
scale_factor: 0.18215
disable_first_stage_autocast: True
ckpt_path: checkpoints/sv3d_p_image_decoder.safetensors
ckpt_path: checkpoints/sv3d_p.safetensors
denoiser_config:
target: sgm.modules.diffusionmodules.denoiser.Denoiser

View File

@@ -3,7 +3,7 @@ model:
params:
scale_factor: 0.18215
disable_first_stage_autocast: True
ckpt_path: checkpoints/sv3d_u_image_decoder.safetensors
ckpt_path: checkpoints/sv3d_u.safetensors
denoiser_config:
target: sgm.modules.diffusionmodules.denoiser.Denoiser