diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5579bbf726a181b34c7b03d81f9d40e06aa26407 --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +base_model: stabilityai/stable-diffusion-3.5-large +library_name: diffusers +license: other +instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped + in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm + prime lens, pastel background +widget: [] +tags: +- text-to-image +- diffusers-training +- diffusers +- lora +- template:sd-lora +- sd3.5-large +- sd3.5 +- sd3.5-diffusers +--- + + + + +# SD3.5-Large DreamBooth LoRA - cwhuh/babyface_v7 + + + +## Model description + +These are cwhuh/babyface_v7 DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-large. + +The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sd3.md). + +Was LoRA for the text encoder enabled? False. + +## Trigger words + +You should use `photo of a korean hcwf baby wearing a plain cream beanie, wrapped in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens, pastel background` to trigger the image generation. + +## Download model + +[Download the *.safetensors LoRA](cwhuh/babyface_v7/tree/main) in the Files & versions tab. + +## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) + +```py +from diffusers import AutoPipelineForText2Image +import torch +pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-large, torch_dtype=torch.float16).to('cuda') +pipeline.load_lora_weights('cwhuh/babyface_v7', weight_name='pytorch_lora_weights.safetensors') +image = pipeline('photo of a korean hcwf baby wearing a plain cream beanie, wrapped in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens, pastel background').images[0] +``` + +### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke + +- **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/cwhuh/babyface_v7/blob/main/diffusers_lora_weights.safetensors)**. + - Rename it and 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/). + +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) + +## License + +Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3.5-large/blob/main/LICENSE.md). + + +## Intended uses & limitations + +#### How to use + +```python +# TODO: add an example code snippet for running this diffusion pipeline +``` + +#### Limitations and bias + +[TODO: provide examples of latent issues and potential remediations] + +## Training details + +[TODO: describe the data used to train the model] \ No newline at end of file diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..98ea92485d2133c520ea6db280c3b402cd99f904 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9936cadb80dd05207b48b458a8de14b138b7f3a92a6d5aec54106c31084bd236 +size 12653772 diff --git a/checkpoint-1000/pytorch_lora_weights.safetensors b/checkpoint-1000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..799aeae44ee89233ac61587f8fa28b3ddcc8a9b1 --- /dev/null +++ b/checkpoint-1000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62402c8e53ec2f4ce158da942a00d120e6422f2791c38e14d77cfeddac68f7de +size 11869368 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c4accf16bbf22336a93bc8a9cbf5b4c379d58ded --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadf80edc34e4522185a9163291d64c5fa2d675cd98d261beb46d211790211be +size 14668 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d775dd79838bd622cf4d0afe661f935fc44044db --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d0917408067fe3f275de64a4edf1dfdc70190c0fdf0c56bf38e7e7f778f94a +size 1000 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c26b3eaaf58394d53dff506859dce573042d73ed --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0254d0f30491215ef618dde0c71840164645bee86455a4351a23a81dcf46be90 +size 12653772 diff --git a/checkpoint-1500/pytorch_lora_weights.safetensors b/checkpoint-1500/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..25e2b0a1414447f1b8f724257da86332116f3d8d --- /dev/null +++ b/checkpoint-1500/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f88efb14e749c61831ae8bbe561b69cb0981a187d1912127057f3a19c65ad86 +size 11869368 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ef96baade411023b334f65060274bbb52728f127 --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da946c07bb208ebd59974057233269105d9d53247a8f6696e03d7b9867e1dc84 +size 14668 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed39d166213185fa58af7224405c0ec8045e032d --- /dev/null +++ b/checkpoint-1500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcd8546aa965fd3e7fc4e7dfdba7151408b8bb734d5a8e0fa10d3e0d5d7c1b0 +size 1000 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0706925fe4364850460bf6f819c783e0361d54b1 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60e95a34ea722fc7f435e9a667922f2fa5a22029df5c8fb27b8daea62df5dab +size 12653772 diff --git a/checkpoint-2000/pytorch_lora_weights.safetensors b/checkpoint-2000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..81845883398d795bac7f21f761f3fc49f889d473 --- /dev/null +++ b/checkpoint-2000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958d5751aafb44cbe24352afc700eaee74ef3487747e98bf1180f5b6bc564962 +size 11869368 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0cdb88057fd33f0fe8980f07a04f9986b7438796 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91df8b85609f384ac973b395fc5b252495a3cafe53701f5340317d55eb3de191 +size 14668 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1c5e39ff663bfd5d7894738abb6fa020b655e658 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4144da51f3bc2ad75d3deef93b393e7705e97f8d1064f0614c71c8a2a7f7bd7d +size 1000 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..77f5f9cce15e8dc3726cb6a11b40cddc7b504ca8 --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f83a9e55638f7d6a19e090534876d79c4a48664a9aef95564adc08ec12497ac +size 12653772 diff --git a/checkpoint-2500/pytorch_lora_weights.safetensors b/checkpoint-2500/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..432075f00f7b17f8173ce0812cd3b73320a33202 --- /dev/null +++ b/checkpoint-2500/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97de20d7ca957b7dd8a0ad985c845aa23fba9f317b81e7aaff7daa54d571d226 +size 11869368 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f88bd9bf834db441569fd80c96e9b7300af0dc5c --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcfa827bcc7cedf9bd42293a14d23c99139c39316aa632d972faa7d61c50649 +size 14668 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..04ae8798a8b2298e78d5073810a647a7b4fa10cf --- /dev/null +++ b/checkpoint-2500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1d8a0a53fa085d8f99de8df83edb2248a7ee0f90c52b38f9313ba489e1747e +size 1000 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..da528e35a9db1d3c6da25b7e57215a88bda80cc1 --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9dd486a9a8009db27495ad61acc32bab08f0f85915b0f02b97f20efb94b769 +size 12653772 diff --git a/checkpoint-3000/pytorch_lora_weights.safetensors b/checkpoint-3000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cddb9e84915d1e553ca431fecdd9fa2c360745bd --- /dev/null +++ b/checkpoint-3000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d4a7b36b272cda059ff9e44812d7b9cddd6642a899a034be43f211564e3afe +size 11869368 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c2cda5b3bcd5b6906f119b56bbf3fac8e307c410 --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec9048445a4f51a0033b3bca724c795d2819d51e551e6845a49b53f30792386 +size 14668 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..361159ed0ffd5bc9fc4d901a0c6d606befe2e810 --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d428081d4d078b95baf998a0ac1887244d6cd3d6f23c3a923947826297af870d +size 1000 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9eab3a3a1fcf8e8acc54ae5ef036e17da2028ec7 --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dc35634b47545914673122cd84f8866a4e44c85bf4ffbdde53e1ecc5fbdd74 +size 12653772 diff --git a/checkpoint-3500/pytorch_lora_weights.safetensors b/checkpoint-3500/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..45b73c83f209796ac93a29f3cd21165c70571532 --- /dev/null +++ b/checkpoint-3500/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1667d37697832407bd8876cdf12b15ad5cb8a887eb7dce053ac043a4dc2b98d1 +size 11869368 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..443bae18311ed3f2668f4876c945b2c932d48427 --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1e7674dccb460f11b9c4b7fa51c7188d332ddb73f09ca22fdf187ff0b75e56 +size 14668 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..830e76aaf4dc0743d4d9e7d67fc31e6a3f76c547 --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f055c566d820e0e83dd11723d936722c6de98a3d75f2c36fe40d51ec297840 +size 1000 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6dc54f21108f26ebff8f8328a0bd25fe6b66b0aa --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96b5add5bc30e1c277774fc8f1fc4a9cb65f630711984b21fb8dd3ddbcf71df +size 12653772 diff --git a/checkpoint-4000/pytorch_lora_weights.safetensors b/checkpoint-4000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a1386da1e37ace68d19be36e8f7e4122dd04e359 --- /dev/null +++ b/checkpoint-4000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235955742a59b6cf8339be269bbb58a8c9b229f8857fa30b14fd3f821502df25 +size 11869368 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5cc301961ef11da61eed3e1a21ca8c85e8c68233 --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9768031bbd6c7d6e4b3a738861b9882763bb0a24abd1de509f6249fc4214cc6f +size 14668 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7346c684be75e081ade13519d166e3527e532642 --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094c39cbe9d2cfbf89a0788b56884418412668f5274f5b9bbb8f0ff8799b6c7d +size 1000 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..04281b302c6cc0b6121ce5309c50d1e116809318 --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3264927a7149bc11472b5f3e353a4b6afcc65fcf9e7b4bc9da48a132fcd7e9ee +size 12653772 diff --git a/checkpoint-4500/pytorch_lora_weights.safetensors b/checkpoint-4500/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6f8c95beb2d63127bbc370dd7ffca9fcf82034a1 --- /dev/null +++ b/checkpoint-4500/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024244c12d2c94c9bcfd7106bc0c348628fd6df0a2a6a9c85fe1e45ec023dea8 +size 11869368 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4a1a232a6c857d044ddd7f50f7371cc3ff5d805e --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9101d5722d6dfe84476d3fce9f7eb974f24b089603eb0c2f47f4d450e40393e5 +size 14668 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..94475f4cae3fa4278c9d6a0ecae20dc39b80f1ec --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6e89a64e4d0996de4783fcbdf4a95b1bb8b867494d8bf0df1a0320b31463c6 +size 1000 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..65e7a696ff65cfc2f5cfd249234bac4285ebeec2 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c636bc4ea539eb9898d6fd04d31621dda77f33f7ee5d9f8d835a3485a1f8da92 +size 12653772 diff --git a/checkpoint-500/pytorch_lora_weights.safetensors b/checkpoint-500/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d8ae5982bb13ad968cdf34b8a479d51e0b5f636e --- /dev/null +++ b/checkpoint-500/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031aad4cd6fe40ef8afad76a29869e54261c71ecbd7977f2484de535152d3c1e +size 11869368 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..35acbb2e0d056ed6fdfe1e4f18ff522d1a9752d5 --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0dbaf562dae8d3ada8efbaeecc4b0fd516de538eb34d8fa3920379eed30244 +size 14668 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e38c8b3e2512be745d76146b28701fd7b3e6a586 --- /dev/null +++ b/checkpoint-500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552e707fba5735a4d79aea3a08b54917385edd0aa5308fa0371122dff9ef8aa7 +size 1000 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..63bfc1bf8968ed534d385cba80b625f6e5649f41 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0ea1a9795ab31f9094b56220ac7c91c57fa9266d54a91acf13bb548e6c8a55 +size 12653772 diff --git a/checkpoint-5000/pytorch_lora_weights.safetensors b/checkpoint-5000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e99400412e7758533d00692f468d9ee126ba849d --- /dev/null +++ b/checkpoint-5000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fd2f5a97ada8939d0fa77fc0253940536c40f32e8ff74a502290833a8a64e1 +size 11869368 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..71b3d12a525f2f709bf1674c5969a9d20476d489 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8781a63934bfcd6809f76522f2ec4826718a12fd919d3cbc6f9aa75c8e3794ef +size 14668 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..489a6215866d93c8e04446367352c0c43659a509 --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277e4723944026fbe6609c2f8dbc3f41a0f0ad67cb0f7c299d386a10bd7a9ce7 +size 1000 diff --git a/logs/dreambooth-sd3-lora/1737629210.8837674/events.out.tfevents.1737629210.aigpu08012.3857556.1 b/logs/dreambooth-sd3-lora/1737629210.8837674/events.out.tfevents.1737629210.aigpu08012.3857556.1 new file mode 100644 index 0000000000000000000000000000000000000000..cdb31ec0d9f516a43ee9d2bc52af454aaafb4144 --- /dev/null +++ b/logs/dreambooth-sd3-lora/1737629210.8837674/events.out.tfevents.1737629210.aigpu08012.3857556.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e590955bc8246a3ac0ca82b7f8360c42f2fd7c9ec97926ec3b5f6cbf52743ff9 +size 3905 diff --git a/logs/dreambooth-sd3-lora/1737629210.896582/hparams.yml b/logs/dreambooth-sd3-lora/1737629210.896582/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..19c92704093312d3076134787e0ca2ed53c0e2dc --- /dev/null +++ b/logs/dreambooth-sd3-lora/1737629210.896582/hparams.yml @@ -0,0 +1,78 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.0001 +adam_weight_decay_text_encoder: 0.001 +allow_tf32: false +cache_dir: /checkpoints/huggingface/ +cache_latents: false +caption_column: null +center_crop: false +checkpointing_steps: 500 +checkpoints_total_limit: null +class_data_dir: /data/humanscape-babyface/class_v7 +class_prompt: photo of a korean baby wearing a plain cream beanie, wrapped in a plain + cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens, + pastel background +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +gradient_accumulation_steps: 1 +gradient_checkpointing: true +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: /data/humanscape-babyface/instance +instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped + in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm + prime lens, pastel background +learning_rate: 1.0e-06 +local_rank: 0 +logging_dir: logs +logit_mean: 0.0 +logit_std: 1.0 +lora_blocks: null +lora_layers: null +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: cosine_with_restarts +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_sequence_length: 77 +max_train_steps: 5000 +mixed_precision: bf16 +mode_scale: 1.29 +num_class_images: 20 +num_train_epochs: 500 +num_validation_images: 4 +optimizer: AdamW +output_dir: babyface_v7 +precondition_outputs: 1 +pretrained_model_name_or_path: stabilityai/stable-diffusion-3.5-large +prior_generation_precision: bf16 +prior_loss_weight: 0.1 +prodigy_beta3: null +prodigy_decouple: true +prodigy_safeguard_warmup: true +prodigy_use_bias_correction: true +push_to_hub: true +random_flip: false +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 1024 +resume_from_checkpoint: latest +revision: null +sample_batch_size: 4 +scale_lr: false +seed: null +text_encoder_lr: 5.0e-06 +train_batch_size: 1 +train_text_encoder: false +upcast_before_saving: false +use_8bit_adam: true +validation_epochs: 50 +validation_prompt: null +variant: null +weighting_scheme: logit_normal +with_prior_preservation: true diff --git a/logs/dreambooth-sd3-lora/1737634064.7241745/events.out.tfevents.1737634064.aigpu08012.3960758.1 b/logs/dreambooth-sd3-lora/1737634064.7241745/events.out.tfevents.1737634064.aigpu08012.3960758.1 new file mode 100644 index 0000000000000000000000000000000000000000..3729089e74d693f7b66300c1fc863fefe250c8ab --- /dev/null +++ b/logs/dreambooth-sd3-lora/1737634064.7241745/events.out.tfevents.1737634064.aigpu08012.3960758.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474bc12a1c08ff63de762324d41695bbc67c0d1ef23f6e053ae546d6d683ae91 +size 3905 diff --git a/logs/dreambooth-sd3-lora/1737634064.7361848/hparams.yml b/logs/dreambooth-sd3-lora/1737634064.7361848/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..19c92704093312d3076134787e0ca2ed53c0e2dc --- /dev/null +++ b/logs/dreambooth-sd3-lora/1737634064.7361848/hparams.yml @@ -0,0 +1,78 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.0001 +adam_weight_decay_text_encoder: 0.001 +allow_tf32: false +cache_dir: /checkpoints/huggingface/ +cache_latents: false +caption_column: null +center_crop: false +checkpointing_steps: 500 +checkpoints_total_limit: null +class_data_dir: /data/humanscape-babyface/class_v7 +class_prompt: photo of a korean baby wearing a plain cream beanie, wrapped in a plain + cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens, + pastel background +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +gradient_accumulation_steps: 1 +gradient_checkpointing: true +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: /data/humanscape-babyface/instance +instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped + in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm + prime lens, pastel background +learning_rate: 1.0e-06 +local_rank: 0 +logging_dir: logs +logit_mean: 0.0 +logit_std: 1.0 +lora_blocks: null +lora_layers: null +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: cosine_with_restarts +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_sequence_length: 77 +max_train_steps: 5000 +mixed_precision: bf16 +mode_scale: 1.29 +num_class_images: 20 +num_train_epochs: 500 +num_validation_images: 4 +optimizer: AdamW +output_dir: babyface_v7 +precondition_outputs: 1 +pretrained_model_name_or_path: stabilityai/stable-diffusion-3.5-large +prior_generation_precision: bf16 +prior_loss_weight: 0.1 +prodigy_beta3: null +prodigy_decouple: true +prodigy_safeguard_warmup: true +prodigy_use_bias_correction: true +push_to_hub: true +random_flip: false +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 1024 +resume_from_checkpoint: latest +revision: null +sample_batch_size: 4 +scale_lr: false +seed: null +text_encoder_lr: 5.0e-06 +train_batch_size: 1 +train_text_encoder: false +upcast_before_saving: false +use_8bit_adam: true +validation_epochs: 50 +validation_prompt: null +variant: null +weighting_scheme: logit_normal +with_prior_preservation: true diff --git a/logs/dreambooth-sd3-lora/1737638497.843424/events.out.tfevents.1737638497.aigpu08012.4049424.1 b/logs/dreambooth-sd3-lora/1737638497.843424/events.out.tfevents.1737638497.aigpu08012.4049424.1 new file mode 100644 index 0000000000000000000000000000000000000000..fb3506854be26735512624366659173efa33db65 --- /dev/null +++ b/logs/dreambooth-sd3-lora/1737638497.843424/events.out.tfevents.1737638497.aigpu08012.4049424.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dacfda337178b4cc2dcc4219f8d43494e0003c32a30e8ff54da785d43868a43 +size 3905 diff --git a/logs/dreambooth-sd3-lora/1737638497.8562577/hparams.yml b/logs/dreambooth-sd3-lora/1737638497.8562577/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..19c92704093312d3076134787e0ca2ed53c0e2dc --- /dev/null +++ b/logs/dreambooth-sd3-lora/1737638497.8562577/hparams.yml @@ -0,0 +1,78 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.0001 +adam_weight_decay_text_encoder: 0.001 +allow_tf32: false +cache_dir: /checkpoints/huggingface/ +cache_latents: false +caption_column: null +center_crop: false +checkpointing_steps: 500 +checkpoints_total_limit: null +class_data_dir: /data/humanscape-babyface/class_v7 +class_prompt: photo of a korean baby wearing a plain cream beanie, wrapped in a plain + cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens, + pastel background +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +gradient_accumulation_steps: 1 +gradient_checkpointing: true +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: /data/humanscape-babyface/instance +instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped + in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm + prime lens, pastel background +learning_rate: 1.0e-06 +local_rank: 0 +logging_dir: logs +logit_mean: 0.0 +logit_std: 1.0 +lora_blocks: null +lora_layers: null +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: cosine_with_restarts +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_sequence_length: 77 +max_train_steps: 5000 +mixed_precision: bf16 +mode_scale: 1.29 +num_class_images: 20 +num_train_epochs: 500 +num_validation_images: 4 +optimizer: AdamW +output_dir: babyface_v7 +precondition_outputs: 1 +pretrained_model_name_or_path: stabilityai/stable-diffusion-3.5-large +prior_generation_precision: bf16 +prior_loss_weight: 0.1 +prodigy_beta3: null +prodigy_decouple: true +prodigy_safeguard_warmup: true +prodigy_use_bias_correction: true +push_to_hub: true +random_flip: false +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 1024 +resume_from_checkpoint: latest +revision: null +sample_batch_size: 4 +scale_lr: false +seed: null +text_encoder_lr: 5.0e-06 +train_batch_size: 1 +train_text_encoder: false +upcast_before_saving: false +use_8bit_adam: true +validation_epochs: 50 +validation_prompt: null +variant: null +weighting_scheme: logit_normal +with_prior_preservation: true diff --git a/logs/dreambooth-sd3-lora/events.out.tfevents.1737629210.aigpu08012.3857556.0 b/logs/dreambooth-sd3-lora/events.out.tfevents.1737629210.aigpu08012.3857556.0 new file mode 100644 index 0000000000000000000000000000000000000000..53ccd0bed1e7ac2fdb14e26e12874ffd16704789 --- /dev/null +++ b/logs/dreambooth-sd3-lora/events.out.tfevents.1737629210.aigpu08012.3857556.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e319156821de54b0c0619130adb668fbf3e933ee35a8bf011febe718703628a5 +size 98450 diff --git a/logs/dreambooth-sd3-lora/events.out.tfevents.1737634064.aigpu08012.3960758.0 b/logs/dreambooth-sd3-lora/events.out.tfevents.1737634064.aigpu08012.3960758.0 new file mode 100644 index 0000000000000000000000000000000000000000..dedea02883489dc6fdcdae9d8c75b92895f92246 --- /dev/null +++ b/logs/dreambooth-sd3-lora/events.out.tfevents.1737634064.aigpu08012.3960758.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5d80e3614f09dda07d877aa544b9330b2e779c6e54757abc085891f93b8ee3 +size 95092 diff --git a/logs/dreambooth-sd3-lora/events.out.tfevents.1737638497.aigpu08012.4049424.0 b/logs/dreambooth-sd3-lora/events.out.tfevents.1737638497.aigpu08012.4049424.0 new file mode 100644 index 0000000000000000000000000000000000000000..0628eb1762cee6a9b6430c0f098696c390e9ae8d --- /dev/null +++ b/logs/dreambooth-sd3-lora/events.out.tfevents.1737638497.aigpu08012.4049424.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa2e354301f04da8fcfd9b2772ed5696de6e208178cded5ca56ce41daa358f0 +size 252088 diff --git a/pytorch_lora_weights.safetensors b/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e99400412e7758533d00692f468d9ee126ba849d --- /dev/null +++ b/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fd2f5a97ada8939d0fa77fc0253940536c40f32e8ff74a502290833a8a64e1 +size 11869368