update
Browse files- .gitattributes +0 -0
- README.md +0 -0
- assets/arch.png +0 -0
- config.yaml +1 -4
- model.ckpt +0 -0
.gitattributes
CHANGED
File without changes
|
README.md
CHANGED
File without changes
|
assets/arch.png
CHANGED
config.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
name: craftsman/craftsman-v1-5
|
2 |
-
description: 'image to 3d shape diffusion of
|
3 |
|
4 |
system_type: pixart-diffusion-system
|
5 |
system:
|
@@ -60,10 +60,7 @@ system:
|
|
60 |
heads: 16
|
61 |
context_dim: 1024
|
62 |
init_scale: 1.0
|
63 |
-
skip_ln: true
|
64 |
-
variance_type: FIXED_SMALL
|
65 |
use_checkpoint: true
|
66 |
-
dit_block: DiTBlock
|
67 |
noise_scheduler_type: "diffusers.schedulers.DDPMScheduler"
|
68 |
noise_scheduler:
|
69 |
num_train_timesteps: 1000
|
|
|
1 |
name: craftsman/craftsman-v1-5
|
2 |
+
description: 'image to 3d shape diffusion of CraftsMan3D(https://github.com/wyysf-98/CraftsMan3D)'
|
3 |
|
4 |
system_type: pixart-diffusion-system
|
5 |
system:
|
|
|
60 |
heads: 16
|
61 |
context_dim: 1024
|
62 |
init_scale: 1.0
|
|
|
|
|
63 |
use_checkpoint: true
|
|
|
64 |
noise_scheduler_type: "diffusers.schedulers.DDPMScheduler"
|
65 |
noise_scheduler:
|
66 |
num_train_timesteps: 1000
|
model.ckpt
CHANGED
File without changes
|