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..3c0aff3bd1262ec6c6b3eeddfc43b5cf539093bd --- /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/camera2-sd3-lora-1 + + + +## Model description + +These are anmittal1/camera2-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/camera2-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/camera2-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/camera2-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..d20c459ab4978ed1ae8519906b63c782691f9e6f --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d7aad36a07f8576423a909fea292f95a476489dac2735ef52568bd770c0714 +size 9598266 diff --git a/checkpoint-1000/pytorch_lora_weights.safetensors b/checkpoint-1000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..32ae5536354b71e638a92053000b45412a68f397 --- /dev/null +++ b/checkpoint-1000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5539d2fea8d5a67ed92b9a92ed3b2d70ea0d619011040cd4eb91f1b3d6e0c217 +size 4742848 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..667abc0cb48e327339b52b4be8e1c9686b90df5c --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf4ddb0c514307134c76524ff24b42c0f6afea3ed85496f1d79a3a0fa63034f +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..3b23c9ee9bbd4a894dccf1040cbd921f4efd210e --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22195965c1dd54d2757f4c50934e49d408e4d8a8f5b91fe86ec91f4bdb319a8a +size 9598266 diff --git a/checkpoint-10000/pytorch_lora_weights.safetensors b/checkpoint-10000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4a4cfbbe715ed4ba6835a9879476761e67917099 --- /dev/null +++ b/checkpoint-10000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8baaaaf88acc4f32ac210e4eb121cf65e6b8da3222e9e0503736bcfac397042 +size 4742848 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..46b07be0f2474241630871460861543d9870f51c --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e4402ca8949a93c5355580b2127b013d191e6320b8b5cb4c13f075037ffdae +size 14408 diff --git a/checkpoint-10000/scaler.pt b/checkpoint-10000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5b06ee83b6a453997a072d146d3ddd8695e18d63 --- /dev/null +++ b/checkpoint-10000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37c94dad9c27aa070c66f020f85050e7628adbe8df381c470c2f01ed333d243 +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..50b2834fe0c50909c711095d4fe7c4ad1a04372e --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9181443e6d1ca2c7e5d673e551f5dbafbec0e3db976bce7ea478a2d85a4bddf3 +size 9598266 diff --git a/checkpoint-2000/pytorch_lora_weights.safetensors b/checkpoint-2000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b36678bd06387dd2bdd897c89976f7350cc1c854 --- /dev/null +++ b/checkpoint-2000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8740cf0dec656110d953922fecec9037ad9454201d52f27b0563fcaea0496407 +size 4742848 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3f9e11f88650e7f165f4eeeca8b86e70056cfd75 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87760a0771e95d683cfa90d6a879f5be7d0bc39d712e1dcf7fc7e287df3a92f +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..8717a8abd5a41ded89f4ab0d909beb1e2a4d1db0 --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f05c60fa59f2e91c1fb092a28e74867d195b1d1573a6f75eb1a6176348c366 +size 9598266 diff --git a/checkpoint-3000/pytorch_lora_weights.safetensors b/checkpoint-3000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..92cd050b45c42ee666386b605ac51bb33ef5b5f2 --- /dev/null +++ b/checkpoint-3000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb223238b339b34eb715682d0e5855262f9bffb7357633104e0f44122ad73ca0 +size 4742848 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6e13dfb09d97e39a7f3572864b32185fb6befcb2 --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e403ed4a3fde413503915d0f216fdf1d453876c59a03572a9b75add3cf0fd9 +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..7b00fc31756b6f2b243c86c4851bc5bd8b4f9452 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f970f047013db0e7a7c6f2733d492b2381f03582037ae6df9a9f818bed45e51 +size 9598266 diff --git a/checkpoint-4000/pytorch_lora_weights.safetensors b/checkpoint-4000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f3ae28ceda11c32642a2ce32b61c0c125e012cb7 --- /dev/null +++ b/checkpoint-4000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b76b215f34c683631da2a3032fe388c780ad6b82314f14be40f6bd881d521e +size 4742848 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5f57046c32f230432d41d379fe43d06617bc1bdc --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49aa2f0c2f3edf84f2ad5930c7f2cd9592412fd10602a240c1e5c705dfe76f6 +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..9da61363c1c04ea3b5bfa4865f666332efd06c27 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b4f73ca211af16614508cdb6f1fe09a8b8160e3afe51ed96497fb73f2880ac +size 9598266 diff --git a/checkpoint-5000/pytorch_lora_weights.safetensors b/checkpoint-5000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0514ec027da59c963fba4ddcae712d8137e2b58f --- /dev/null +++ b/checkpoint-5000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a99d849cd4ed23f7395ada96dbb2939c3b38972661dd02b63a6d120361e7ad +size 4742848 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d6a32464f440b826d34165d044c607125ef712a9 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd51d2f6287f57d69dcc9d1a3e105df74966b7b846787090be4321424cb2551 +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..1bab7cb85a5037cc90106100465da5cfb42ca87e --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3713c4b13cbcc1a69d3b9ce6dc9e27f90ad6a966c3e42078aa9b5b857021b988 +size 9598266 diff --git a/checkpoint-6000/pytorch_lora_weights.safetensors b/checkpoint-6000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1ccd15cbdde138b2b6268ae0450458679cbee5bf --- /dev/null +++ b/checkpoint-6000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891f720f627473bfaac1763e14b0c690922e7cd1d2cc48d2331286c25abb58c9 +size 4742848 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..087d35e8dda4d8efe8e850bcc8172086c594e3ec --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4275d4729a6bbc9e42f8ee9cc81c59dad930322b8238e5f72917fb29c028d620 +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..e81671cf4028560bf0aee9d626d55cb12c302ead --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96381bf425ebb1d480caf49260f981408bcab5d5ac4e4da9292f7795b41037c6 +size 9598266 diff --git a/checkpoint-7000/pytorch_lora_weights.safetensors b/checkpoint-7000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..88661e82bdfa1a92e64adbf4c6fb6510e3ca9a11 --- /dev/null +++ b/checkpoint-7000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1211d016e998be2052be2503882f9c53621a92f9951808f4483a36eb1bdfbd6b +size 4742848 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4466f3c02f04966c6b24b0fb288ce90fc23c1ce3 --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fab1b4f276667cea5f1885cb6ba892e072ec37adb09eb6b2efa529330dd248 +size 14408 diff --git a/checkpoint-7000/scaler.pt b/checkpoint-7000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..f7ebf6e8ff4d3ddcaea96be999516961e9dc29f7 --- /dev/null +++ b/checkpoint-7000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b14c22b633a9921039ec16033ae2de02f355e590e6e059d145aa72ef03b939 +size 988 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f2a90d3db0f8675bfb9888e36faa92be5787579d --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e880be8a64d4b63920b994efe4df220a7ac1e3746d1bc3d2515dd85088606cf +size 1000 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..28b73ce07c7d06fce173974e1a23bbfad48a2ae5 --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059620e60fab517176abc5668b8f74980a19b1be46c855de33a2a26282af6c1b +size 9598266 diff --git a/checkpoint-8000/pytorch_lora_weights.safetensors b/checkpoint-8000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..32846d69bc1c1ef678ff95b80cbf82cc4c4c5b96 --- /dev/null +++ b/checkpoint-8000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e07a16cb0ae811026ed50e536ec4a717058c97f26b71b1e381ca907f8e1f100 +size 4742848 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..534c399823b2697d2c2baf788868a7a47a2ea4df --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef349421c2d35cfc2923258e2618b9e8cd2b13ccb1863e85aae92ced23ed3bc4 +size 14408 diff --git a/checkpoint-8000/scaler.pt b/checkpoint-8000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7ce120a13a3a02a8f67a39568d2f5e2f668038ff --- /dev/null +++ b/checkpoint-8000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6013ededba307f08448e0a70af4ee692a8ffc1ef9772e1cd197e03b2402c386d +size 988 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4f4d13455f44fb3f13aed0f8266b4183a25c3198 --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7831aef386ff639770f08cbe5d04df86198098093427b2f386cb55f7af29ee +size 1000 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..70b758f3c1f319b8c3bd4e4a21abc111774492f6 --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb60a444dea3130574a98ac76b0970c50a8de267536d9b8e18314d630c068bb +size 9598266 diff --git a/checkpoint-9000/pytorch_lora_weights.safetensors b/checkpoint-9000/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..549a36efa9215dea2cdccd33501c94a101facd92 --- /dev/null +++ b/checkpoint-9000/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c6631ee96d93094ba9125216e82d5d6ee36b38dc555a7306010becb92d4f98 +size 4742848 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b8a34941e7430c8756e783a8ef0e553b97a36355 --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50e6faff3a92395142fa82151e5f3a4a1956ef11f0c5f4d9172f389d964bd35 +size 14408 diff --git a/checkpoint-9000/scaler.pt b/checkpoint-9000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..eb345028b273751b27b18e613bb1799e8d63c581 --- /dev/null +++ b/checkpoint-9000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c362db2dd11a904229f83bcbbf8bd49ba907aab3b05a8c12c041486666a0712 +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..2a41ad94e55eb09d7f23233c039b119d7dcd615c --- /dev/null +++ b/image_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaf7790f7733500db70214fe6d150edda0022045a1de052e7f8389022e70eee +size 1407785 diff --git a/image_1.png b/image_1.png new file mode 100644 index 0000000000000000000000000000000000000000..50221d696bbbbebb8fb9fd999fd52c5365b8ab08 --- /dev/null +++ b/image_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e039e5609b483b604fb953568cd1f28096c216f93e98f68088c1ab86bd426f18 +size 1403157 diff --git a/image_2.png b/image_2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d2230e3ab480354e653fd84947a93e998d3d6e --- /dev/null +++ b/image_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c495c8e00d8f5d4f03580f11e99d7108e6782da4ae9278451d95476818d2f1a +size 1394887 diff --git a/image_3.png b/image_3.png new file mode 100644 index 0000000000000000000000000000000000000000..143f6ef4b32062052003f5f0bb98e1c4d290eceb --- /dev/null +++ b/image_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9555287a7a6b8a00a23772db15f7959e00e524812aa790600b8ca5440163b3f3 +size 1395053 diff --git a/logs/dreambooth-sd3-lora/1730493344.662469/events.out.tfevents.1730493344.sn4622119174.3117651.1 b/logs/dreambooth-sd3-lora/1730493344.662469/events.out.tfevents.1730493344.sn4622119174.3117651.1 new file mode 100644 index 0000000000000000000000000000000000000000..89fd3a31e130ef7ed1a60a52bffcf054a0fa0a73 --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730493344.662469/events.out.tfevents.1730493344.sn4622119174.3117651.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943225423e8cb594d1989e43d47bebb8a371f47e70fe52589c8f846593b06183 +size 3231 diff --git a/logs/dreambooth-sd3-lora/1730493344.663958/hparams.yml b/logs/dreambooth-sd3-lora/1730493344.663958/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..b9226bd31edfa4f5e61b1be7aaba82ebbd709589 --- /dev/null +++ b/logs/dreambooth-sd3-lora/1730493344.663958/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: camera2 +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: camera2-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.1730493344.sn4622119174.3117651.0 b/logs/dreambooth-sd3-lora/events.out.tfevents.1730493344.sn4622119174.3117651.0 new file mode 100644 index 0000000000000000000000000000000000000000..160ab916c002d41909d83acb3f83a0a29d433828 --- /dev/null +++ b/logs/dreambooth-sd3-lora/events.out.tfevents.1730493344.sn4622119174.3117651.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782504ce638ec80271ccf4c8f44aa2d6d79872ce4f252cbb48bcdd9c922fd729 +size 1235740412 diff --git a/pytorch_lora_weights.safetensors b/pytorch_lora_weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4a4cfbbe715ed4ba6835a9879476761e67917099 --- /dev/null +++ b/pytorch_lora_weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8baaaaf88acc4f32ac210e4eb121cf65e6b8da3222e9e0503736bcfac397042 +size 4742848