wintercoming6 commited on
Commit
dc62b8a
1 Parent(s): 008be91

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. README.md +96 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1000/random_states_0.pkl +3 -0
  6. checkpoint-1000/scaler.pt +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-1000/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
  9. checkpoint-1200/optimizer.bin +3 -0
  10. checkpoint-1200/pytorch_lora_weights.safetensors +3 -0
  11. checkpoint-1200/random_states_0.pkl +3 -0
  12. checkpoint-1200/scaler.pt +3 -0
  13. checkpoint-1200/scheduler.bin +3 -0
  14. checkpoint-1200/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
  15. checkpoint-1400/optimizer.bin +3 -0
  16. checkpoint-1400/pytorch_lora_weights.safetensors +3 -0
  17. checkpoint-1400/random_states_0.pkl +3 -0
  18. checkpoint-1400/scaler.pt +3 -0
  19. checkpoint-1400/scheduler.bin +3 -0
  20. checkpoint-1400/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
  21. checkpoint-1600/optimizer.bin +3 -0
  22. checkpoint-1600/pytorch_lora_weights.safetensors +3 -0
  23. checkpoint-1600/random_states_0.pkl +3 -0
  24. checkpoint-1600/scaler.pt +3 -0
  25. checkpoint-1600/scheduler.bin +3 -0
  26. checkpoint-1600/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
  27. checkpoint-1800/optimizer.bin +3 -0
  28. checkpoint-1800/pytorch_lora_weights.safetensors +3 -0
  29. checkpoint-1800/random_states_0.pkl +3 -0
  30. checkpoint-1800/scaler.pt +3 -0
  31. checkpoint-1800/scheduler.bin +3 -0
  32. checkpoint-1800/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
  33. checkpoint-200/optimizer.bin +3 -0
  34. checkpoint-200/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-200/random_states_0.pkl +3 -0
  36. checkpoint-200/scaler.pt +3 -0
  37. checkpoint-200/scheduler.bin +3 -0
  38. checkpoint-200/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
  39. checkpoint-2000/optimizer.bin +3 -0
  40. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-2000/random_states_0.pkl +3 -0
  42. checkpoint-2000/scaler.pt +3 -0
  43. checkpoint-2000/scheduler.bin +3 -0
  44. checkpoint-2000/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
  45. checkpoint-2200/optimizer.bin +3 -0
  46. checkpoint-2200/pytorch_lora_weights.safetensors +3 -0
  47. checkpoint-2200/random_states_0.pkl +3 -0
  48. checkpoint-2200/scaler.pt +3 -0
  49. checkpoint-2200/scheduler.bin +3 -0
  50. checkpoint-2200/shitao-artwork-sdxl-lora2_emb.safetensors +3 -0
.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,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 'an woman riding a horse, in the style of styj'
13
+ output:
14
+ url:
15
+ "image_0.png"
16
+
17
+ - text: 'an woman riding a horse, in the style of styj'
18
+ output:
19
+ url:
20
+ "image_1.png"
21
+
22
+ - text: 'an woman riding a horse, in the style of styj'
23
+ output:
24
+ url:
25
+ "image_2.png"
26
+
27
+ - text: 'an woman riding a horse, in the style of styj'
28
+ output:
29
+ url:
30
+ "image_3.png"
31
+
32
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
33
+ instance_prompt: artwork in the style of styj
34
+ license: openrail++
35
+ ---
36
+
37
+ # SDXL LoRA DreamBooth - wintercoming6/shitao-artwork-sdxl-lora2
38
+
39
+ <Gallery />
40
+
41
+ ## Model description
42
+
43
+ ### These are wintercoming6/shitao-artwork-sdxl-lora2 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 **[`shitao-artwork-sdxl-lora2.safetensors` here 💾](/wintercoming6/shitao-artwork-sdxl-lora2/blob/main/shitao-artwork-sdxl-lora2.safetensors)**.
50
+ - Place it on your `models/Lora` folder.
51
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:shitao-artwork-sdxl-lora2:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
52
+ - *Embeddings*: download **[`shitao-artwork-sdxl-lora2_emb.safetensors` here 💾](/wintercoming6/shitao-artwork-sdxl-lora2/blob/main/shitao-artwork-sdxl-lora2_emb.safetensors)**.
53
+ - Place it on it on your `embeddings` folder
54
+ - Use it by adding `shitao-artwork-sdxl-lora2_emb` to your prompt. For example, `artwork in the style of styj`
55
+ (you need both the LoRA and the embeddings as they were trained together for this LoRA)
56
+
57
+
58
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
59
+
60
+ ```py
61
+ from diffusers import AutoPipelineForText2Image
62
+ import torch
63
+ from huggingface_hub import hf_hub_download
64
+ from safetensors.torch import load_file
65
+
66
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
67
+ pipeline.load_lora_weights('wintercoming6/shitao-artwork-sdxl-lora2', weight_name='pytorch_lora_weights.safetensors')
68
+ embedding_path = hf_hub_download(repo_id='wintercoming6/shitao-artwork-sdxl-lora2', filename='shitao-artwork-sdxl-lora2_emb.safetensors', repo_type="model")
69
+ state_dict = load_file(embedding_path)
70
+ pipeline.load_textual_inversion(state_dict["clip_l"], token=[], text_encoder=pipeline.text_encoder, tokenizer=pipeline.tokenizer)
71
+ pipeline.load_textual_inversion(state_dict["clip_g"], token=[], text_encoder=pipeline.text_encoder_2, tokenizer=pipeline.tokenizer_2)
72
+
73
+ image = pipeline('an woman riding a horse, in the style of styj').images[0]
74
+ ```
75
+
76
+ 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)
77
+
78
+ ## Trigger words
79
+
80
+ To trigger image generation of trained concept(or concepts) replace each concept identifier in you prompt with the new inserted tokens:
81
+
82
+ to trigger concept `TOK` → use `<s0><s1>` in your prompt
83
+
84
+
85
+
86
+ ## Details
87
+ All [Files & versions](/wintercoming6/shitao-artwork-sdxl-lora2/tree/main).
88
+
89
+ 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).
90
+
91
+ LoRA for the text encoder was enabled. False.
92
+
93
+ Pivotal tuning was enabled: True.
94
+
95
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
96
+
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58dacd75857b46016b048a734f43fd6dc4fb300776f6f7aae9657ae97428d0ee
3
+ size 1806176154
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62db46a075d8e10dfbc529f7c04d653b0255be0ac6d1dec5014f7f2005f44bc1
3
+ size 46615272
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50ffffc5c21a15cc146fbccac0c8575768f4ed938d267fdbc337931319146fd
3
+ size 14280
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
+ size 988
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-1000/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c95467a1b02bcf9a359a917a92b5bb4c9f024d7c7872855984533188026b8eba
3
+ size 16536
checkpoint-1200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6ffa4abf635fc8912d47566280490c0849ba60b381905c7cd95fe33c90ffb5
3
+ size 1806176154
checkpoint-1200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80c4fe36c7e0cee163c93cc641c36ffb79fc285dac1d6349e17236ff91d58b2b
3
+ size 46615272
checkpoint-1200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056c61a8fde1a5055cf4f1a5fab22c68f45f957381630df81c9d79cb0ace9f85
3
+ size 14280
checkpoint-1200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:942cfd7aded7d16363d1ae1a2911c01ef4e25f3c70ed059c88f1845d9b6c24dc
3
+ size 988
checkpoint-1200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2932b3ea26cea04eb0ea8f5fb36bdd3f754c8e0be45fd7f87a1da3176740d24
3
+ size 1064
checkpoint-1200/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb85c04ce6dd987de41be6d1c4478181dc4e4befe10e37af503b8669876dcb3
3
+ size 16536
checkpoint-1400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9ba03f70c6778cafbe55a0e0afa4964662c40fd743cb44d56d89c37818a854
3
+ size 1806176154
checkpoint-1400/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4e5bf9d0d64c6ea6392dbda7ccde318ce5ad4c4fd37df776aa7369f0f2a029
3
+ size 46615272
checkpoint-1400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c646f6c4bbaa532254f174543eee12a266bdb0d0d5a090407067acc65458505
3
+ size 14280
checkpoint-1400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baba31a5e5063037a5c811de9cb04bc62c6c5f0f5fe6720b7d681afe6500d4c1
3
+ size 988
checkpoint-1400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d79a3a6113be78e2e1680ddc82896b9cd5c9c2f8b5e0c833fb03f32b0d439d
3
+ size 1064
checkpoint-1400/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e3d22180959ef76414335cce89af215d000b442de30d462ac4bae28f698c69
3
+ size 16536
checkpoint-1600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9201b6476163a3c9696cccd8c961a06b8e630b8fc3c8c3f7f3f0952665fd6d36
3
+ size 1806176154
checkpoint-1600/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e22a9257ab500d275d1fff90bafff47157df21cec784ff3c287c292e9fc786
3
+ size 46615272
checkpoint-1600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d81c221ec97bc25b749c9c8c4e11eca045728f6f8baf9137de6727741a66d1f
3
+ size 14280
checkpoint-1600/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59398e0bd00fd772ba1edbd2a9a8988f5e971e658515b53820ef5087cb843ef
3
+ size 988
checkpoint-1600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da16aac4bd1ae08ca59e2580822410d79a259f189fe1b05a5b36b7c49890ff23
3
+ size 1064
checkpoint-1600/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42a695e23a27c653dc7adafac5be7866feda7d779fd31a4bd642a980ae4a4d5
3
+ size 16536
checkpoint-1800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:417fe00c73b7e4c1f8efc5e5e0bca5ffdbec0363dafd33772a139637b57ebf01
3
+ size 1806176154
checkpoint-1800/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0812af3509759970ca62e0785f12b50699410c120b362a4b75eb677558ccacfe
3
+ size 46615272
checkpoint-1800/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d9885526ef72e43b0f626a9585ac1c50ba5ed664097f761e27efbd0c897c377
3
+ size 14280
checkpoint-1800/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c82eba5f0b1f93e15ecc4950174958b6ab54879225c616d56316b6b87157e59
3
+ size 988
checkpoint-1800/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:214b12112c5c89c04f6da123edb60bd20058d20a5a5ecd0ac10b613c3ed5666c
3
+ size 1064
checkpoint-1800/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5553ce930eea12cc2f7211289e4bd41bd37781c509e80ecc9adf2fb8a2df9a7f
3
+ size 16536
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4332a8f6c43fa3109938dea33e7501bc11016fe63a75c42b078ef609bf7af51
3
+ size 1806175066
checkpoint-200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f09c3af80151bba73cb502b562deffacf634dceab5d73df17b70056023e520
3
+ size 46615272
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152fa30d1a83063efc01ed149628f20b7968b67f6376b96e492d0d2d50118b5c
3
+ size 14280
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd55b3848d82967a207e0805911c79200c6adce71e3b37fd24549a718f75738
3
+ size 988
checkpoint-200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1360bed0106ea1376eea93599f7c3c7b4889e5ba1dca9bc433981b7ee391cc4e
3
+ size 1064
checkpoint-200/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2020846fb0796a0421ca64c7bfe0a3edc942a3458c1df85b8c69644aff85fba
3
+ size 16536
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb5e02432f4827e7b5f4967e7a5fa35f6001189f1c4607d723fba2ede7897fa6
3
+ size 1806176154
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b83a6ae60a9dbf7b37042a413ed7709c8e13cb712226d43e0d46c9034e3c8a
3
+ size 46615272
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b1adfd637bad7a6de4c26a9f5dd6e490ace5c5ae74cf94fe6a07686f7b058f9
3
+ size 14280
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22dbf40978352fc68dc380c1bb84d309ac1fe1989fe5819be6b1e3309ded4c83
3
+ size 1064
checkpoint-2000/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9670095f88e5f953262ae8d43b6b5ab903b9ece90d0ebcc6b15e3455b4df6e10
3
+ size 16536
checkpoint-2200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb273cb753b016e8ca954c8e7529703a763108e3079c44a0d705df53b1ecfa84
3
+ size 1806176154
checkpoint-2200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f0f57dd71310d72c7aa14e054dc4916671becfa028d27059db7ca9152ca611a
3
+ size 46615272
checkpoint-2200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e71c79dbcb014400ff8ca0adc5e0077b6f226359bd269a46a4b7be79244d3b5
3
+ size 14280
checkpoint-2200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a9a8b05635f46cba3f5934e8ab0a328c8791cc81a6f634718cf8b2249c52d0
3
+ size 988
checkpoint-2200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35312408b28fb574da43b411f231f8a622295f6f46537ce8e07126a0c2a5ecb
3
+ size 1064
checkpoint-2200/shitao-artwork-sdxl-lora2_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d363960839ec72da82d192a0547e18f8c5e6b1a062a12f4c5a06529c32fc2d9
3
+ size 16536