nicolaus-huang commited on
Commit
49dcd75
·
verified ·
1 Parent(s): 5abdc6c

End of training

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stable-diffusion-xl
4
+ - stable-diffusion-xl-diffusers
5
+ - diffusers-training
6
+ - text-to-image
7
+ - diffusers
8
+ - lora
9
+ - template:sd-lora
10
+ widget:
11
+
12
+ - text: 'a word of mychar, white background'
13
+ output:
14
+ url:
15
+ "image_0.png"
16
+
17
+ - text: 'a word of mychar, white background'
18
+ output:
19
+ url:
20
+ "image_1.png"
21
+
22
+ - text: 'a word of mychar, white background'
23
+ output:
24
+ url:
25
+ "image_2.png"
26
+
27
+ - text: 'a word of mychar, white background'
28
+ output:
29
+ url:
30
+ "image_3.png"
31
+
32
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
33
+ instance_prompt: a word of mychar, white background
34
+ license: openrail++
35
+ ---
36
+
37
+ # SDXL LoRA DreamBooth - nicolaus-huang/eng
38
+
39
+ <Gallery />
40
+
41
+ ## Model description
42
+
43
+ ### These are nicolaus-huang/eng LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
44
+
45
+ ## Download model
46
+
47
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
48
+
49
+ - **LoRA**: download **[`eng.safetensors` here 💾](/nicolaus-huang/eng/blob/main/eng.safetensors)**.
50
+ - Place it on your `models/Lora` folder.
51
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:eng:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
52
+
53
+
54
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
55
+
56
+ ```py
57
+ from diffusers import AutoPipelineForText2Image
58
+ import torch
59
+
60
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
61
+ pipeline.load_lora_weights('nicolaus-huang/eng', weight_name='pytorch_lora_weights.safetensors')
62
+
63
+ image = pipeline('a word of mychar, white background').images[0]
64
+ ```
65
+
66
+ 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)
67
+
68
+ ## Trigger words
69
+
70
+ You should use a word of mychar, white background to trigger the image generation.
71
+
72
+ ## Details
73
+ All [Files & versions](/nicolaus-huang/eng/tree/main).
74
+
75
+ 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).
76
+
77
+ LoRA for the text encoder was enabled. True.
78
+
79
+ Pivotal tuning was enabled: False.
80
+
81
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
82
+
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d22d953a4531af08097e42874419b44bdd4cb178ac440c5a7d7d5e852ff0bb
3
+ size 119909629
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83f1ea714e26221131f7a162df88a1efc036c7396352779ae4cef55f3fe5c3ac
3
+ size 29870336
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848c97c2ca1585616b03a68511184e78dc7420f1c822c345e5757d8a394d441f
3
+ size 14599
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aed2e419c9863fac74874c1f47993d88babc6032bd68370cd19fb67797cd066
3
+ size 627
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a6b8a984ee2c9b27fe7985219ea980e066dd24570e00ffae6669f2ae5ea318
3
+ size 119909629
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b51f5de3d39112f4c725c86277f4f0eb56b461998b3336b3b81a62eff500af8
3
+ size 29870336
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:494669650e63b47ac5be8b474fc82c87b85a5d184ba393159267c5060646d781
3
+ size 14599
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0af5cb91019d0126b76f3e5bb8644932aa02cb6e5d54bb67aef0487f2f6a6c1
3
+ size 627
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b5e4e52200ed9e6bb45aceb07b01abf33ba663e1d2747a1f3d91b64444fa32
3
+ size 119909629
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418757d1a0ae00ee6071e2cca4afb459b277e9160accc5078568fb91e7fac56d
3
+ size 29870336
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d28d96448284499d41fc564f117a307d5444ceb48bed3127e2fb451d7680d46c
3
+ size 14599
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae0f348c3af5aae9f7ad0c47efa2a7def99c31aa8fc22172775ec3ca6bf6cf5a
3
+ size 627
checkpoint-6000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8055cf711bd24226291a0ff7c36f7a1def946b9e8392ac3323f282ce240e783b
3
+ size 119909629
checkpoint-6000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ef473f314e449a87e5752f13c77b15311d4f6c4ddf4204a8970d352013af50
3
+ size 29870336
checkpoint-6000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa6ce47109bc7f7f5fa3c5d5538ee42ff1f6151095e4e7618456a54909359ba
3
+ size 14599
checkpoint-6000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda0395f355071044ba8f89364f624430df4d88307ac2c258af0f6bcea0b7fd5
3
+ size 627
checkpoint-8000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb3c2c7b2edd48e0778ae7d09b845d2b18b027e7e9d1c41ed6ced2b58df6b6ba
3
+ size 119909629
checkpoint-8000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a23133cdd5c11d421a235843a05877bcc152830b2978746c5061dd338b0afed
3
+ size 29870336
checkpoint-8000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be888b76cddf084248451e274423166ecc78fe4de73627c773ab7eef12788a12
3
+ size 14599
checkpoint-8000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a40a81a291c81945b8d2fbc72dab9d7a1decd16d982e63afdf563707231746
3
+ size 627
eng.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a5204e6d0ddc11dda5498e3ca5aba2ababccd5c4f6b98a05de0974208d8961
3
+ size 59537120
image_0.png ADDED
image_1.png ADDED
image_2.png ADDED
image_3.png ADDED
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17f3e09a9f72fcd1fff414e50bf7c8130a3d644eabec22e1d67ecca96305c2b4
3
+ size 59516320