amankishore
commited on
Commit
•
7659fc7
1
Parent(s):
04dd3a5
Upgrade to SD2
Browse files- .gitattributes +1 -1
- README.md +0 -5
- feature_extractor/preprocessor_config.json +0 -20
- logs/dreambooth/1669594587.0222032/events.out.tfevents.1669594587.instance-3.1963.1 +0 -3
- logs/dreambooth/1669594587.0388916/hparams.yml +0 -37
- logs/dreambooth/1669596008.5475128/events.out.tfevents.1669596008.instance-3.23115.1 +0 -3
- logs/dreambooth/1669596008.5630267/hparams.yml +0 -37
- logs/dreambooth/1669596111.2761257/events.out.tfevents.1669596111.instance-3.24326.1 +0 -3
- logs/dreambooth/1669596111.2919507/hparams.yml +0 -37
- logs/dreambooth/1669596158.271865/events.out.tfevents.1669596158.instance-3.24889.1 +0 -3
- logs/dreambooth/1669596158.2885222/hparams.yml +0 -37
- logs/dreambooth/1669597391.7762234/events.out.tfevents.1669597391.instance-3.14316.1 +0 -3
- logs/dreambooth/1669597391.7921813/hparams.yml +0 -37
- logs/dreambooth/events.out.tfevents.1669594587.instance-3.1963.0 +0 -3
- logs/dreambooth/events.out.tfevents.1669596008.instance-3.23115.0 +0 -3
- logs/dreambooth/events.out.tfevents.1669596111.instance-3.24326.0 +0 -3
- logs/dreambooth/events.out.tfevents.1669596158.instance-3.24889.0 +0 -3
- logs/dreambooth/events.out.tfevents.1669597391.instance-3.14316.0 +0 -3
- model_index.json +5 -5
- output.png +2 -2
- safety_checker/config.json +0 -179
- safety_checker/pytorch_model.bin +0 -3
- text_encoder/config.json +7 -7
- text_encoder/pytorch_model.bin +2 -2
- tokenizer/special_tokens_map.json +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +9 -4
- unet/diffusion_pytorch_model.bin +2 -2
- vae/config.json +1 -1
- vae/diffusion_pytorch_model.bin +1 -1
.gitattributes
CHANGED
@@ -32,4 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
-
output.png filter=lfs diff=lfs merge=lfs -text
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
output.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -12,15 +12,10 @@ inference: true
|
|
12 |
|
13 |
This the Stable Diffusion model fine-tuned the Low Poly Office concept taught to Stable Diffusion with Dreambooth.
|
14 |
It can be used by modifying the `instance_prompt`: **a photo of lowpoly_office**
|
15 |
-
|
16 |
# Run on [Mirage](https://app.mirageml.com)
|
17 |
Run this model and explore text-to-3D on [Mirage](https://app.mirageml.com)!
|
18 |
-
|
19 |
Here are is a sample output for this model:
|
20 |
![image 0](https://huggingface.co/MirageML/lowpoly-office/resolve/main/output.png)
|
21 |
-
|
22 |
# Share your Results and Reach us on [Discord](https://discord.gg/9B2Pu2bEvj)!
|
23 |
-
|
24 |
[![Discord Server](https://discord.com/api/guilds/1022387303022338058/widget.png?style=banner2)](https://discord.gg/9B2Pu2bEvj)
|
25 |
-
|
26 |
[Image Source](https://www.behance.net/search/images?similarStyleImagesId=723122315)
|
|
|
12 |
|
13 |
This the Stable Diffusion model fine-tuned the Low Poly Office concept taught to Stable Diffusion with Dreambooth.
|
14 |
It can be used by modifying the `instance_prompt`: **a photo of lowpoly_office**
|
|
|
15 |
# Run on [Mirage](https://app.mirageml.com)
|
16 |
Run this model and explore text-to-3D on [Mirage](https://app.mirageml.com)!
|
|
|
17 |
Here are is a sample output for this model:
|
18 |
![image 0](https://huggingface.co/MirageML/lowpoly-office/resolve/main/output.png)
|
|
|
19 |
# Share your Results and Reach us on [Discord](https://discord.gg/9B2Pu2bEvj)!
|
|
|
20 |
[![Discord Server](https://discord.com/api/guilds/1022387303022338058/widget.png?style=banner2)](https://discord.gg/9B2Pu2bEvj)
|
|
|
21 |
[Image Source](https://www.behance.net/search/images?similarStyleImagesId=723122315)
|
feature_extractor/preprocessor_config.json
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"crop_size": 224,
|
3 |
-
"do_center_crop": true,
|
4 |
-
"do_convert_rgb": true,
|
5 |
-
"do_normalize": true,
|
6 |
-
"do_resize": true,
|
7 |
-
"feature_extractor_type": "CLIPFeatureExtractor",
|
8 |
-
"image_mean": [
|
9 |
-
0.48145466,
|
10 |
-
0.4578275,
|
11 |
-
0.40821073
|
12 |
-
],
|
13 |
-
"image_std": [
|
14 |
-
0.26862954,
|
15 |
-
0.26130258,
|
16 |
-
0.27577711
|
17 |
-
],
|
18 |
-
"resample": 3,
|
19 |
-
"size": 224
|
20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/dreambooth/1669594587.0222032/events.out.tfevents.1669594587.instance-3.1963.1
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3042d5939982296c9a66f8986270f0e350dc18035ee4f6b93fa530b9fc0992f8
|
3 |
-
size 1908
|
|
|
|
|
|
|
|
logs/dreambooth/1669594587.0388916/hparams.yml
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
adam_beta1: 0.9
|
2 |
-
adam_beta2: 0.999
|
3 |
-
adam_epsilon: 1.0e-08
|
4 |
-
adam_weight_decay: 0.01
|
5 |
-
center_crop: false
|
6 |
-
class_data_dir: null
|
7 |
-
class_prompt: null
|
8 |
-
gradient_accumulation_steps: 1
|
9 |
-
gradient_checkpointing: true
|
10 |
-
hub_model_id: null
|
11 |
-
hub_token: null
|
12 |
-
instance_data_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/class
|
13 |
-
instance_prompt: a photo of lowpoly_office
|
14 |
-
learning_rate: 2.0e-06
|
15 |
-
local_rank: -1
|
16 |
-
logging_dir: logs
|
17 |
-
lr_scheduler: constant
|
18 |
-
lr_warmup_steps: 0
|
19 |
-
max_grad_norm: 1.0
|
20 |
-
max_train_steps: 2000
|
21 |
-
mixed_precision: null
|
22 |
-
num_class_images: 100
|
23 |
-
num_train_epochs: 223
|
24 |
-
output_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/model
|
25 |
-
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
-
prior_loss_weight: 1.0
|
27 |
-
push_to_hub: false
|
28 |
-
resolution: 512
|
29 |
-
revision: null
|
30 |
-
sample_batch_size: 4
|
31 |
-
scale_lr: false
|
32 |
-
seed: null
|
33 |
-
tokenizer_name: null
|
34 |
-
train_batch_size: 1
|
35 |
-
train_text_encoder: true
|
36 |
-
use_8bit_adam: true
|
37 |
-
with_prior_preservation: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/dreambooth/1669596008.5475128/events.out.tfevents.1669596008.instance-3.23115.1
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7ae54b9150bcb9b6a6929094f0008482fc1d2fa0495c7b0dbb44a6716a69ae07
|
3 |
-
size 1908
|
|
|
|
|
|
|
|
logs/dreambooth/1669596008.5630267/hparams.yml
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
adam_beta1: 0.9
|
2 |
-
adam_beta2: 0.999
|
3 |
-
adam_epsilon: 1.0e-08
|
4 |
-
adam_weight_decay: 0.01
|
5 |
-
center_crop: false
|
6 |
-
class_data_dir: null
|
7 |
-
class_prompt: null
|
8 |
-
gradient_accumulation_steps: 1
|
9 |
-
gradient_checkpointing: true
|
10 |
-
hub_model_id: null
|
11 |
-
hub_token: null
|
12 |
-
instance_data_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/class
|
13 |
-
instance_prompt: a photo of lowpoly_office
|
14 |
-
learning_rate: 2.0e-06
|
15 |
-
local_rank: -1
|
16 |
-
logging_dir: logs
|
17 |
-
lr_scheduler: constant
|
18 |
-
lr_warmup_steps: 0
|
19 |
-
max_grad_norm: 1.0
|
20 |
-
max_train_steps: 2000
|
21 |
-
mixed_precision: null
|
22 |
-
num_class_images: 100
|
23 |
-
num_train_epochs: 223
|
24 |
-
output_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/model
|
25 |
-
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
-
prior_loss_weight: 1.0
|
27 |
-
push_to_hub: false
|
28 |
-
resolution: 512
|
29 |
-
revision: null
|
30 |
-
sample_batch_size: 4
|
31 |
-
scale_lr: false
|
32 |
-
seed: null
|
33 |
-
tokenizer_name: null
|
34 |
-
train_batch_size: 1
|
35 |
-
train_text_encoder: true
|
36 |
-
use_8bit_adam: true
|
37 |
-
with_prior_preservation: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/dreambooth/1669596111.2761257/events.out.tfevents.1669596111.instance-3.24326.1
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2b2a8816cd8ebdd1c77d3cc5e7d02b6997f5fa7b04f0554c8a9f5d3224711219
|
3 |
-
size 1908
|
|
|
|
|
|
|
|
logs/dreambooth/1669596111.2919507/hparams.yml
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
adam_beta1: 0.9
|
2 |
-
adam_beta2: 0.999
|
3 |
-
adam_epsilon: 1.0e-08
|
4 |
-
adam_weight_decay: 0.01
|
5 |
-
center_crop: false
|
6 |
-
class_data_dir: null
|
7 |
-
class_prompt: null
|
8 |
-
gradient_accumulation_steps: 1
|
9 |
-
gradient_checkpointing: true
|
10 |
-
hub_model_id: null
|
11 |
-
hub_token: null
|
12 |
-
instance_data_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/class
|
13 |
-
instance_prompt: a photo of lowpoly_office
|
14 |
-
learning_rate: 2.0e-06
|
15 |
-
local_rank: -1
|
16 |
-
logging_dir: logs
|
17 |
-
lr_scheduler: constant
|
18 |
-
lr_warmup_steps: 0
|
19 |
-
max_grad_norm: 1.0
|
20 |
-
max_train_steps: 2000
|
21 |
-
mixed_precision: null
|
22 |
-
num_class_images: 100
|
23 |
-
num_train_epochs: 223
|
24 |
-
output_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/model
|
25 |
-
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
-
prior_loss_weight: 1.0
|
27 |
-
push_to_hub: false
|
28 |
-
resolution: 512
|
29 |
-
revision: null
|
30 |
-
sample_batch_size: 4
|
31 |
-
scale_lr: false
|
32 |
-
seed: null
|
33 |
-
tokenizer_name: null
|
34 |
-
train_batch_size: 1
|
35 |
-
train_text_encoder: true
|
36 |
-
use_8bit_adam: true
|
37 |
-
with_prior_preservation: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/dreambooth/1669596158.271865/events.out.tfevents.1669596158.instance-3.24889.1
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1dd31d23173b0798ef2b521375a2df9df4c007ee02cbb2fd167ff553f7bc35bc
|
3 |
-
size 1908
|
|
|
|
|
|
|
|
logs/dreambooth/1669596158.2885222/hparams.yml
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
adam_beta1: 0.9
|
2 |
-
adam_beta2: 0.999
|
3 |
-
adam_epsilon: 1.0e-08
|
4 |
-
adam_weight_decay: 0.01
|
5 |
-
center_crop: false
|
6 |
-
class_data_dir: null
|
7 |
-
class_prompt: null
|
8 |
-
gradient_accumulation_steps: 1
|
9 |
-
gradient_checkpointing: true
|
10 |
-
hub_model_id: null
|
11 |
-
hub_token: null
|
12 |
-
instance_data_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/class
|
13 |
-
instance_prompt: a photo of lowpoly_office
|
14 |
-
learning_rate: 2.0e-06
|
15 |
-
local_rank: -1
|
16 |
-
logging_dir: logs
|
17 |
-
lr_scheduler: constant
|
18 |
-
lr_warmup_steps: 0
|
19 |
-
max_grad_norm: 1.0
|
20 |
-
max_train_steps: 2000
|
21 |
-
mixed_precision: null
|
22 |
-
num_class_images: 100
|
23 |
-
num_train_epochs: 223
|
24 |
-
output_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/model
|
25 |
-
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
-
prior_loss_weight: 1.0
|
27 |
-
push_to_hub: false
|
28 |
-
resolution: 512
|
29 |
-
revision: null
|
30 |
-
sample_batch_size: 4
|
31 |
-
scale_lr: false
|
32 |
-
seed: null
|
33 |
-
tokenizer_name: null
|
34 |
-
train_batch_size: 1
|
35 |
-
train_text_encoder: true
|
36 |
-
use_8bit_adam: true
|
37 |
-
with_prior_preservation: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/dreambooth/1669597391.7762234/events.out.tfevents.1669597391.instance-3.14316.1
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:36c44893e79bd5230f7cd7a8aa64053c266c0b7eec823ff18b3cb87c899d49e3
|
3 |
-
size 1908
|
|
|
|
|
|
|
|
logs/dreambooth/1669597391.7921813/hparams.yml
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
adam_beta1: 0.9
|
2 |
-
adam_beta2: 0.999
|
3 |
-
adam_epsilon: 1.0e-08
|
4 |
-
adam_weight_decay: 0.01
|
5 |
-
center_crop: false
|
6 |
-
class_data_dir: null
|
7 |
-
class_prompt: null
|
8 |
-
gradient_accumulation_steps: 1
|
9 |
-
gradient_checkpointing: true
|
10 |
-
hub_model_id: null
|
11 |
-
hub_token: null
|
12 |
-
instance_data_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/class
|
13 |
-
instance_prompt: a photo of lowpoly_office
|
14 |
-
learning_rate: 2.0e-06
|
15 |
-
local_rank: -1
|
16 |
-
logging_dir: logs
|
17 |
-
lr_scheduler: constant
|
18 |
-
lr_warmup_steps: 0
|
19 |
-
max_grad_norm: 1.0
|
20 |
-
max_train_steps: 2000
|
21 |
-
mixed_precision: null
|
22 |
-
num_class_images: 100
|
23 |
-
num_train_epochs: 223
|
24 |
-
output_dir: /home/diffusers/examples/dreambooth/datasets/3-lowpoly/office/model
|
25 |
-
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
-
prior_loss_weight: 1.0
|
27 |
-
push_to_hub: false
|
28 |
-
resolution: 512
|
29 |
-
revision: null
|
30 |
-
sample_batch_size: 4
|
31 |
-
scale_lr: false
|
32 |
-
seed: null
|
33 |
-
tokenizer_name: null
|
34 |
-
train_batch_size: 1
|
35 |
-
train_text_encoder: true
|
36 |
-
use_8bit_adam: true
|
37 |
-
with_prior_preservation: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/dreambooth/events.out.tfevents.1669594587.instance-3.1963.0
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9dfdffdbf4973c0202fe89e6836c6717e06cead6ea4ed1d6ce08628fb8e30c6e
|
3 |
-
size 167786
|
|
|
|
|
|
|
|
logs/dreambooth/events.out.tfevents.1669596008.instance-3.23115.0
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:54a9aee086fc63232e221726af4c529cee0620a609d2d9a979d5a56b8aa6e1a1
|
3 |
-
size 942
|
|
|
|
|
|
|
|
logs/dreambooth/events.out.tfevents.1669596111.instance-3.24326.0
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:525eeb3285db746bf152663a59bc9c2ef07d5c315fd436780ee69ea298167260
|
3 |
-
size 40
|
|
|
|
|
|
|
|
logs/dreambooth/events.out.tfevents.1669596158.instance-3.24889.0
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dd4025e063e684e42a9597aee874d1d717ce8ef467af784c0334dec94e36eeae
|
3 |
-
size 3812
|
|
|
|
|
|
|
|
logs/dreambooth/events.out.tfevents.1669597391.instance-3.14316.0
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bc3edbaf4bc5f19ee4c4cf14bf598a04ef22af35e9b43d664a9f2ae7398c2ce1
|
3 |
-
size 167786
|
|
|
|
|
|
|
|
model_index.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
"feature_extractor": [
|
5 |
-
|
6 |
-
|
7 |
],
|
8 |
-
"requires_safety_checker":
|
9 |
"safety_checker": [
|
10 |
-
|
11 |
-
|
12 |
],
|
13 |
"scheduler": [
|
14 |
"diffusers",
|
|
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
"feature_extractor": [
|
5 |
+
null,
|
6 |
+
null
|
7 |
],
|
8 |
+
"requires_safety_checker": false,
|
9 |
"safety_checker": [
|
10 |
+
null,
|
11 |
+
null
|
12 |
],
|
13 |
"scheduler": [
|
14 |
"diffusers",
|
output.png
CHANGED
Git LFS Details
|
Git LFS Details
|
safety_checker/config.json
DELETED
@@ -1,179 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_commit_hash": "63534535d4730d5976c5c647a7f2adaea1102f5b",
|
3 |
-
"_name_or_path": "/root/.cache/huggingface/diffusers/models--runwayml--stable-diffusion-v1-5/snapshots/63534535d4730d5976c5c647a7f2adaea1102f5b/safety_checker",
|
4 |
-
"architectures": [
|
5 |
-
"StableDiffusionSafetyChecker"
|
6 |
-
],
|
7 |
-
"initializer_factor": 1.0,
|
8 |
-
"logit_scale_init_value": 2.6592,
|
9 |
-
"model_type": "clip",
|
10 |
-
"projection_dim": 768,
|
11 |
-
"text_config": {
|
12 |
-
"_name_or_path": "",
|
13 |
-
"add_cross_attention": false,
|
14 |
-
"architectures": null,
|
15 |
-
"attention_dropout": 0.0,
|
16 |
-
"bad_words_ids": null,
|
17 |
-
"begin_suppress_tokens": null,
|
18 |
-
"bos_token_id": 0,
|
19 |
-
"chunk_size_feed_forward": 0,
|
20 |
-
"cross_attention_hidden_size": null,
|
21 |
-
"decoder_start_token_id": null,
|
22 |
-
"diversity_penalty": 0.0,
|
23 |
-
"do_sample": false,
|
24 |
-
"dropout": 0.0,
|
25 |
-
"early_stopping": false,
|
26 |
-
"encoder_no_repeat_ngram_size": 0,
|
27 |
-
"eos_token_id": 2,
|
28 |
-
"exponential_decay_length_penalty": null,
|
29 |
-
"finetuning_task": null,
|
30 |
-
"forced_bos_token_id": null,
|
31 |
-
"forced_eos_token_id": null,
|
32 |
-
"hidden_act": "quick_gelu",
|
33 |
-
"hidden_size": 768,
|
34 |
-
"id2label": {
|
35 |
-
"0": "LABEL_0",
|
36 |
-
"1": "LABEL_1"
|
37 |
-
},
|
38 |
-
"initializer_factor": 1.0,
|
39 |
-
"initializer_range": 0.02,
|
40 |
-
"intermediate_size": 3072,
|
41 |
-
"is_decoder": false,
|
42 |
-
"is_encoder_decoder": false,
|
43 |
-
"label2id": {
|
44 |
-
"LABEL_0": 0,
|
45 |
-
"LABEL_1": 1
|
46 |
-
},
|
47 |
-
"layer_norm_eps": 1e-05,
|
48 |
-
"length_penalty": 1.0,
|
49 |
-
"max_length": 20,
|
50 |
-
"max_position_embeddings": 77,
|
51 |
-
"min_length": 0,
|
52 |
-
"model_type": "clip_text_model",
|
53 |
-
"no_repeat_ngram_size": 0,
|
54 |
-
"num_attention_heads": 12,
|
55 |
-
"num_beam_groups": 1,
|
56 |
-
"num_beams": 1,
|
57 |
-
"num_hidden_layers": 12,
|
58 |
-
"num_return_sequences": 1,
|
59 |
-
"output_attentions": false,
|
60 |
-
"output_hidden_states": false,
|
61 |
-
"output_scores": false,
|
62 |
-
"pad_token_id": 1,
|
63 |
-
"prefix": null,
|
64 |
-
"problem_type": null,
|
65 |
-
"pruned_heads": {},
|
66 |
-
"remove_invalid_values": false,
|
67 |
-
"repetition_penalty": 1.0,
|
68 |
-
"return_dict": true,
|
69 |
-
"return_dict_in_generate": false,
|
70 |
-
"sep_token_id": null,
|
71 |
-
"suppress_tokens": null,
|
72 |
-
"task_specific_params": null,
|
73 |
-
"temperature": 1.0,
|
74 |
-
"tf_legacy_loss": false,
|
75 |
-
"tie_encoder_decoder": false,
|
76 |
-
"tie_word_embeddings": true,
|
77 |
-
"tokenizer_class": null,
|
78 |
-
"top_k": 50,
|
79 |
-
"top_p": 1.0,
|
80 |
-
"torch_dtype": null,
|
81 |
-
"torchscript": false,
|
82 |
-
"transformers_version": "4.24.0",
|
83 |
-
"typical_p": 1.0,
|
84 |
-
"use_bfloat16": false,
|
85 |
-
"vocab_size": 49408
|
86 |
-
},
|
87 |
-
"text_config_dict": {
|
88 |
-
"hidden_size": 768,
|
89 |
-
"intermediate_size": 3072,
|
90 |
-
"num_attention_heads": 12,
|
91 |
-
"num_hidden_layers": 12
|
92 |
-
},
|
93 |
-
"torch_dtype": "float32",
|
94 |
-
"transformers_version": null,
|
95 |
-
"vision_config": {
|
96 |
-
"_name_or_path": "",
|
97 |
-
"add_cross_attention": false,
|
98 |
-
"architectures": null,
|
99 |
-
"attention_dropout": 0.0,
|
100 |
-
"bad_words_ids": null,
|
101 |
-
"begin_suppress_tokens": null,
|
102 |
-
"bos_token_id": null,
|
103 |
-
"chunk_size_feed_forward": 0,
|
104 |
-
"cross_attention_hidden_size": null,
|
105 |
-
"decoder_start_token_id": null,
|
106 |
-
"diversity_penalty": 0.0,
|
107 |
-
"do_sample": false,
|
108 |
-
"dropout": 0.0,
|
109 |
-
"early_stopping": false,
|
110 |
-
"encoder_no_repeat_ngram_size": 0,
|
111 |
-
"eos_token_id": null,
|
112 |
-
"exponential_decay_length_penalty": null,
|
113 |
-
"finetuning_task": null,
|
114 |
-
"forced_bos_token_id": null,
|
115 |
-
"forced_eos_token_id": null,
|
116 |
-
"hidden_act": "quick_gelu",
|
117 |
-
"hidden_size": 1024,
|
118 |
-
"id2label": {
|
119 |
-
"0": "LABEL_0",
|
120 |
-
"1": "LABEL_1"
|
121 |
-
},
|
122 |
-
"image_size": 224,
|
123 |
-
"initializer_factor": 1.0,
|
124 |
-
"initializer_range": 0.02,
|
125 |
-
"intermediate_size": 4096,
|
126 |
-
"is_decoder": false,
|
127 |
-
"is_encoder_decoder": false,
|
128 |
-
"label2id": {
|
129 |
-
"LABEL_0": 0,
|
130 |
-
"LABEL_1": 1
|
131 |
-
},
|
132 |
-
"layer_norm_eps": 1e-05,
|
133 |
-
"length_penalty": 1.0,
|
134 |
-
"max_length": 20,
|
135 |
-
"min_length": 0,
|
136 |
-
"model_type": "clip_vision_model",
|
137 |
-
"no_repeat_ngram_size": 0,
|
138 |
-
"num_attention_heads": 16,
|
139 |
-
"num_beam_groups": 1,
|
140 |
-
"num_beams": 1,
|
141 |
-
"num_channels": 3,
|
142 |
-
"num_hidden_layers": 24,
|
143 |
-
"num_return_sequences": 1,
|
144 |
-
"output_attentions": false,
|
145 |
-
"output_hidden_states": false,
|
146 |
-
"output_scores": false,
|
147 |
-
"pad_token_id": null,
|
148 |
-
"patch_size": 14,
|
149 |
-
"prefix": null,
|
150 |
-
"problem_type": null,
|
151 |
-
"pruned_heads": {},
|
152 |
-
"remove_invalid_values": false,
|
153 |
-
"repetition_penalty": 1.0,
|
154 |
-
"return_dict": true,
|
155 |
-
"return_dict_in_generate": false,
|
156 |
-
"sep_token_id": null,
|
157 |
-
"suppress_tokens": null,
|
158 |
-
"task_specific_params": null,
|
159 |
-
"temperature": 1.0,
|
160 |
-
"tf_legacy_loss": false,
|
161 |
-
"tie_encoder_decoder": false,
|
162 |
-
"tie_word_embeddings": true,
|
163 |
-
"tokenizer_class": null,
|
164 |
-
"top_k": 50,
|
165 |
-
"top_p": 1.0,
|
166 |
-
"torch_dtype": null,
|
167 |
-
"torchscript": false,
|
168 |
-
"transformers_version": "4.24.0",
|
169 |
-
"typical_p": 1.0,
|
170 |
-
"use_bfloat16": false
|
171 |
-
},
|
172 |
-
"vision_config_dict": {
|
173 |
-
"hidden_size": 1024,
|
174 |
-
"intermediate_size": 4096,
|
175 |
-
"num_attention_heads": 16,
|
176 |
-
"num_hidden_layers": 24,
|
177 |
-
"patch_size": 14
|
178 |
-
}
|
179 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
safety_checker/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:16d28f2b37109f222cdc33620fdd262102ac32112be0352a7f77e9614b35a394
|
3 |
-
size 1216064769
|
|
|
|
|
|
|
|
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
@@ -7,18 +7,18 @@
|
|
7 |
"bos_token_id": 0,
|
8 |
"dropout": 0.0,
|
9 |
"eos_token_id": 2,
|
10 |
-
"hidden_act": "
|
11 |
-
"hidden_size":
|
12 |
"initializer_factor": 1.0,
|
13 |
"initializer_range": 0.02,
|
14 |
-
"intermediate_size":
|
15 |
"layer_norm_eps": 1e-05,
|
16 |
"max_position_embeddings": 77,
|
17 |
"model_type": "clip_text_model",
|
18 |
-
"num_attention_heads":
|
19 |
-
"num_hidden_layers":
|
20 |
"pad_token_id": 1,
|
21 |
-
"projection_dim":
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.24.0",
|
24 |
"vocab_size": 49408
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "stabilityai/stable-diffusion-2-base",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
7 |
"bos_token_id": 0,
|
8 |
"dropout": 0.0,
|
9 |
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_size": 1024,
|
12 |
"initializer_factor": 1.0,
|
13 |
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 4096,
|
15 |
"layer_norm_eps": 1e-05,
|
16 |
"max_position_embeddings": 77,
|
17 |
"model_type": "clip_text_model",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 23,
|
20 |
"pad_token_id": 1,
|
21 |
+
"projection_dim": 512,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.24.0",
|
24 |
"vocab_size": 49408
|
text_encoder/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47763632e668151e91062efebb4378a5569010abdd02c036cecac10621b68f84
|
3 |
+
size 1361679905
|
tokenizer/special_tokens_map.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token": "
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "!",
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
tokenizer/tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
-
"name_or_path": "/root/.cache/huggingface/diffusers/models--
|
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": "/root/.cache/huggingface/diffusers/models--stabilityai--stable-diffusion-2-base/snapshots/abda38f7c548237cae935d6182ae56acd5a02ed8/tokenizer",
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
-
"_name_or_path": "
|
5 |
"act_fn": "silu",
|
6 |
-
"attention_head_dim":
|
|
|
|
|
|
|
|
|
|
|
7 |
"block_out_channels": [
|
8 |
320,
|
9 |
640,
|
@@ -11,7 +16,7 @@
|
|
11 |
1280
|
12 |
],
|
13 |
"center_input_sample": false,
|
14 |
-
"cross_attention_dim":
|
15 |
"down_block_types": [
|
16 |
"CrossAttnDownBlock2D",
|
17 |
"CrossAttnDownBlock2D",
|
@@ -37,5 +42,5 @@
|
|
37 |
"CrossAttnUpBlock2D",
|
38 |
"CrossAttnUpBlock2D"
|
39 |
],
|
40 |
-
"use_linear_projection":
|
41 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
+
"_name_or_path": "stabilityai/stable-diffusion-2-base",
|
5 |
"act_fn": "silu",
|
6 |
+
"attention_head_dim": [
|
7 |
+
5,
|
8 |
+
10,
|
9 |
+
20,
|
10 |
+
20
|
11 |
+
],
|
12 |
"block_out_channels": [
|
13 |
320,
|
14 |
640,
|
|
|
16 |
1280
|
17 |
],
|
18 |
"center_input_sample": false,
|
19 |
+
"cross_attention_dim": 1024,
|
20 |
"down_block_types": [
|
21 |
"CrossAttnDownBlock2D",
|
22 |
"CrossAttnDownBlock2D",
|
|
|
42 |
"CrossAttnUpBlock2D",
|
43 |
"CrossAttnUpBlock2D"
|
44 |
],
|
45 |
+
"use_linear_projection": true
|
46 |
}
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abe310d87b0521d781563ff62b3168b93c130c7cf923daab3ede4f8dbc37c607
|
3 |
+
size 3463934693
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
-
"_name_or_path": "/root/.cache/huggingface/diffusers/models--
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
+
"_name_or_path": "/root/.cache/huggingface/diffusers/models--stabilityai--stable-diffusion-2-base/snapshots/abda38f7c548237cae935d6182ae56acd5a02ed8/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
vae/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 334711857
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36bb8e1b54aba3a0914eb35fba13dcb107e9f18d379d1df2158732cd4bf56a94
|
3 |
size 334711857
|