jtlowell commited on
Commit
318b2e9
1 Parent(s): 83dc6c4

End of training

Browse files
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
4
+ instance_prompt: lofi_beach
5
+ tags:
6
+ - stable-diffusion-xl
7
+ - stable-diffusion-xl-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - lora
11
+ inference: false
12
+ datasets:
13
+ - jtlowell/beach
14
+ ---
15
+
16
+ # LoRA DreamBooth - jtlowell/lora_lofi_beach
17
+
18
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
19
+
20
+ The weights were trained on the concept prompt:
21
+
22
+ `lofi_beach`
23
+
24
+ Use this keyword to trigger your custom model in your prompts.
25
+
26
+ LoRA for the text encoder was enabled: False.
27
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
28
+
29
+ ## Usage
30
+
31
+ Make sure to upgrade diffusers to >= 0.19.0:
32
+ ```
33
+ pip install diffusers --upgrade
34
+ ```
35
+
36
+ In addition make sure to install transformers, safetensors, accelerate as well as the invisible watermark:
37
+ ```
38
+ pip install invisible_watermark transformers accelerate safetensors
39
+ ```
40
+
41
+ To just use the base model, you can run:
42
+
43
+ ```python
44
+ import torch
45
+ from diffusers import DiffusionPipeline, AutoencoderKL
46
+
47
+ vae = AutoencoderKL.from_pretrained('madebyollin/sdxl-vae-fp16-fix', torch_dtype=torch.float16)
48
+
49
+ pipe = DiffusionPipeline.from_pretrained(
50
+ "stabilityai/stable-diffusion-xl-base-1.0",
51
+ vae=vae, torch_dtype=torch.float16, variant="fp16",
52
+ use_safetensors=True
53
+ )
54
+
55
+ # This is where you load your trained weights
56
+ pipe.load_lora_weights('jtlowell/lora_lofi_beach')
57
+
58
+ pipe.to("cuda")
59
+
60
+ prompt = "A majestic lofi_beach jumping from a big stone at night"
61
+
62
+ image = pipe(prompt=prompt, num_inference_steps=50).images[0]
63
+ ```
checkpoint-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f4c6d70d2de66d2c238ebe9c2687107a1a3d8c9c4b4d73f8a00cc077e44dd74
3
+ size 14989511
checkpoint-100/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e7212114ea5295e0ef55d8cfc4db7ed55e06ddf60ba826f0ee431b04d1db82
3
+ size 23401064
checkpoint-100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb78d55a09eca50a94f8728ba3acbcf3dfb33577d92437dcc9444fcd1296fee3
3
+ size 14599
checkpoint-100/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa44e8523f62833816d29aa6c576eaa7783e3bbdb3e132e248b1d8aaee6132b
3
+ size 557
checkpoint-100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906bdd391189fd16d3160fd1e198eb53687dae580f930cf3f64365609fd5f606
3
+ size 563
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6610fefdf8d31904185ba407601221d16d016e2111f0e172e70356f73cd6e67
3
+ size 14989511
checkpoint-200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c791ed6931324e967ac329c67edf57b352fe5e96baee93c595956d9d0363e3e
3
+ size 23401064
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91530e91b96875b4d9c4119aa79ec6d87a68043c08be02b32a7d594024363039
3
+ size 14599
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fccf0f9be1bb8f24861e4393745b3e09cc2687125a69e3757955fb0f0925ea5
3
+ size 557
checkpoint-200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2565f1f317aadcb95557955732a7a05efb023cacf90620d89fcb0c7ac0f8e04
3
+ size 563
checkpoint-300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be7814e079c0f77de8fa733a234d8e8d25b34d3d9940bdbed43b366e7c999f07
3
+ size 14990599
checkpoint-300/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7780fa332d09a048ae9c077bb8078e2740072399493f3f6c06ba29d93c1a439c
3
+ size 23401064
checkpoint-300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a99e5cb29c0d227516f02e4b8996cbe9bb59920583f666bbc871849f3b60cf5
3
+ size 14599
checkpoint-300/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efafd90182e3d39d1b7c4a686f86e5913f5abc094dc3e2f827a6d479c6cef247
3
+ size 557
checkpoint-300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84fb1fc02dc9adb8c44beeab2c46fbc41e10a07e99dad3fcd85350ca2bda9d5
3
+ size 563
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e32ab074d77d6140c4ac5663400712a00fdf28cd14a0a8c7239515296e0065da
3
+ size 14990599
checkpoint-400/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:279819b87ae99c99a66a89af438909a8826c97f0b14f4b7d29cd3cad4c60a881
3
+ size 23401064
checkpoint-400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d862fb07310b46bef6f51b8e807b2fc687c1cb13a6217e331964dda04280d81
3
+ size 14599
checkpoint-400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc40a4be6a52cee4d7658df4041e660ffa02b0d8b5bd143bb8bb397f7b71b1a5
3
+ size 557
checkpoint-400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e33b45756ec30d1126f6571b94c7435f6d9cb7b6d5e5e650c81523775e7216f
3
+ size 563
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861f8d9615cdbde010d958547c0913a1ae4061449f1aa66e8f4f0302928434c0
3
+ size 14990599
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e6865cf4f5d65450a33e0772c94f288ce36aa618f000c441bee970270727c2
3
+ size 23401064
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9970745a41c74288b36617d9a28df4b1f2c3c03dc5c3282fb4c6f609508e85a3
3
+ size 14599
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
3
+ size 557
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62783ff6f0ae2c2ccc177b097e430c03940c5e70c38a191df273c5cf7ab1227c
3
+ size 563
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e6865cf4f5d65450a33e0772c94f288ce36aa618f000c441bee970270727c2
3
+ size 23401064