jcjo commited on
Commit
f45488e
·
verified ·
1 Parent(s): 4e5fe0a

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ image_0.png filter=lfs diff=lfs merge=lfs -text
37
+ image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stable-diffusion-xl
4
+ - stable-diffusion-xl-diffusers
5
+ - text-to-image
6
+ - diffusers
7
+ - lora
8
+ - template:sd-lora
9
+ widget:
10
+
11
+ - text: '<pjy0><pjy1> realistic, 4k, high resolution cat, '
12
+
13
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
14
+ instance_prompt: <pjy0><pjy1> realistic, 4k, high resolution cat,
15
+ license: openrail++
16
+ ---
17
+
18
+ # SDXL LoRA DreamBooth - jcjo/pjy-cat-sd-lora
19
+
20
+ <Gallery />
21
+
22
+ ## Model description
23
+
24
+ ### These are jcjo/pjy-cat-sd-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
25
+
26
+ ## Download model
27
+
28
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
29
+
30
+ - **LoRA**: download **[`/content/drive/MyDrive/Colab_Notebooks/DA Matching Algorithm/AI/pet_babyAI//ckpt/cat3.safetensors` here 💾](/jcjo/pjy-cat-sd-lora/blob/main//content/drive/MyDrive/Colab_Notebooks/DA Matching Algorithm/AI/pet_babyAI//ckpt/cat3.safetensors)**.
31
+ - Place it on your `models/Lora` folder.
32
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:/content/drive/MyDrive/Colab_Notebooks/DA Matching Algorithm/AI/pet_babyAI//ckpt/cat3:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
33
+
34
+
35
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
36
+
37
+ ```py
38
+ from diffusers import AutoPipelineForText2Image
39
+ import torch
40
+
41
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
42
+ pipeline.load_lora_weights('jcjo/pjy-cat-sd-lora', weight_name='pytorch_lora_weights.safetensors')
43
+
44
+ image = pipeline('True').images[0]
45
+ ```
46
+
47
+ 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)
48
+
49
+ ## Trigger words
50
+
51
+ You should use <pjy0><pjy1> realistic, 4k, high resolution cat, to trigger the image generation.
52
+
53
+ ## Details
54
+ All [Files & versions](/jcjo/pjy-cat-sd-lora/tree/main).
55
+
56
+ The weights were trained using [🧨 diffusers Advanced Dreambooth Training Script](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py).
57
+
58
+ LoRA for the text encoder was enabled. True.
59
+
60
+ Pivotal tuning was enabled: False.
61
+
62
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
63
+
checkpoint-1000/content/drive/MyDrive/Colab_Notebooks/DA Matching Algorithm/AI/pet_babyAI/ckpt/cat3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc14ab0bc4959c0d9e54b72df0f327a1b6d247dc2b53d6ed1375740a86b021a5
3
+ size 16536
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66de0a242da6d92091de71466b11902c60fbfbd71dd9d8718c2efe8d8fd50e9c
3
+ size 1713278938
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429ab58c8da300b730333b6533f341e1219fb9ff83f63b36554b933d62953770
3
+ size 23391544
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54de333ff3346837e23b980ca4edec4a942803df18df8621bb17216ac3faf92c
3
+ size 14344
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7babe47bfb751f6436f46e92a0639bc1ec9db889e510abc5afa501cfc0de4add
3
+ size 1064
checkpoint-500/content/drive/MyDrive/Colab_Notebooks/DA Matching Algorithm/AI/pet_babyAI/ckpt/cat3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f6d3c578ee6b072c27b00e035897b7cd7a6d17bed99d8d3a37521ae5ab6230e
3
+ size 16536
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b237365722ef80e0d6b394569b7e8d084c19f8242aee6f0ec2a4faf47fc94c8b
3
+ size 1713278938
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae38d63ad316db5371b787b7f02bf5cba742b7ef725051322b97351402b783f5
3
+ size 23391544
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ef5fbe24f76360f07f1d039e5ae14f9e4db9bab4ef7f3932b240285013652d
3
+ size 14344
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f69f319474a0f96bcdc98089257a7338a392db6136a936e8466cc8c48e0767f4
3
+ size 1064
content/drive/MyDrive/Colab_Notebooks/DA Matching Algorithm/AI/pet_babyAI/ckpt/cat3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69d514cbcc849bd175517a58bc1119926d34b2718a617f1c6adf266a549dc26
3
+ size 46698072
content/drive/MyDrive/Colab_Notebooks/DA Matching Algorithm/AI/pet_babyAI/ckpt/cat3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e234cb4a5352c703b8ff87b3539687350e5d0805593f4f02759a37db9d8fe38
3
+ size 16536
image_0.png ADDED

Git LFS Details

  • SHA256: 3131b634798f8e9ffddb2411048e73deb2752508f9fb94a33236273024fb7aed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 61b99895066ba9eabd4600b80bdb4297869ce638a9c44a0a0639fbb77e663c34
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
image_2.png ADDED

Git LFS Details

  • SHA256: aad93c85d7cc78f354e5e35f6816567805890bdb2ca95d0abbc6200f2d70e692
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
image_3.png ADDED

Git LFS Details

  • SHA256: 48eff2b17d33a44920200ce60d646eecaacf283b5bea59fb8f4aba7bc380f6b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3a682af57428c1ad9cdb4d368feee69f1a47afe1a3f7ffd175e8e9fca84d3d
3
+ size 46615272