200 steps trained @ 150 batch size on 1080p and portrait images
Browse files- model_index.json +2 -2
- text_encoder/config.json +1 -1
- text_encoder/model.safetensors +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.safetensors +1 -1
- vae/config.json +1 -1
model_index.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"CLIPTokenizer"
|
24 |
],
|
25 |
"unet": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"vae": [
|
30 |
"diffusers",
|
|
|
23 |
"CLIPTokenizer"
|
24 |
],
|
25 |
"unet": [
|
26 |
+
"torch",
|
27 |
+
"OptimizedModule"
|
28 |
],
|
29 |
"vae": [
|
30 |
"diffusers",
|
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/notebooks/datasets/models/checkpoint-
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/notebooks/datasets/models/checkpoint-200/text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
text_encoder/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1361597016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:012bcb2fc34c59837cf9f13d28da60f45ddebb1ee0f0455e08d04a4735016045
|
3 |
size 1361597016
|
unet/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.17.0.dev0",
|
4 |
-
"_name_or_path": "/
|
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.17.0.dev0",
|
4 |
+
"_name_or_path": "/notebooks/datasets/models/checkpoint-200/unet",
|
5 |
"act_fn": "silu",
|
6 |
"addition_embed_type": null,
|
7 |
"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 3463726504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c926ff1a9b73131b39d1f5bf07178c7305ca788858d58d6bdebcbb2dc977d68
|
3 |
size 3463726504
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.17.0.dev0",
|
4 |
-
"_name_or_path": "/root/.cache/huggingface/hub/models--ptx0--pseudo-real/snapshots/
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.17.0.dev0",
|
4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--ptx0--pseudo-real-beta/snapshots/774dcaa1ca29956cd673b7bd6e220a40e860a419/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|