diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..680b33000c183935de740b70479b4fcc9c7dfcab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +image_0.png filter=lfs diff=lfs merge=lfs -text +image_1.png filter=lfs diff=lfs merge=lfs -text +image_2.png filter=lfs diff=lfs merge=lfs -text +image_3.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ce79f5da1842127bba11d7047fcb3e4819ac1113 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: stabilityai/stable-diffusion-3-medium-diffusers +library_name: diffusers +license: openrail++ +tags: +- text-to-image +- diffusers-training +- diffusers +- lora +- sd3 +- sd3-diffusers +- template:sd-lora +instance_prompt: a photo of [V] object +widget: +- text: A photo of [V] object + output: + url: image_0.png +- text: A photo of [V] object + output: + url: image_1.png +- text: A photo of [V] object + output: + url: image_2.png +- text: A photo of [V] object + output: + url: image_3.png +--- + + + + +# SD3 DreamBooth LoRA - anmittal1/camera-sd3-lora-1 + + + +## Model description + +These are anmittal1/camera-sd3-lora-1 DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers. + +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 `a photo of [V] object` to trigger the image generation. + +## Download model + +[Download the *.safetensors LoRA](anmittal1/camera-sd3-lora-1/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-medium-diffusers', torch_dtype=torch.float16).to('cuda') +pipeline.load_lora_weights('anmittal1/camera-sd3-lora-1', weight_name='pytorch_lora_weights.safetensors') +image = pipeline('A photo of [V] object').images[0] +``` + +### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke + +- **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/anmittal1/camera-sd3-lora-1/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-medium/blob/main/LICENSE). + + +## 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..00ac2e22ef87cd674561acccb8f5c0eed33bebd0 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cad3f3e1c19664de0a6380ea225a1af86d402d0c90afc91cd96283c47c3c8e +size 9598266 diff --git a/checkpoint-1000/pytorch_lora_weights.safetensors b/checkpoint-1000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0f9836555ce46fd4725cbf7f2bd6f7494f9624bb --- /dev/null +++ b/checkpoint-1000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4ba609da0c5d2dacceac2b6f77d49db1e2a3bd598b3daaeb22afac8d1cba1e +size 4742848 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..86961ecd1ab7784510c019c519ad12f1d551e463 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5d6ec45e68ae35e005e4cb2667967175d3c5459499fe2ca82ccbfded2cb99e +size 14408 diff --git a/checkpoint-1000/scaler.pt b/checkpoint-1000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..1d181e6249d155a6c5e31f3078bd344c67ee533e --- /dev/null +++ b/checkpoint-1000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e +size 988 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b27d725b3673477ff55fdd87a26906ce6565614 --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84 +size 1000 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f02b7a3f5f95d7427131dcfa997f83412508cc2b --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70479d27bbd79eb6a9ecedfe011c2dee59645f0f23816177746c11cfff747f70 +size 9598266 diff --git a/checkpoint-10000/pytorch_lora_weights.safetensors b/checkpoint-10000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..10a1af946d030cd5bc048a1c29a097b28bae3ed1 --- /dev/null +++ b/checkpoint-10000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e766c9e3db4c93de85bc5b22586dfa9c9ce8cfe4c5dd375273a802182928c0 +size 4742848 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9f8ee8994da5383182a41d5a1b6c79762080a630 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d859660000e35a7f1ea35bde31d639604b103490ca22dc883d97adaa5c6bd2 +size 14408 diff --git a/checkpoint-10000/scaler.pt b/checkpoint-10000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..1cf9576ee4ffbcea8700636613e5506475153027 --- /dev/null +++ b/checkpoint-10000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dd792f68c210603692aedada855793ed50b3aa941307b551dc822363f2d043 +size 988 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..da4ee2fb353f9597a069dfd586370b3da00d7dc9 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bbef0c8fecac2668563417c5ed2ebcdecc2a3024abda5059c94bc08a3f3fea +size 1000 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b6135cce852cabad5fb794643d618c0e767b5007 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285896d45e45d7a4fcbd51a6299e5818daadfd13514511bddae8f153f02f1368 +size 9598266 diff --git a/checkpoint-2000/pytorch_lora_weights.safetensors b/checkpoint-2000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..df6bb3609955293a7e120d042f3c3fb4ea235079 --- /dev/null +++ b/checkpoint-2000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b471c0587a56be486a9167a0942923ca1eb037785bf1b8d4115d57cc89f49ca +size 4742848 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4ab30650d82dc21a9eb85d119d0f851443f57b0e --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3438659dbdaa47bf2d1d87f868504717e8eb4b73a4931212e22aa7eded1afe +size 14408 diff --git a/checkpoint-2000/scaler.pt b/checkpoint-2000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..99282b0e304ef68a38f5a2dd4a6ac123700f2f53 --- /dev/null +++ b/checkpoint-2000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c +size 988 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..265be0ca1047a7473155ea7e300903c0b049b695 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a7fe0a2983de695c44ba167520d4ce1ca01157e36e90498bee8c9d8e4b61fc +size 1000 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..deb7ae84d2fa99d3150d2e0dac8e229bd8f76853 --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b728ee3fd451fa5487f5088f1cc1384ad2a9ced6da29565adc4e1d4b1951777 +size 9598266 diff --git a/checkpoint-3000/pytorch_lora_weights.safetensors b/checkpoint-3000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2f83945ef0f9512d01623ba75a94c43c4776bbac --- /dev/null +++ b/checkpoint-3000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c2a9b8d7a001e4a35acd7f115cb19f2a3b71b38c9a5ff90633a44db73d3315 +size 4742848 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b3f4f00e9db944c4c140b60480a8c412cda467e4 --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d60dc24af4d5b9f913272cf8c38b4d9759d9b854d29b50154df859656cae02b +size 14408 diff --git a/checkpoint-3000/scaler.pt b/checkpoint-3000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6c13b5448a0852139c8a78d48ae5f4dc71f8a023 --- /dev/null +++ b/checkpoint-3000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21aba8ed0f38ed1c04994c10a9ca7e9925e55ef2ed51283c43ff8e2cce78585f +size 988 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e34b9d961e83d8a8892cc99eb41c713478ece0d --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a530ffa9220cf65c0729e966fdf26ce7223ed3dc88346bbe1367170da20bad4 +size 1000 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3db5fd83201690c36e2d495ba30c65f3daa0ea8e --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15275649d90b5d2cbedb8b8ab232e4b3c960c0c7e030fd8f50163bae201f5d72 +size 9598266 diff --git a/checkpoint-4000/pytorch_lora_weights.safetensors b/checkpoint-4000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..219c3de681eefaf41c2c97c14bd39d062deb15df --- /dev/null +++ b/checkpoint-4000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bced8eacfb01518b94b6ffe195046fba07b491e8e2ccee9a5c6acd049ec5083 +size 4742848 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3532f85785b2a6adcdcb364a760364a1a47d4fea --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44eb7e347e54a6c62128ed59fd713e0c7b6e1f5279ef21642c54661a37775d85 +size 14408 diff --git a/checkpoint-4000/scaler.pt b/checkpoint-4000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8e3c148798a27b525e5967dae1f764aa32ba855f --- /dev/null +++ b/checkpoint-4000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a4acfb0da74c479080613978839dd3cbb4608fd2c07e764b4c844401d8dd5f +size 988 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4650a57bdc5329d82b7509dbd026339e5b46def6 --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27fbcb71e64da5cd3c386782ab45bb0efde0abb5d30842a94c8a599b450c90c +size 1000 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..939cb148a637efa0bdf6774d9e06d7b4d68c43a7 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38d7ff951d151aebbbd07f90f7c1537db03b8c1b5926dd5dd305fac53976b23 +size 9598266 diff --git a/checkpoint-5000/pytorch_lora_weights.safetensors b/checkpoint-5000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..24b8e5376b737a31d31e3e92f9ce73f85c2922dd --- /dev/null +++ b/checkpoint-5000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e7e508e7f5c98f5b21d716b0f1d6ffc0ef01558a7d454e38dfe62a870d6881 +size 4742848 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..235ce1ceca9d35d6d9d25182235b41f0eb5f7914 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823141df27f3840813604bd7ac5dd789b2dcb2d988da443dae9ed7bb04e0ab87 +size 14408 diff --git a/checkpoint-5000/scaler.pt b/checkpoint-5000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..da81849ef9b20a8870285eaa92c68ae84344e397 --- /dev/null +++ b/checkpoint-5000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41216328ab75de937007afb04d76156949bedb908461001a451c8991c2ba8cca +size 988 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..976a27de201da5488bc7b42ce6d3ddff38320cae --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920333155b08e76154b89a85170c320833074db7b84649a9cfe79fd10b6bf2d9 +size 1000 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3fa1713d27a20b4a750f08f794aa72065627bccc --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2c81152b7f2cc08d800583f617eab32c5a9aed8317fd988ad67fe7ad7a55ce +size 9598266 diff --git a/checkpoint-6000/pytorch_lora_weights.safetensors b/checkpoint-6000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c18f0226fb2d091c8b7f1ddf17cf3bd0a23664cd --- /dev/null +++ b/checkpoint-6000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e45da67a1667006291aba3b73f4683968cba022b1840d1d532ad3b6e422ee0 +size 4742848 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c35476ebf9189d651a03e073a406d6ada7f173ec --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d08b796c94d24b16aed42028d47985b52360ace2fa01dfb2b4af1a0f6eb20c +size 14408 diff --git a/checkpoint-6000/scaler.pt b/checkpoint-6000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..840da600451fc71f1b6180ead0075b9e8fdecae3 --- /dev/null +++ b/checkpoint-6000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c6abec96b9d238cb94e3e6ca47ebac7366e65b2c1f7f780949153075612b6e +size 988 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..56f6260b4410b5426405fe19cb5e3a70940c635e --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee5dfbcb11f39797466c733b73a4b72d5ce9cd980aa33b83191eda39b8f80d9 +size 1000 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9569549548431ad99e0ca75c9574c3c12bfc2e2f --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebb41a3efdd195b6bc067bd96f26ede48fd04dee7b86668fa361cadf7d4be03 +size 9598266 diff --git a/checkpoint-7000/pytorch_lora_weights.safetensors b/checkpoint-7000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6e2dfc0854483016ba40497a7666c28d8cea15f5 --- /dev/null +++ b/checkpoint-7000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d04c57c7145426da313d8762fc2d3145ce0ad654621c2cf5afa999ff98c15b +size 4742848 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ed35f5c449475cfd27df742b5c931cd2eee6fcdc --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7972310ca38691fef3c9d062b0a35e434707513d941944b30040dc3009d40bf2 +size 14408 diff --git a/checkpoint-7000/scaler.pt b/checkpoint-7000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..737bf675186d048829559bb294eae012b8d37102 --- /dev/null +++ b/checkpoint-7000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1649d3b3e023e1971bf1f99ed02274c67a4f14e5a2d48039bdea3dcc4713a9d +size 988 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..060d6467a94bb456ae140a069e7c9fc0d0d9eefe --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f80bd4cf789dadaabab339ee4bbcf7677008e876201ba9229aae4c3d8860b1 +size 1000 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..efed3229709708a817e58b4e8e0cff309840abef --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b63e917ec7c386395e06aa54746bc4192fdaecb98374aa75311c7fff54a0236 +size 9598266 diff --git a/checkpoint-8000/pytorch_lora_weights.safetensors b/checkpoint-8000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..550dff75f86891ac3a9b5c9ba5a459afa5b48c97 --- /dev/null +++ b/checkpoint-8000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a5fb612a1774a969055cdd3d57a509ceb58b9691ab1e1b65c6d7ef6fde874d +size 4742848 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4dcbe99a0ae1648efe9d67f0051eb513fe8f0032 --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3576537c97dc41ddd99185f84c71556f53509a0aefb5d1423c2e028461ee5bab +size 14408 diff --git a/checkpoint-8000/scaler.pt b/checkpoint-8000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5d233dbc7213d116f30ab6ede931ddae392b2dcd --- /dev/null +++ b/checkpoint-8000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277aa13cb2ec6fbc8e4950a74aadb07696752963130be9aa03b65700e040b1b0 +size 988 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a8d44bde7bdd376310f93f74af9fce60796d118f --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292da4efc7a8f738c6def66954da40f3297d0ce66bc7f39bf63dc452f2047773 +size 1000 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..94e426ce4ba2c94788b43f0f16997d910d57a1e7 --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc11555aba933c4a749299e21315e1b5dc8da690f2af618555a16782a976884 +size 9598266 diff --git a/checkpoint-9000/pytorch_lora_weights.safetensors b/checkpoint-9000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d881cc642d4278867cab2fb3a7109b512d5552c1 --- /dev/null +++ b/checkpoint-9000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33935187d93d126a3e14b8092ad4bd3947c3ce5b72a2ec03e1be645580594b21 +size 4742848 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4fe6c34658a3d8092f24db6a203be770dfd514ac --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33316a7d24852542c851af943b7d2999d370a7b61229a59a85596653d8cf61fa +size 14408 diff --git a/checkpoint-9000/scaler.pt b/checkpoint-9000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9745098919384fd8e7de8e038f9a9cce7d8fc15d --- /dev/null +++ b/checkpoint-9000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba9038e3f4095d248ad463b1c7b6b999ea9c416a287165a6c904f821b9b73e8 +size 988 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..25e14b82ee441751f8c77ec7acb7ef4d48717f35 --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0db8d4b9aeac9dc4da81cfcb0d016cd5109843f59446b57ebb943cfaf7b90a +size 1000 diff --git a/image_0.png b/image_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93e97ff48890a4b677120e8ee774517d3d86e8a8 --- /dev/null +++ b/image_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145eaf4f1f73455e4398cb219ac4f56481eac0c82542f753278f204584c657fc +size 1176620 diff --git a/image_1.png b/image_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d9fffa124758cf1f6d9da6504f7d610069f40fa9 --- /dev/null +++ b/image_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062016fae3bf6cb52092f70a53d26ac1a99221522cc9a454322118aaf8cfe76f +size 1152700 diff --git a/image_2.png b/image_2.png new file mode 100644 index 0000000000000000000000000000000000000000..36cc49a720b2960d091329182cfe50aae33ef29c --- /dev/null +++ b/image_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf330d1ebda30a379ac89c59a10e256cfa30dc51e00bd5457944492f41a2d53 +size 1166283 diff --git a/image_3.png b/image_3.png new file mode 100644 index 0000000000000000000000000000000000000000..9b9e05e6795a4a4a7570207eb4f7b42ca067b9b4 --- /dev/null +++ b/image_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cdfd4451eab2d8b2d72409f2d22b1ae2eb9c97f8f312e7c686f53b0f982eda +size 1127511 diff --git a/logs/dreambooth-sd3-lora/1730395192.6671317/events.out.tfevents.1730395192.sn4622119174.2961085.1 b/logs/dreambooth-sd3-lora/1730395192.6671317/events.out.tfevents.1730395192.sn4622119174.2961085.1 new file mode 100644 index 0000000000000000000000000000000000000000..adc187e58f9a8e26d043961690cb88c395d422e8 --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730395192.6671317/events.out.tfevents.1730395192.sn4622119174.2961085.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afc5c37a306166ee7a30ce397545a04d0d16adfab576205b0f4b078d2415dcf +size 3229 diff --git a/logs/dreambooth-sd3-lora/1730395192.6680875/hparams.yml b/logs/dreambooth-sd3-lora/1730395192.6680875/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..4d552469d8ad1e1c919218b08b3a41a4ddb5040f --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730395192.6680875/hparams.yml @@ -0,0 +1,70 @@ +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: null +caption_column: null +center_crop: false +checkpointing_steps: 1000 +checkpoints_total_limit: null +class_data_dir: null +class_prompt: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +gradient_accumulation_steps: 5 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: camera +instance_prompt: a photo of [V] object +learning_rate: 1.0e-05 +local_rank: 0 +logging_dir: logs +logit_mean: 0.0 +logit_std: 1.0 +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_sequence_length: 77 +max_train_steps: 10000 +mixed_precision: fp16 +mode_scale: 1.29 +num_class_images: 100 +num_train_epochs: 5000 +num_validation_images: 4 +optimizer: AdamW +output_dir: camera-sd3-lora-1 +precondition_outputs: 1 +pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers +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 +random_flip: false +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +sample_batch_size: 4 +scale_lr: false +seed: 1 +text_encoder_lr: 5.0e-06 +train_batch_size: 1 +train_text_encoder: false +use_8bit_adam: false +validation_epochs: 25 +validation_prompt: A photo of [V] object +variant: null +weighting_scheme: logit_normal +with_prior_preservation: false diff --git a/logs/dreambooth-sd3-lora/1730396545.4896696/events.out.tfevents.1730396545.sn4622119174.2968237.1 b/logs/dreambooth-sd3-lora/1730396545.4896696/events.out.tfevents.1730396545.sn4622119174.2968237.1 new file mode 100644 index 0000000000000000000000000000000000000000..22161bbebe3b0c7ebae52eee461b3be625ae3c6c --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730396545.4896696/events.out.tfevents.1730396545.sn4622119174.2968237.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7968df939e50ca8e06a6137650dca2f4e50ddb00895d12ca16a818421562380 +size 3229 diff --git a/logs/dreambooth-sd3-lora/1730396545.4908063/hparams.yml b/logs/dreambooth-sd3-lora/1730396545.4908063/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..4d552469d8ad1e1c919218b08b3a41a4ddb5040f --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730396545.4908063/hparams.yml @@ -0,0 +1,70 @@ +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: null +caption_column: null +center_crop: false +checkpointing_steps: 1000 +checkpoints_total_limit: null +class_data_dir: null +class_prompt: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +gradient_accumulation_steps: 5 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: camera +instance_prompt: a photo of [V] object +learning_rate: 1.0e-05 +local_rank: 0 +logging_dir: logs +logit_mean: 0.0 +logit_std: 1.0 +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_sequence_length: 77 +max_train_steps: 10000 +mixed_precision: fp16 +mode_scale: 1.29 +num_class_images: 100 +num_train_epochs: 5000 +num_validation_images: 4 +optimizer: AdamW +output_dir: camera-sd3-lora-1 +precondition_outputs: 1 +pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers +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 +random_flip: false +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +sample_batch_size: 4 +scale_lr: false +seed: 1 +text_encoder_lr: 5.0e-06 +train_batch_size: 1 +train_text_encoder: false +use_8bit_adam: false +validation_epochs: 25 +validation_prompt: A photo of [V] object +variant: null +weighting_scheme: logit_normal +with_prior_preservation: false diff --git a/logs/dreambooth-sd3-lora/1730407150.6618302/events.out.tfevents.1730407150.sn4622119174.3018287.1 b/logs/dreambooth-sd3-lora/1730407150.6618302/events.out.tfevents.1730407150.sn4622119174.3018287.1 new file mode 100644 index 0000000000000000000000000000000000000000..5e817f8ce16ff554b9921842dda28a2a600ef155 --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730407150.6618302/events.out.tfevents.1730407150.sn4622119174.3018287.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394f556dd50d7f17dd9436333f4dddde1bb0b8c5302d2ea73153bbc6589f659f +size 3229 diff --git a/logs/dreambooth-sd3-lora/1730407150.6630106/hparams.yml b/logs/dreambooth-sd3-lora/1730407150.6630106/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..4d552469d8ad1e1c919218b08b3a41a4ddb5040f --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730407150.6630106/hparams.yml @@ -0,0 +1,70 @@ +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: null +caption_column: null +center_crop: false +checkpointing_steps: 1000 +checkpoints_total_limit: null +class_data_dir: null +class_prompt: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: null +gradient_accumulation_steps: 5 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +instance_data_dir: camera +instance_prompt: a photo of [V] object +learning_rate: 1.0e-05 +local_rank: 0 +logging_dir: logs +logit_mean: 0.0 +logit_std: 1.0 +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 0 +max_grad_norm: 1.0 +max_sequence_length: 77 +max_train_steps: 10000 +mixed_precision: fp16 +mode_scale: 1.29 +num_class_images: 100 +num_train_epochs: 5000 +num_validation_images: 4 +optimizer: AdamW +output_dir: camera-sd3-lora-1 +precondition_outputs: 1 +pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers +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 +random_flip: false +rank: 4 +repeats: 1 +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +sample_batch_size: 4 +scale_lr: false +seed: 1 +text_encoder_lr: 5.0e-06 +train_batch_size: 1 +train_text_encoder: false +use_8bit_adam: false +validation_epochs: 25 +validation_prompt: A photo of [V] object +variant: null +weighting_scheme: logit_normal +with_prior_preservation: false diff --git a/logs/dreambooth-sd3-lora/events.out.tfevents.1730395192.sn4622119174.2961085.0 b/logs/dreambooth-sd3-lora/events.out.tfevents.1730395192.sn4622119174.2961085.0 new file mode 100644 index 0000000000000000000000000000000000000000..0ec9f9e8f0ee62a9ad75e3a5a534ce31d29ea82d --- /dev/null +++ b/logs/dreambooth-sd3-lora/events.out.tfevents.1730395192.sn4622119174.2961085.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d2ce08cf0353387bbbd7948b397d9d5a7aa8ff52320aca38c9a8b5b4c58dda +size 9650859 diff --git a/logs/dreambooth-sd3-lora/events.out.tfevents.1730396545.sn4622119174.2968237.0 b/logs/dreambooth-sd3-lora/events.out.tfevents.1730396545.sn4622119174.2968237.0 new file mode 100644 index 0000000000000000000000000000000000000000..1fad8666d07d762e88ca9da8aff01a6d70075b65 --- /dev/null +++ b/logs/dreambooth-sd3-lora/events.out.tfevents.1730396545.sn4622119174.2968237.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9511bd07956136dbe08d3de2a9fc7e2f940df8033009f17bb8188bcb79b6c92 +size 9716394 diff --git a/logs/dreambooth-sd3-lora/events.out.tfevents.1730407150.sn4622119174.3018287.0 b/logs/dreambooth-sd3-lora/events.out.tfevents.1730407150.sn4622119174.3018287.0 new file mode 100644 index 0000000000000000000000000000000000000000..cc89ea956a219414a11c395db4e32b4fb3080793 --- /dev/null +++ b/logs/dreambooth-sd3-lora/events.out.tfevents.1730407150.sn4622119174.3018287.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcce6035150d0fa26401ccde888c1108c4c7acc18faf97e33e7280fad67cf1c +size 1134992430 diff --git a/pytorch_lora_weights.safetensors b/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..10a1af946d030cd5bc048a1c29a097b28bae3ed1 --- /dev/null +++ b/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e766c9e3db4c93de85bc5b22586dfa9c9ce8cfe4c5dd375273a802182928c0 +size 4742848