diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..36e66fe5967219f1e786f704a59165c712797b8f --- /dev/null +++ b/README.md @@ -0,0 +1,95 @@ +--- +tags: +- stable-diffusion +- stable-diffusion-diffusers +- diffusers-training +- text-to-image +- diffusers +- lora +- template:sd-lora +widget: + + - text: 'a digital painting of a giant panda in the style of ' + output: + url: + "image_0.png" + + - text: 'a digital painting of a giant panda in the style of ' + output: + url: + "image_1.png" + + - text: 'a digital painting of a giant panda in the style of ' + output: + url: + "image_2.png" + + - text: 'a digital painting of a giant panda in the style of ' + output: + url: + "image_3.png" + +base_model: runwayml/stable-diffusion-v1-5 +instance_prompt: a digital painting in the style of +license: openrail++ +--- + +# SD1.5 LoRA DreamBooth - rookieSJTU/zhongguoribao_model_setting12 + + + +## Model description + +### These are rookieSJTU/zhongguoribao_model_setting12 LoRA adaption weights for runwayml/stable-diffusion-v1-5. + +## Download model + +### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke + +- **LoRA**: download **[`zhongguoribao_model_setting12.safetensors` here ๐Ÿ’พ](/rookieSJTU/zhongguoribao_model_setting12/blob/main/zhongguoribao_model_setting12.safetensors)**. + - Place it on your `models/Lora` folder. + - On AUTOMATIC1111, load the LoRA by adding `` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/). +- *Embeddings*: download **[`zhongguoribao_model_setting12_emb.safetensors` here ๐Ÿ’พ](/rookieSJTU/zhongguoribao_model_setting12/blob/main/zhongguoribao_model_setting12_emb.safetensors)**. + - Place it on it on your `embeddings` folder + - Use it by adding `zhongguoribao_model_setting12_emb` to your prompt. For example, `a digital painting in the style of ` + (you need both the LoRA and the embeddings as they were trained together for this LoRA) + + +## Use it with the [๐Ÿงจ diffusers library](https://github.com/huggingface/diffusers) + +```py +from diffusers import AutoPipelineForText2Image +import torch +from huggingface_hub import hf_hub_download +from safetensors.torch import load_file + +pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda') +pipeline.load_lora_weights('rookieSJTU/zhongguoribao_model_setting12', weight_name='pytorch_lora_weights.safetensors') +embedding_path = hf_hub_download(repo_id='rookieSJTU/zhongguoribao_model_setting12', filename='zhongguoribao_model_setting12_emb.safetensors', repo_type="model") +state_dict = load_file(embedding_path) +pipeline.load_textual_inversion(state_dict["clip_l"], token=[], text_encoder=pipeline.text_encoder, tokenizer=pipeline.tokenizer) + +image = pipeline('a digital painting of a giant panda in the style of ').images[0] +``` + +For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters) + +## Trigger words + +To trigger image generation of trained concept(or concepts) replace each concept identifier in you prompt with the new inserted tokens: + +to trigger concept `TOK` โ†’ use `` in your prompt + + + +## Details +All [Files & versions](/rookieSJTU/zhongguoribao_model_setting12/tree/main). + +The weights were trained using [๐Ÿงจ diffusers Advanced Dreambooth Training Script](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py). + +LoRA for the text encoder was enabled. False. + +Pivotal tuning was enabled: True. + +Special VAE used for training: None. + diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cf022788597dbc2760751d20223b4332091b1a84 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6f1c0cb7d80f348c7c6f50c0fa9b032dd608faae59b9d4dc8bb1b49a400d88 +size 3403578 diff --git a/checkpoint-1000/pytorch_lora_weights.safetensors b/checkpoint-1000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..51a1db726bf54ce364f1501668afa2e3f3da0952 --- /dev/null +++ b/checkpoint-1000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648505f1f5a90e52b77c64eb05835e09c37c452bbd4a6b5433317a445e00cff3 +size 1631936 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cba7a46d834bf9005f4fb5a3fddb3957839bcd6a --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933842bb03c7fadc82f2ae2e2966dbf376fd3bf0e6eeb8a4ca3c5f8412edcc6b +size 14540 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ba8bc7b19266f18befa1e4dbac4f1a61186d66a2 --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2be1b20186c5d53d9ec36279a4407b0db794468d15885dc9bf9b4ced751ea0f +size 1064 diff --git a/checkpoint-1000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-1000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-1000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..823a0d407c4a32c6a5d6c1065394f2655bbe695b --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411ac096e8704a781879ba900d222949cd8d21f115a6f574329a41627f49ba19 +size 3403578 diff --git a/checkpoint-10000/pytorch_lora_weights.safetensors b/checkpoint-10000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..059f67a605a9ee5f2383c135097e66c7bae0d3b8 --- /dev/null +++ b/checkpoint-10000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78f4fce4bca0bbdb48ee7a5ce4f8a6f412307000238b2b331358e8d2295defe +size 1631936 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5782f630587668e15d6f65bb8c8bfc6ea859c44e --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57de8820336186bc05e89d12bb5194dc5281a3e89114a4541b834c437cf8a577 +size 14540 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6fc0f0b2ac81a3aa1186ef991218630d8b617c83 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fff7edefd7d688f21e64842b85b623000f8b932e8aa7b3cd46d0a41eb695192 +size 1064 diff --git a/checkpoint-10000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-10000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-10000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..41f1907fd2b98a6ad097b0f13a16c4edfa4eb4fa --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a40070002495a4ef422477c0e8b0bf727a68b2c92fc94769a8eb4ab4ce8e5e +size 3403578 diff --git a/checkpoint-2000/pytorch_lora_weights.safetensors b/checkpoint-2000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b510108c4aef22bddd28ea3fabaf69e62220805b --- /dev/null +++ b/checkpoint-2000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff63d69c15fbd07b8efdd92aad547d759e501185c4245d64783b2c7b3b8745a8 +size 1631936 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9808dede397f257eed18ad9d540b9ab54191615d --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff92921acbb2ede7edd4f0ae22d05fbfdb74823eb3939bf25b3f17aa4d33aa7 +size 14540 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8735bccc60aa23214df0ac5cf7379a5e926b7192 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f607e940d53443381f118a5655ac7140632111e4df5425c7254f00287e7f3d +size 1064 diff --git a/checkpoint-2000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-2000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-2000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b757e851210c63e186ef24635d5c4592dae9abd --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63615becd464760955910f405b800b266e6761c754b5cf2d59a410bfccff1ba +size 3403578 diff --git a/checkpoint-3000/pytorch_lora_weights.safetensors b/checkpoint-3000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e293e9fa83c693e071a372fd176da9770d9484d0 --- /dev/null +++ b/checkpoint-3000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df5f9988471a9ac9ac6d7e579b5578e373e03ce9c1ef78eb070a927221f9d92 +size 1631936 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..59439c61e006564ab8cd6239b4801311fdbdfdcc --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e54a8bb56775b0ebc34395468a3deb707e4f87bd7dde2706e9c362f79d46bcd +size 14540 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e36c53d09a3487621c778c646bff4db1ca48f52e --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9afa9d27f43b8bbc27e4848c811f9b4d02d5beda6d9269d11bc408193757a8 +size 1064 diff --git a/checkpoint-3000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-3000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-3000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b033f1d637259fe86cd821c775bc41f7810243c --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d0a5974830840ca14a1fb92457faaf010047282235293419cc0b1c290fd780 +size 3403578 diff --git a/checkpoint-4000/pytorch_lora_weights.safetensors b/checkpoint-4000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bc6304c9f4d77c9fbaea5db331f8f3cd6b06b4f5 --- /dev/null +++ b/checkpoint-4000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0b4f0b443600596d537eb585f71c4383aeb0a9a95b44d227dc8b82a040d297 +size 1631936 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a8f6d94c017beddc151d9a59edce3ec1b951adc9 --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0855d40e9cbbe1600b995a43fd1484cd5c7870215dbbb9c6f41ef819e585b9b3 +size 14540 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f29cfacbc3880b17807eee183861d6eadeb8fbbb --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16931d027921c9f9c0c948dbbf8d84d10c1775b9248a6638bf4c7004732759b4 +size 1064 diff --git a/checkpoint-4000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-4000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-4000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7e3363842d435b8c2683780e697da874212f06f5 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07c5602fd90c6fa123bf0e9320f6e7691d910c52b72d76587014f8a621dd11d +size 3403578 diff --git a/checkpoint-5000/pytorch_lora_weights.safetensors b/checkpoint-5000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ae82634acefb82d99210b433b40e51be3f82c60d --- /dev/null +++ b/checkpoint-5000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e602bc7a62c94e6c83b9e76a35179a4ad5074ca2d26095aedf4cb43ed24c59 +size 1631936 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5c6d7cacb8c0bb5e0193b607e83162544979b1c4 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545cc444fdd07c0752020a88169694b88f8a66983287ca5b0cb719495ef716d0 +size 14540 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..21bc9510fab2e914ebf59e0bba421404186cd71f --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1bcb453ddf4d36b71239a6c1570c16094a7bff75948bc375c4e080618829d9 +size 1064 diff --git a/checkpoint-5000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-5000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-5000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9f616d70a1b4bdd8e7bd228e8ecd92c8f518cf6b --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7d7c7e2a7f2b12e93ae5539bc6a15ce31b3ab9a7ba4d99b46621ed9f46beab +size 3403578 diff --git a/checkpoint-6000/pytorch_lora_weights.safetensors b/checkpoint-6000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2148f431c843d4e9a844f8873856160edc27d2f7 --- /dev/null +++ b/checkpoint-6000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9386408fa3582a067ecfe9514a0f7ab290179cf52f509a36473d80ed01af1aed +size 1631936 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4501dec11896b373b7b1fa5d93d18ffc25853653 --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb4303a5ef3e395438799e4931fcc662443ee44c8ace34da3a4cc0a02e9c68f +size 14540 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d485455bde90e668863bd95073759dae0d71695c --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a30a5dace0d7023f008bd0847374d87bc0643aea818359c79a257a3ff362f4 +size 1064 diff --git a/checkpoint-6000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-6000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-6000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..63560c5d054cfe1aff40dde4c18a5c2ff472d715 --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa76c9c7de21f9deb64884fad8d7114c04336fb30c168632b2f1d0fd95e2d82 +size 3403578 diff --git a/checkpoint-7000/pytorch_lora_weights.safetensors b/checkpoint-7000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..efdc3cd110216e9454bd4b83eb3c61211e71ba1c --- /dev/null +++ b/checkpoint-7000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e59c396d2810527920884f3de94e98cea8a78ff87cb0819d516dfdcbf248634 +size 1631936 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0a9ee4c693afa8a3b9262c15ebe0a9a0bba7b698 --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c30efdefc71a1cc04293d9991f9954de42a4ea8cc35e4b2b7b2f66faa43e236 +size 14540 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b1ed6ab1dece181dd5d255a1f7675e1265b2dee --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860706faa07acf4d17499e48a1f12463ba112e2c89b3b16553062b2c31ccaafa +size 1064 diff --git a/checkpoint-7000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-7000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-7000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3c8305870a81ee578f51887812f17b311a64015c --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3d4d2305d3788237246a02194cf399f09849ca8fe82887e3d86f1cbff3f300 +size 3403578 diff --git a/checkpoint-8000/pytorch_lora_weights.safetensors b/checkpoint-8000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e2b71355eb5925fb5f3615cf515052dbf97b1f9c --- /dev/null +++ b/checkpoint-8000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8b2179fde611b70a67c0568aacda20a198daa784077fcf897bcb0d4437a57f +size 1631936 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f4fea4738071d6b33d2a7ef49f3b72d261a70359 --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0817c8f9459c67f62e68802079fcd34c4595028c90194a4c2f9444dcbcf5f5 +size 14540 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e792947709bb6d830b443d78e43b6aa947ef038c --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e14392439096d6a3e536da1ba099556ee7d7380a52751142078be91f8c662b3 +size 1064 diff --git a/checkpoint-8000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-8000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-8000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fd72cbc5bac6a11eb946676594fb6a99ad0973bc --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591fcc9c888585fc27499559378d52df92637e975077b0fd0c8eed92b416458c +size 3403578 diff --git a/checkpoint-9000/pytorch_lora_weights.safetensors b/checkpoint-9000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..eeac7ec7b7435866fcbdbb66cdf7a852b11c5279 --- /dev/null +++ b/checkpoint-9000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b79e5ed16390c352d520d360c2a51928a05396b10826e59c0c15eb24736233 +size 1631936 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2e4adf3554210b3d7e98293e5c75347206893394 --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2a54dadbfea542fb62a22bc4de44e5dd29f2cecd783dfcb23cc273da11cca4 +size 14540 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8cac3911ebea37a81e9523ccee8e674626cf07c4 --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6c62added23163d17380dbafd7dac669d51ed94022aef9fc1b2858918caea2 +size 1064 diff --git a/checkpoint-9000/zhongguoribao_model_setting12_emb.safetensors b/checkpoint-9000/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/checkpoint-9000/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152 diff --git a/image_0.png b/image_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a788fc7b935ece359e3c9bb7d9327ad7f3867c55 Binary files /dev/null and b/image_0.png differ diff --git a/image_1.png b/image_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa2a78ca936002b5dbb9e0b921bd0752cfad6fd Binary files /dev/null and b/image_1.png differ diff --git a/image_2.png b/image_2.png new file mode 100644 index 0000000000000000000000000000000000000000..71d0c3c4921dbb03149729759da0a6aaf3ab2485 Binary files /dev/null and b/image_2.png differ diff --git a/image_3.png b/image_3.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd24979428936e3219f8dfb424fcd2c5c36ed72 Binary files /dev/null and b/image_3.png differ diff --git a/logs/dreambooth-lora-sd-15/1721985678.4415445/events.out.tfevents.1721985678.f83a41cc455f.205804.1 b/logs/dreambooth-lora-sd-15/1721985678.4415445/events.out.tfevents.1721985678.f83a41cc455f.205804.1 new file mode 100644 index 0000000000000000000000000000000000000000..db7cface8742757b8146df005382ce5c3e3b2246 --- /dev/null +++ b/logs/dreambooth-lora-sd-15/1721985678.4415445/events.out.tfevents.1721985678.f83a41cc455f.205804.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366530ec481115f04bc1dd9cb1cb1fc0265ee10763936440baac9f5b1f2507a3 +size 3578 diff --git a/logs/dreambooth-lora-sd-15/1721985678.898177/hparams.yml b/logs/dreambooth-lora-sd-15/1721985678.898177/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..f3b09aeb414a3a354c4da3fe0d05afe3cc5cc8d4 --- /dev/null +++ b/logs/dreambooth-lora-sd-15/1721985678.898177/hparams.yml @@ -0,0 +1,74 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.0001 +adam_weight_decay_text_encoder: null +allow_tf32: false +cache_dir: null +cache_latents: false +caption_column: prompt_limin_scene.jsonl +center_crop: false +checkpointing_steps: 1000 +checkpoints_total_limit: null +class_data_dir: class_data_setting11 +class_prompt: a digital painting +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 1 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: ./limin_scene +instance_prompt: a digital painting in the style of +learning_rate: 1.0e-05 +local_rank: -1 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_train_steps: 10000 +mixed_precision: null +noise_offset: 0 +num_class_images: 100 +num_new_tokens_per_abstraction: 2 +num_train_epochs: 100 +num_validation_images: 4 +optimizer: adamW +output_dir: zhongguoribao_model_setting12 +pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5 +pretrained_vae_model_name_or_path: null +prior_generation_precision: null +prior_loss_weight: 1.0 +prodigy_beta3: null +prodigy_decouple: true +prodigy_safeguard_warmup: true +prodigy_use_bias_correction: true +push_to_hub: true +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +sample_batch_size: 4 +scale_lr: false +seed: 0 +snr_gamma: null +text_encoder_lr: 5.0e-06 +token_abstraction: TOK +train_batch_size: 1 +train_text_encoder: false +train_text_encoder_frac: 1.0 +train_text_encoder_ti: true +train_text_encoder_ti_frac: 0.5 +use_8bit_adam: false +use_dora: false +validation_epochs: 500 +validation_prompt: a digital painting of a giant panda in the style of +variant: null +with_prior_preservation: true diff --git a/logs/dreambooth-lora-sd-15/1721986086.886092/events.out.tfevents.1721986086.f83a41cc455f.206397.1 b/logs/dreambooth-lora-sd-15/1721986086.886092/events.out.tfevents.1721986086.f83a41cc455f.206397.1 new file mode 100644 index 0000000000000000000000000000000000000000..30ed3ba952437b28848d0329826f2ccc0cccfd2e --- /dev/null +++ b/logs/dreambooth-lora-sd-15/1721986086.886092/events.out.tfevents.1721986086.f83a41cc455f.206397.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1174cd22dad8ac97a16a5149a6300dee4df5382af81850cea2e4ac5818498ad +size 3578 diff --git a/logs/dreambooth-lora-sd-15/1721986087.0920126/hparams.yml b/logs/dreambooth-lora-sd-15/1721986087.0920126/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..db977b8c52959541647896a9469d13ab6c15fa0a --- /dev/null +++ b/logs/dreambooth-lora-sd-15/1721986087.0920126/hparams.yml @@ -0,0 +1,74 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.0001 +adam_weight_decay_text_encoder: null +allow_tf32: false +cache_dir: null +cache_latents: false +caption_column: prompt_limin_scene.jsonl +center_crop: false +checkpointing_steps: 1000 +checkpoints_total_limit: null +class_data_dir: class_data_setting12 +class_prompt: a digital painting +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 1 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: ./limin_scene +instance_prompt: a digital painting in the style of +learning_rate: 1.0e-05 +local_rank: -1 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_train_steps: 10000 +mixed_precision: null +noise_offset: 0 +num_class_images: 100 +num_new_tokens_per_abstraction: 2 +num_train_epochs: 100 +num_validation_images: 4 +optimizer: adamW +output_dir: zhongguoribao_model_setting12 +pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5 +pretrained_vae_model_name_or_path: null +prior_generation_precision: null +prior_loss_weight: 1.0 +prodigy_beta3: null +prodigy_decouple: true +prodigy_safeguard_warmup: true +prodigy_use_bias_correction: true +push_to_hub: true +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +sample_batch_size: 4 +scale_lr: false +seed: 0 +snr_gamma: null +text_encoder_lr: 5.0e-06 +token_abstraction: TOK +train_batch_size: 1 +train_text_encoder: false +train_text_encoder_frac: 1.0 +train_text_encoder_ti: true +train_text_encoder_ti_frac: 0.5 +use_8bit_adam: false +use_dora: false +validation_epochs: 500 +validation_prompt: a digital painting of a giant panda in the style of +variant: null +with_prior_preservation: true diff --git a/logs/dreambooth-lora-sd-15/1721986327.831037/events.out.tfevents.1721986327.f83a41cc455f.208211.1 b/logs/dreambooth-lora-sd-15/1721986327.831037/events.out.tfevents.1721986327.f83a41cc455f.208211.1 new file mode 100644 index 0000000000000000000000000000000000000000..40f98ec778e7fa4eab7f044d502c3adec1728a17 --- /dev/null +++ b/logs/dreambooth-lora-sd-15/1721986327.831037/events.out.tfevents.1721986327.f83a41cc455f.208211.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbd385ff8ba700a0c81d2fee5f29b2590768852e1f3334f662b9e3114f88bf9 +size 3578 diff --git a/logs/dreambooth-lora-sd-15/1721986327.9236255/hparams.yml b/logs/dreambooth-lora-sd-15/1721986327.9236255/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..22d94bc3f22e144e263dff6cc3d8253bc6f3ea87 --- /dev/null +++ b/logs/dreambooth-lora-sd-15/1721986327.9236255/hparams.yml @@ -0,0 +1,74 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.0001 +adam_weight_decay_text_encoder: null +allow_tf32: false +cache_dir: null +cache_latents: false +caption_column: prompt_limin_scene.jsonl +center_crop: false +checkpointing_steps: 1000 +checkpoints_total_limit: null +class_data_dir: class_data_setting12 +class_prompt: a digital painting +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 1 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: ./limin_scene +instance_prompt: a digital painting in the style of +learning_rate: 1.0e-05 +local_rank: 0 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_train_steps: 10000 +mixed_precision: null +noise_offset: 0 +num_class_images: 100 +num_new_tokens_per_abstraction: 2 +num_train_epochs: 200 +num_validation_images: 4 +optimizer: adamW +output_dir: zhongguoribao_model_setting12 +pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5 +pretrained_vae_model_name_or_path: null +prior_generation_precision: null +prior_loss_weight: 1.0 +prodigy_beta3: null +prodigy_decouple: true +prodigy_safeguard_warmup: true +prodigy_use_bias_correction: true +push_to_hub: true +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +sample_batch_size: 4 +scale_lr: false +seed: 0 +snr_gamma: null +text_encoder_lr: 5.0e-06 +token_abstraction: TOK +train_batch_size: 1 +train_text_encoder: false +train_text_encoder_frac: 1.0 +train_text_encoder_ti: true +train_text_encoder_ti_frac: 0.5 +use_8bit_adam: false +use_dora: false +validation_epochs: 500 +validation_prompt: a digital painting of a giant panda in the style of +variant: null +with_prior_preservation: true diff --git a/logs/dreambooth-lora-sd-15/events.out.tfevents.1721985678.f83a41cc455f.205804.0 b/logs/dreambooth-lora-sd-15/events.out.tfevents.1721985678.f83a41cc455f.205804.0 new file mode 100644 index 0000000000000000000000000000000000000000..ebb1909672d6091cdd9d4b5a6315edd8c826ce29 --- /dev/null +++ b/logs/dreambooth-lora-sd-15/events.out.tfevents.1721985678.f83a41cc455f.205804.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31a216a8c3ca442cca81070ee22996c8b03f57a3b6e32733de28efa8d6aecdf +size 8288 diff --git a/logs/dreambooth-lora-sd-15/events.out.tfevents.1721986086.f83a41cc455f.206397.0 b/logs/dreambooth-lora-sd-15/events.out.tfevents.1721986086.f83a41cc455f.206397.0 new file mode 100644 index 0000000000000000000000000000000000000000..721a3bdafac3757b2bbc308fbf8c77957cf46ab1 --- /dev/null +++ b/logs/dreambooth-lora-sd-15/events.out.tfevents.1721986086.f83a41cc455f.206397.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bbd4154d6acda2294d0cb097867ad66e2cc7a131b30fd1adbc3800414346a5 +size 1711061 diff --git a/logs/dreambooth-lora-sd-15/events.out.tfevents.1721986327.f83a41cc455f.208211.0 b/logs/dreambooth-lora-sd-15/events.out.tfevents.1721986327.f83a41cc455f.208211.0 new file mode 100644 index 0000000000000000000000000000000000000000..656c4b35cd598e5264cb3c04e3d0ed9f55fffe6e --- /dev/null +++ b/logs/dreambooth-lora-sd-15/events.out.tfevents.1721986327.f83a41cc455f.208211.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d2e02450b060f3910960374c780ad0a011f328dbe7a82280bb800b60ae1a59 +size 4071426 diff --git a/pytorch_lora_weights.safetensors b/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..867c2993d299718e5ca41588d6c8c26e8f0ecc0b --- /dev/null +++ b/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef40ddf631dc2cff0445fb504f5ba290c87cca5063549a0714f6f44dedd824ca +size 3226184 diff --git a/zhongguoribao_model_setting12.safetensors b/zhongguoribao_model_setting12.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4e7c7365d35d40194c4ef71175c40ba5fffbbff8 --- /dev/null +++ b/zhongguoribao_model_setting12.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5231cbc96c8e547cb7c0229627650a749870009f5bc2c397377bda62e2af4713 +size 3244904 diff --git a/zhongguoribao_model_setting12_emb.safetensors b/zhongguoribao_model_setting12_emb.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff12996484478840f920e81e3fe4725baf9efcc --- /dev/null +++ b/zhongguoribao_model_setting12_emb.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6396b63b21770c9d1459a47133078d8c0a7b7fe3d0518ef624cd3ce4666eb9 +size 3152