Commit ·
edbf202
1
Parent(s): 9b178be
Upload 19 files
Browse files- .gitattributes +1 -0
- sample/demo(1).png +0 -0
- sample/demo(2).png +0 -0
- sample/demo(3).png +0 -0
- sample/demo.jpg +3 -0
- text_encoder/config.json +1 -1
- text_encoder/pytorch_model.bin +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
- vae/config.json +1 -1
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
samples/demo_evolution[[:space:]]of[[:space:]]learning.jpg filter=lfs diff=lfs merge=lfs -text
|
| 36 |
samples/demo.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
samples/demo_evolution[[:space:]]of[[:space:]]learning.jpg filter=lfs diff=lfs merge=lfs -text
|
| 36 |
samples/demo.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
sample/demo.jpg filter=lfs diff=lfs merge=lfs -text
|
sample/demo(1).png
ADDED
|
sample/demo(2).png
ADDED
|
sample/demo(3).png
ADDED
|
sample/demo.jpg
ADDED
|
Git LFS Details
|
text_encoder/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/yuunon_v03_2/working",
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
text_encoder/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492308087
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58a1f3688f66812fa660f17cd4c6fc395802f3a3ad38fef1467ab756f50fac22
|
| 3 |
size 492308087
|
tokenizer/tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
-
"name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
+
"name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/yuunon_v03_2/working/tokenizer",
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.10.0",
|
| 4 |
-
"_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"block_out_channels": [
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.10.0",
|
| 4 |
+
"_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/yuunon_v03_2/working",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"block_out_channels": [
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438364325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0719e3536de7a0e4180592ac42d06cf693a3cd6d493162167bfdf19ea930a6c1
|
| 3 |
size 3438364325
|
vae/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.10.0",
|
| 4 |
-
"_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.10.0",
|
| 4 |
+
"_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/yuunon_v03_2/working",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|