Yehonathan Litman
commited on
Commit
·
bf49233
1
Parent(s):
39b2670
update to 512 model
Browse files- cc_projection/config.json +1 -1
- model_index.json +1 -1
- scheduler/scheduler_config.json +1 -1
- unet/config.json +1 -2
- unet/diffusion_pytorch_model.safetensors +1 -1
- vae/config.json +1 -2
cc_projection/config.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "CCProjection",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "CCProjection",
|
| 3 |
+
"_diffusers_version": "0.32.1"
|
| 4 |
}
|
model_index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableMaterialPipelineMV",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"cc_projection": [
|
| 5 |
"cc_projection",
|
| 6 |
"CCProjection"
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableMaterialPipelineMV",
|
| 3 |
+
"_diffusers_version": "0.32.1",
|
| 4 |
"cc_projection": [
|
| 5 |
"cc_projection",
|
| 6 |
"CCProjection"
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDPMScheduler",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDPMScheduler",
|
| 3 |
+
"_diffusers_version": "0.32.1",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
unet/config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "stable-material/full_hemisphere/model-24000",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.32.1",
|
|
|
|
| 4 |
"act_fn": "silu",
|
| 5 |
"addition_embed_type": null,
|
| 6 |
"addition_embed_type_num_heads": 64,
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3463864784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40f4548444f2be15428ff85c6030a54db8b62edb756eacab024db6d57d8a5766
|
| 3 |
size 3463864784
|
vae/config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "stable-material/full_hemisphere/model-24000",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.32.1",
|
|
|
|
| 4 |
"act_fn": "silu",
|
| 5 |
"block_out_channels": [
|
| 6 |
128,
|