Commit ·
8d16305
1
Parent(s): dffbc65
End of training
Browse files- README.md +3 -3
- checkpoint-1000/optimizer.bin +1 -1
- checkpoint-1000/random_states_0.pkl +1 -1
- checkpoint-1000/unet/config.json +2 -3
- checkpoint-1000/unet/diffusion_pytorch_model.safetensors +1 -1
- checkpoint-500/optimizer.bin +1 -1
- checkpoint-500/random_states_0.pkl +1 -1
- checkpoint-500/unet/config.json +2 -3
- checkpoint-500/unet/diffusion_pytorch_model.safetensors +1 -1
- logs/dreambooth/1695698953.6670945/events.out.tfevents.1695698953.29e6ce26be60.34697.1 +3 -0
- logs/dreambooth/1695698953.6691346/hparams.yml +59 -0
- logs/dreambooth/1695702013.34078/events.out.tfevents.1695702013.29e6ce26be60.42026.1 +3 -0
- logs/dreambooth/1695702013.3461285/hparams.yml +59 -0
- logs/dreambooth/events.out.tfevents.1695698953.29e6ce26be60.34697.0 +3 -0
- logs/dreambooth/events.out.tfevents.1695702013.29e6ce26be60.42026.0 +3 -0
- model_index.json +4 -4
- scheduler/scheduler_config.json +6 -9
- text_encoder/config.json +1 -1
- text_encoder/model.safetensors +1 -1
- unet/config.json +2 -3
- unet/diffusion_pytorch_model.safetensors +1 -1
- vae/config.json +1 -1
- vae/diffusion_pytorch_model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
|
| 2 |
---
|
| 3 |
license: creativeml-openrail-m
|
| 4 |
-
base_model:
|
| 5 |
-
instance_prompt:
|
| 6 |
tags:
|
| 7 |
- stable-diffusion
|
| 8 |
- stable-diffusion-diffusers
|
|
@@ -14,7 +14,7 @@ inference: true
|
|
| 14 |
|
| 15 |
# DreamBooth - EquusSilvermane/character_model
|
| 16 |
|
| 17 |
-
This is a dreambooth model derived from
|
| 18 |
You can find some example images in the following.
|
| 19 |
|
| 20 |
|
|
|
|
| 1 |
|
| 2 |
---
|
| 3 |
license: creativeml-openrail-m
|
| 4 |
+
base_model: stablediffusionapi/bb95-furry-mix
|
| 5 |
+
instance_prompt: realistic sks unicorn with gray fur
|
| 6 |
tags:
|
| 7 |
- stable-diffusion
|
| 8 |
- stable-diffusion-diffusers
|
|
|
|
| 14 |
|
| 15 |
# DreamBooth - EquusSilvermane/character_model
|
| 16 |
|
| 17 |
+
This is a dreambooth model derived from stablediffusionapi/bb95-furry-mix. The weights were trained on realistic sks unicorn with gray fur using [DreamBooth](https://dreambooth.github.io/).
|
| 18 |
You can find some example images in the following.
|
| 19 |
|
| 20 |
|
checkpoint-1000/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1725109957
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38b3a91b307756d8932e9ae07425b4e5616ae1b0f5b02fb08479f3519e5c355a
|
| 3 |
size 1725109957
|
checkpoint-1000/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14663
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:173b1143ce08cbcd0d66c465ae9148b87e918f789031735b8d87f0db7e7e6b8d
|
| 3 |
size 14663
|
checkpoint-1000/unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
-
"_name_or_path": "
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
@@ -63,6 +63,5 @@
|
|
| 63 |
"CrossAttnUpBlock2D"
|
| 64 |
],
|
| 65 |
"upcast_attention": false,
|
| 66 |
-
"use_linear_projection": false
|
| 67 |
-
"use_memory_efficient": true
|
| 68 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
+
"_name_or_path": "stablediffusionapi/bb95-furry-mix",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 63 |
"CrossAttnUpBlock2D"
|
| 64 |
],
|
| 65 |
"upcast_attention": false,
|
| 66 |
+
"use_linear_projection": false
|
|
|
|
| 67 |
}
|
checkpoint-1000/unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438167536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a217449b67c77464ec97d98d2fb65ed9d47beb4cb78ca761275fd974922456c3
|
| 3 |
size 3438167536
|
checkpoint-500/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1725109957
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:118b0243d90110e597a8d0da1f83c8610ecae98628c1acb639dd2ff4f663757f
|
| 3 |
size 1725109957
|
checkpoint-500/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14663
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69e5c2b51b076ba4434f06926ef0a541b8017eea5069e8bfc7c429984233e70d
|
| 3 |
size 14663
|
checkpoint-500/unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
-
"_name_or_path": "
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
@@ -63,6 +63,5 @@
|
|
| 63 |
"CrossAttnUpBlock2D"
|
| 64 |
],
|
| 65 |
"upcast_attention": false,
|
| 66 |
-
"use_linear_projection": false
|
| 67 |
-
"use_memory_efficient": true
|
| 68 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
+
"_name_or_path": "stablediffusionapi/bb95-furry-mix",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 63 |
"CrossAttnUpBlock2D"
|
| 64 |
],
|
| 65 |
"upcast_attention": false,
|
| 66 |
+
"use_linear_projection": false
|
|
|
|
| 67 |
}
|
checkpoint-500/unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438167536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b2124e842231e4aa28b69efbcf4cf8093f5f3e644215f7e4e5b760ce59d3292
|
| 3 |
size 3438167536
|
logs/dreambooth/1695698953.6670945/events.out.tfevents.1695698953.29e6ce26be60.34697.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0a5a187b741c6467680d0670090449956bb952f5438f4434d0c0a2f7749a2d4
|
| 3 |
+
size 2903
|
logs/dreambooth/1695698953.6691346/hparams.yml
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.01
|
| 5 |
+
allow_tf32: false
|
| 6 |
+
center_crop: false
|
| 7 |
+
checkpointing_steps: 500
|
| 8 |
+
checkpoints_total_limit: null
|
| 9 |
+
class_data_dir: class_data
|
| 10 |
+
class_labels_conditioning: null
|
| 11 |
+
class_prompt: realistic unicorn with gray fur
|
| 12 |
+
dataloader_num_workers: 0
|
| 13 |
+
enable_xformers_memory_efficient_attention: true
|
| 14 |
+
gradient_accumulation_steps: 1
|
| 15 |
+
gradient_checkpointing: true
|
| 16 |
+
hub_model_id: null
|
| 17 |
+
hub_token: null
|
| 18 |
+
instance_data_dir: character_refs
|
| 19 |
+
instance_prompt: realistic sks unicorn with gray fur
|
| 20 |
+
learning_rate: 2.0e-06
|
| 21 |
+
local_rank: -1
|
| 22 |
+
logging_dir: logs
|
| 23 |
+
lr_num_cycles: 1
|
| 24 |
+
lr_power: 1.0
|
| 25 |
+
lr_scheduler: constant
|
| 26 |
+
lr_warmup_steps: 0
|
| 27 |
+
max_grad_norm: 1.0
|
| 28 |
+
max_train_steps: 100
|
| 29 |
+
mixed_precision: null
|
| 30 |
+
num_class_images: 10
|
| 31 |
+
num_train_epochs: 10
|
| 32 |
+
num_validation_images: 4
|
| 33 |
+
offset_noise: false
|
| 34 |
+
output_dir: character_model
|
| 35 |
+
pre_compute_text_embeddings: false
|
| 36 |
+
pretrained_model_name_or_path: lodestones/fluffyrock-NoPE-pytorch
|
| 37 |
+
prior_generation_precision: null
|
| 38 |
+
prior_loss_weight: 1.0
|
| 39 |
+
push_to_hub: true
|
| 40 |
+
report_to: tensorboard
|
| 41 |
+
resolution: 512
|
| 42 |
+
resume_from_checkpoint: null
|
| 43 |
+
revision: null
|
| 44 |
+
sample_batch_size: 4
|
| 45 |
+
scale_lr: false
|
| 46 |
+
seed: null
|
| 47 |
+
set_grads_to_none: true
|
| 48 |
+
skip_save_text_encoder: false
|
| 49 |
+
snr_gamma: null
|
| 50 |
+
text_encoder_use_attention_mask: false
|
| 51 |
+
tokenizer_max_length: null
|
| 52 |
+
tokenizer_name: null
|
| 53 |
+
train_batch_size: 1
|
| 54 |
+
train_text_encoder: false
|
| 55 |
+
use_8bit_adam: true
|
| 56 |
+
validation_prompt: null
|
| 57 |
+
validation_scheduler: DPMSolverMultistepScheduler
|
| 58 |
+
validation_steps: 100
|
| 59 |
+
with_prior_preservation: true
|
logs/dreambooth/1695702013.34078/events.out.tfevents.1695702013.29e6ce26be60.42026.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28d362cb42da705928491146ab80b2bc58d50a4ed32853e555b0c210e971f8f9
|
| 3 |
+
size 2902
|
logs/dreambooth/1695702013.3461285/hparams.yml
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.01
|
| 5 |
+
allow_tf32: false
|
| 6 |
+
center_crop: false
|
| 7 |
+
checkpointing_steps: 500
|
| 8 |
+
checkpoints_total_limit: null
|
| 9 |
+
class_data_dir: class_data
|
| 10 |
+
class_labels_conditioning: null
|
| 11 |
+
class_prompt: realistic unicorn with gray fur
|
| 12 |
+
dataloader_num_workers: 0
|
| 13 |
+
enable_xformers_memory_efficient_attention: true
|
| 14 |
+
gradient_accumulation_steps: 1
|
| 15 |
+
gradient_checkpointing: true
|
| 16 |
+
hub_model_id: null
|
| 17 |
+
hub_token: null
|
| 18 |
+
instance_data_dir: character_refs
|
| 19 |
+
instance_prompt: realistic sks unicorn with gray fur
|
| 20 |
+
learning_rate: 2.0e-06
|
| 21 |
+
local_rank: -1
|
| 22 |
+
logging_dir: logs
|
| 23 |
+
lr_num_cycles: 1
|
| 24 |
+
lr_power: 1.0
|
| 25 |
+
lr_scheduler: constant
|
| 26 |
+
lr_warmup_steps: 0
|
| 27 |
+
max_grad_norm: 1.0
|
| 28 |
+
max_train_steps: 1000
|
| 29 |
+
mixed_precision: null
|
| 30 |
+
num_class_images: 200
|
| 31 |
+
num_train_epochs: 5
|
| 32 |
+
num_validation_images: 4
|
| 33 |
+
offset_noise: false
|
| 34 |
+
output_dir: character_model
|
| 35 |
+
pre_compute_text_embeddings: false
|
| 36 |
+
pretrained_model_name_or_path: stablediffusionapi/bb95-furry-mix
|
| 37 |
+
prior_generation_precision: null
|
| 38 |
+
prior_loss_weight: 1.0
|
| 39 |
+
push_to_hub: true
|
| 40 |
+
report_to: tensorboard
|
| 41 |
+
resolution: 512
|
| 42 |
+
resume_from_checkpoint: null
|
| 43 |
+
revision: null
|
| 44 |
+
sample_batch_size: 4
|
| 45 |
+
scale_lr: false
|
| 46 |
+
seed: null
|
| 47 |
+
set_grads_to_none: true
|
| 48 |
+
skip_save_text_encoder: false
|
| 49 |
+
snr_gamma: null
|
| 50 |
+
text_encoder_use_attention_mask: false
|
| 51 |
+
tokenizer_max_length: null
|
| 52 |
+
tokenizer_name: null
|
| 53 |
+
train_batch_size: 1
|
| 54 |
+
train_text_encoder: false
|
| 55 |
+
use_8bit_adam: true
|
| 56 |
+
validation_prompt: null
|
| 57 |
+
validation_scheduler: DPMSolverMultistepScheduler
|
| 58 |
+
validation_steps: 100
|
| 59 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1695698953.29e6ce26be60.34697.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f811e0f9a603b4a1bf5b54eb2cc30388cac67bdf951b70899f45e6fb9bd0237
|
| 3 |
+
size 88
|
logs/dreambooth/events.out.tfevents.1695702013.29e6ce26be60.42026.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:851e3cfce683b9eb3854e30d2dec492ee2601d52ade81a60f823bb34b3aacd1f
|
| 3 |
+
size 83834
|
model_index.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionPipeline",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
-
"_name_or_path": "
|
| 5 |
"feature_extractor": [
|
| 6 |
"transformers",
|
| 7 |
"CLIPFeatureExtractor"
|
| 8 |
],
|
| 9 |
"requires_safety_checker": true,
|
| 10 |
"safety_checker": [
|
| 11 |
-
|
| 12 |
-
|
| 13 |
],
|
| 14 |
"scheduler": [
|
| 15 |
"diffusers",
|
| 16 |
-
"
|
| 17 |
],
|
| 18 |
"text_encoder": [
|
| 19 |
"transformers",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionPipeline",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
+
"_name_or_path": "stablediffusionapi/bb95-furry-mix",
|
| 5 |
"feature_extractor": [
|
| 6 |
"transformers",
|
| 7 |
"CLIPFeatureExtractor"
|
| 8 |
],
|
| 9 |
"requires_safety_checker": true,
|
| 10 |
"safety_checker": [
|
| 11 |
+
"stable_diffusion",
|
| 12 |
+
"StableDiffusionSafetyChecker"
|
| 13 |
],
|
| 14 |
"scheduler": [
|
| 15 |
"diffusers",
|
| 16 |
+
"PNDMScheduler"
|
| 17 |
],
|
| 18 |
"text_encoder": [
|
| 19 |
"transformers",
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
| 7 |
"clip_sample": false,
|
| 8 |
-
"clip_sample_range": 1.0,
|
| 9 |
-
"dynamic_thresholding_ratio": 0.995,
|
| 10 |
"num_train_timesteps": 1000,
|
| 11 |
-
"prediction_type": "
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
"timestep_spacing": "leading",
|
| 16 |
-
"trained_betas": null
|
| 17 |
-
"variance_type": "fixed_small"
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "PNDMScheduler",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
| 7 |
"clip_sample": false,
|
|
|
|
|
|
|
| 8 |
"num_train_timesteps": 1000,
|
| 9 |
+
"prediction_type": "epsilon",
|
| 10 |
+
"set_alpha_to_one": false,
|
| 11 |
+
"skip_prk_steps": true,
|
| 12 |
+
"steps_offset": 1,
|
| 13 |
"timestep_spacing": "leading",
|
| 14 |
+
"trained_betas": null
|
|
|
|
| 15 |
}
|
text_encoder/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "stablediffusionapi/bb95-furry-mix",
|
| 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 492265168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca5d72f86f4c804c1d0781d8f2206e889aac4e8eecb2cde84dfbd1b2c529dcc7
|
| 3 |
size 492265168
|
unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
-
"_name_or_path": "
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
@@ -63,6 +63,5 @@
|
|
| 63 |
"CrossAttnUpBlock2D"
|
| 64 |
],
|
| 65 |
"upcast_attention": false,
|
| 66 |
-
"use_linear_projection": false
|
| 67 |
-
"use_memory_efficient": true
|
| 68 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
+
"_name_or_path": "stablediffusionapi/bb95-furry-mix",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 63 |
"CrossAttnUpBlock2D"
|
| 64 |
],
|
| 65 |
"upcast_attention": false,
|
| 66 |
+
"use_linear_projection": false
|
|
|
|
| 67 |
}
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438167536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a217449b67c77464ec97d98d2fb65ed9d47beb4cb78ca761275fd974922456c3
|
| 3 |
size 3438167536
|
vae/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
-
"_name_or_path": "/root/.cache/huggingface/hub/models--
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.22.0.dev0",
|
| 4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--stablediffusionapi--bb95-furry-mix/snapshots/4890213f02f34fc9e7b745915ea4f73ff840fbcb/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
vae/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 334643268
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc436097e5cbb105c44df4403ae84acf7e81de1f64acfedc334888e9a8eea223
|
| 3 |
size 334643268
|