Upload with huggingface_hub
Browse files- Miwano_Rag-8000-fp16.ckpt +3 -0
- README.md +13 -0
- model_index.json +24 -0
- scheduler/scheduler_config.json +12 -0
- state/args.yaml +78 -0
- state/state.pt +3 -0
- text_encoder/config.json +25 -0
- text_encoder/pytorch_model.bin +3 -0
- tokenizer/merges.txt +0 -0
- tokenizer/special_tokens_map.json +24 -0
- tokenizer/tokenizer_config.json +34 -0
- tokenizer/vocab.json +0 -0
- unet/config.json +37 -0
- unet/diffusion_pytorch_model.bin +3 -0
- vae/config.json +30 -0
- vae/diffusion_pytorch_model.bin +3 -0
Miwano_Rag-8000-fp16.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05ee1a7fde77a2fa0a38a373d3d0813a9ab71fd07bd4ae3597efbfa1dc45be9f
|
| 3 |
+
size 2132856622
|
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- stable-diffusion
|
| 6 |
+
---
|
| 7 |
+
### Model Dreambooth concept Miwano_Rag-8000 được train bởi hr16 bằng [Shinja Zero SoTA DreamBooth_Stable_Diffusion](https://colab.research.google.com/drive/1G7qx6M_S1PDDlsWIMdbZXwdZik6sUlEh) notebook <br>
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
Test concept bằng [Shinja Zero no Notebook](https://colab.research.google.com/drive/1Hp1ZIjPbsZKlCtomJVmt2oX7733W44b0) <br>
|
| 11 |
+
Hoặc test bằng `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb)
|
| 12 |
+
|
| 13 |
+
Ảnh mẫu của concept: WIP
|
model_index.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "StableDiffusionPipeline",
|
| 3 |
+
"_diffusers_version": "0.8.0.dev0",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"DDIMScheduler"
|
| 7 |
+
],
|
| 8 |
+
"text_encoder": [
|
| 9 |
+
"transformers",
|
| 10 |
+
"CLIPTextModel"
|
| 11 |
+
],
|
| 12 |
+
"tokenizer": [
|
| 13 |
+
"transformers",
|
| 14 |
+
"CLIPTokenizer"
|
| 15 |
+
],
|
| 16 |
+
"unet": [
|
| 17 |
+
"diffusers",
|
| 18 |
+
"UNet2DConditionModel"
|
| 19 |
+
],
|
| 20 |
+
"vae": [
|
| 21 |
+
"diffusers",
|
| 22 |
+
"AutoencoderKL"
|
| 23 |
+
]
|
| 24 |
+
}
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDIMScheduler",
|
| 3 |
+
"_diffusers_version": "0.8.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 |
+
"set_alpha_to_one": false,
|
| 10 |
+
"steps_offset": 1,
|
| 11 |
+
"trained_betas": null
|
| 12 |
+
}
|
state/args.yaml
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
center_crop: false
|
| 5 |
+
class_data_dir: /content/class-images
|
| 6 |
+
class_insert_pos_regex: null
|
| 7 |
+
class_negative_prompt: lowres, bad anatomy, bad hands, text, error, missing fingers,
|
| 8 |
+
extra digit, fewer digits, cropped, worst quality, low quality, normal quality,
|
| 9 |
+
jpeg artifacts, signature, watermark, username, blurry
|
| 10 |
+
class_prompt: masterpiece, best quality, ultra-detailed, 1girl
|
| 11 |
+
clip_skip: 2
|
| 12 |
+
concepts_list:
|
| 13 |
+
- class_data_dir: /content/class-images
|
| 14 |
+
class_negative_prompt: lowres, bad anatomy, bad hands, text, error, missing fingers,
|
| 15 |
+
extra digit, fewer digits, cropped, worst quality, low quality, normal quality,
|
| 16 |
+
jpeg artifacts, signature, watermark, username, blurry
|
| 17 |
+
class_prompt: masterpiece, best quality, ultra-detailed, 1girl
|
| 18 |
+
instance_data_dir: /content/drive/MyDrive/miwano_rag_512x512_
|
| 19 |
+
instance_prompt: masterpiece, best quality, ultra-detailed, 1girl, by Miwano_Rag
|
| 20 |
+
config: null
|
| 21 |
+
debug_arb: false
|
| 22 |
+
gradient_accumulation_steps: 1
|
| 23 |
+
gradient_checkpointing: true
|
| 24 |
+
gradient_clipping: false
|
| 25 |
+
guidance_scale: 11.0
|
| 26 |
+
infer_batch_size: 2
|
| 27 |
+
infer_steps: 28
|
| 28 |
+
instance_data_dir: /content/drive/MyDrive/miwano_rag_512x512_
|
| 29 |
+
instance_insert_pos_regex: null
|
| 30 |
+
instance_prompt: masterpiece, best quality, ultra-detailed, 1girl, by Miwano_Rag
|
| 31 |
+
last_epoch: -1
|
| 32 |
+
learning_rate: 1.0e-06
|
| 33 |
+
local_rank: -1
|
| 34 |
+
lr_cycles: 1
|
| 35 |
+
lr_scheduler: cosine_with_restarts
|
| 36 |
+
lr_warmup_steps: 700
|
| 37 |
+
max_grad_norm: 1.0
|
| 38 |
+
max_train_steps: 5000
|
| 39 |
+
mixed_precision: fp16
|
| 40 |
+
n_save_sample: 4
|
| 41 |
+
not_cache_latents: false
|
| 42 |
+
num_class_images: 100
|
| 43 |
+
num_train_epochs: 13
|
| 44 |
+
optimizer: adamw_8bit
|
| 45 |
+
output_dir: /content/Miwano_Rag
|
| 46 |
+
pad_tokens: true
|
| 47 |
+
pretrained_model_name_or_path: Miwano_Rag/9JGG8ER/5000
|
| 48 |
+
pretrained_vae_name_or_path: Miwano_Rag/9JGG8ER/5000/vae
|
| 49 |
+
prior_loss_weight: 1.0
|
| 50 |
+
read_prompt_from_txt: null
|
| 51 |
+
resolution: 512
|
| 52 |
+
resume: true
|
| 53 |
+
rm_after_wandb_saved: false
|
| 54 |
+
run_id: null
|
| 55 |
+
sample_interval: null
|
| 56 |
+
save_interval: 500
|
| 57 |
+
save_interval_epochs: 10
|
| 58 |
+
save_min_steps: 3000
|
| 59 |
+
save_sample_negative_prompt: lowres, bad anatomy, bad hands, text, error, missing
|
| 60 |
+
fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal
|
| 61 |
+
quality, jpeg artifacts, signature, watermark, username, blurry
|
| 62 |
+
save_sample_prompt: masterpiece, best quality, 1girl, by Miwano_Rag
|
| 63 |
+
save_unet_half: true
|
| 64 |
+
scale_lr: true
|
| 65 |
+
scale_lr_linear: false
|
| 66 |
+
seed: 17082006
|
| 67 |
+
sgd_dampening: 0
|
| 68 |
+
sgd_momentum: 0.9
|
| 69 |
+
tokenizer_name: null
|
| 70 |
+
train_batch_size: 1
|
| 71 |
+
train_text_encoder: false
|
| 72 |
+
use_aspect_ratio_bucket: false
|
| 73 |
+
wandb: false
|
| 74 |
+
wandb_artifact: false
|
| 75 |
+
wandb_project: SD-Dreambooth-HF
|
| 76 |
+
wandb_sample: true
|
| 77 |
+
weight_decay: 0.01
|
| 78 |
+
with_prior_preservation: true
|
state/state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7de1d0ff48a2a44d6c27767e73dedd4c42ccfc02701ec0f7e32675bcb936d6d
|
| 3 |
+
size 1725803333
|
text_encoder/config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Miwano_Rag/9JGG8ER/5000",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CLIPTextModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"dropout": 0.0,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "quick_gelu",
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"initializer_factor": 1.0,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 3072,
|
| 15 |
+
"layer_norm_eps": 1e-05,
|
| 16 |
+
"max_position_embeddings": 77,
|
| 17 |
+
"model_type": "clip_text_model",
|
| 18 |
+
"num_attention_heads": 12,
|
| 19 |
+
"num_hidden_layers": 12,
|
| 20 |
+
"pad_token_id": 1,
|
| 21 |
+
"projection_dim": 768,
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.24.0",
|
| 24 |
+
"vocab_size": 49408
|
| 25 |
+
}
|
text_encoder/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3601d42ec0bd321daf5bedc25122f888ede6fd1492de53b736c2ba78cdb99f3f
|
| 3 |
+
size 492307041
|
tokenizer/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"__type": "AddedToken",
|
| 5 |
+
"content": "<|startoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false
|
| 10 |
+
},
|
| 11 |
+
"do_lower_case": true,
|
| 12 |
+
"eos_token": {
|
| 13 |
+
"__type": "AddedToken",
|
| 14 |
+
"content": "<|endoftext|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": true,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
},
|
| 20 |
+
"errors": "replace",
|
| 21 |
+
"model_max_length": 77,
|
| 22 |
+
"name_or_path": "Miwano_Rag/9JGG8ER/5000/tokenizer",
|
| 23 |
+
"pad_token": "<|endoftext|>",
|
| 24 |
+
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
+
"tokenizer_class": "CLIPTokenizer",
|
| 26 |
+
"unk_token": {
|
| 27 |
+
"__type": "AddedToken",
|
| 28 |
+
"content": "<|endoftext|>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": true,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false
|
| 33 |
+
}
|
| 34 |
+
}
|
tokenizer/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
unet/config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.8.0.dev0",
|
| 4 |
+
"_name_or_path": "Miwano_Rag/9JGG8ER/5000",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"attention_head_dim": 8,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
320,
|
| 9 |
+
640,
|
| 10 |
+
1280,
|
| 11 |
+
1280
|
| 12 |
+
],
|
| 13 |
+
"center_input_sample": false,
|
| 14 |
+
"cross_attention_dim": 768,
|
| 15 |
+
"down_block_types": [
|
| 16 |
+
"CrossAttnDownBlock2D",
|
| 17 |
+
"CrossAttnDownBlock2D",
|
| 18 |
+
"CrossAttnDownBlock2D",
|
| 19 |
+
"DownBlock2D"
|
| 20 |
+
],
|
| 21 |
+
"downsample_padding": 1,
|
| 22 |
+
"flip_sin_to_cos": true,
|
| 23 |
+
"freq_shift": 0,
|
| 24 |
+
"in_channels": 4,
|
| 25 |
+
"layers_per_block": 2,
|
| 26 |
+
"mid_block_scale_factor": 1,
|
| 27 |
+
"norm_eps": 1e-05,
|
| 28 |
+
"norm_num_groups": 32,
|
| 29 |
+
"out_channels": 4,
|
| 30 |
+
"sample_size": 32,
|
| 31 |
+
"up_block_types": [
|
| 32 |
+
"UpBlock2D",
|
| 33 |
+
"CrossAttnUpBlock2D",
|
| 34 |
+
"CrossAttnUpBlock2D",
|
| 35 |
+
"CrossAttnUpBlock2D"
|
| 36 |
+
]
|
| 37 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db559d221fd28d906f605e800ef451de7eb36d0aba49e217524da41a919062da
|
| 3 |
+
size 1719334053
|
vae/config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.8.0.dev0",
|
| 4 |
+
"_name_or_path": "Miwano_Rag/9JGG8ER/5000/vae",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512,
|
| 10 |
+
512
|
| 11 |
+
],
|
| 12 |
+
"down_block_types": [
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D"
|
| 17 |
+
],
|
| 18 |
+
"in_channels": 3,
|
| 19 |
+
"latent_channels": 4,
|
| 20 |
+
"layers_per_block": 2,
|
| 21 |
+
"norm_num_groups": 32,
|
| 22 |
+
"out_channels": 3,
|
| 23 |
+
"sample_size": 512,
|
| 24 |
+
"up_block_types": [
|
| 25 |
+
"UpDecoderBlock2D",
|
| 26 |
+
"UpDecoderBlock2D",
|
| 27 |
+
"UpDecoderBlock2D",
|
| 28 |
+
"UpDecoderBlock2D"
|
| 29 |
+
]
|
| 30 |
+
}
|
vae/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e174991e5609bc5c2b3995e3f223fb2c5f0ae3be307fa9591b351d837a08770
|
| 3 |
+
size 334711857
|