Elaina3 commited on
Commit
5a731d9
1 Parent(s): 43d76cf

Upload 29 files

Browse files
embeddings/FastNegativeV2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7465e7cc2a2a27571ee020053f307b5af54e6b60a0b0235d773f6bd55f7d078
3
+ size 206784
embeddings/bad_prompt_version2-neg.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f35e7dd816ae04bb3f774a9a17ebfbc50c0e3a53f69a9a40bed05936d3a3812
3
+ size 25515
models/ESRGAN/4x-AnimeSharp.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a7de2dafd7331c1992862bbbcd9e9712a9f9f8e6303f0aaa59b4341d359bab
3
+ size 67010245
models/ESRGAN/4x_NMKD-Superscale-SP_178000_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d1b0078fe71446e0469d8d4df59e96baa80d83cda600d68237d655830821bcc
3
+ size 66958607
models/Lora/LCMTurboMix_Euler_A_fix.png ADDED

Git LFS Details

  • SHA256: 62e53418e326f4ad9699a476fba13d16f7f1fb50e2f76478421d658ec9ab8073
  • Pointer size: 131 Bytes
  • Size of remote file: 384 kB
models/Lora/LCMTurboMix_Euler_A_fix.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a59bae7257a642affd4033d8ebe14b03b29a386fb0e3a7369389984819ecdb
3
+ size 12965056
models/Lora/TCD-SpeedUp-SDXL-PAseer.preview.png ADDED

Git LFS Details

  • SHA256: 96941caeb261a6c8f0ca29d7c868599d18ed2949e1a07ea6723739fe91275b01
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
models/Lora/TCD-SpeedUp-SDXL-PAseer.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2278b5eb9ad47b64ae442958c4829aefec2d9ae7a6dde7d1c9024959c506ba13
3
+ size 25268736
models/Lora/add_detail.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "",
3
+ "sd version": "SD1",
4
+ "activation text": "",
5
+ "preferred weight": 0,
6
+ "negative text": "",
7
+ "notes": ""
8
+ }
models/Lora/add_detail.png ADDED

Git LFS Details

  • SHA256: b562793891fc23cf21c16eff1b47e7d26a997837f29ed6b0421b4b70bb0f4a32
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
models/Lora/add_detail.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47aaaf0d2945ca937151d61304946dd229b3f072140b85484bc93e38f2a6e2f7
3
+ size 37861176
models/Lora/boldline.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "",
3
+ "sd version": "SD1",
4
+ "activation text": "",
5
+ "preferred weight": 0,
6
+ "negative text": "",
7
+ "notes": ""
8
+ }
models/Lora/boldline.png ADDED

Git LFS Details

  • SHA256: 32622b9860a0c331892478409dfe56448cab8118173224b59b37a7698b14dc66
  • Pointer size: 130 Bytes
  • Size of remote file: 24.4 kB
models/Lora/boldline.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20328517466a07327e8156d9ea2227ed745775dae5190183c1b2e8a4f8853a60
3
+ size 9547800
models/Lora/majotabi.png ADDED

Git LFS Details

  • SHA256: 9fdf43c9fefbd7107b80e33e02c6142ebc9b2dbb77272af6f1fbcae23ecf9071
  • Pointer size: 131 Bytes
  • Size of remote file: 230 kB
models/Lora/majotabi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97e2b4ae86edb7b30a522052427c9953116ebd1727284287c76d26730884c1fb
3
+ size 151111428
models/Lora/mihari-test.py ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import hashlib
2
+
3
+ みはりhash = "F0B3321134"
4
+
5
+ # SHA256ハッシュ値計算の関数を登録
6
+ def calculate_sha256(file_path):
7
+ sha256 = hashlib.sha256()
8
+ with open(file_path, "rb") as f:
9
+ while True:
10
+ data = f.read(4096) # ファイルを4096バイトずつ読み込む
11
+ if not data:
12
+ break
13
+ sha256.update(data)
14
+ return sha256.hexdigest().upper()[:10]
15
+
16
+ DLhash = calculate_sha256("oyama-mihari_ver2_onimai_PONY_last.safetensors")
17
+ print(f"\nDLしたファイルのハッシュ値: {DLhash}\nみはりLoraのハッシュ値: {みはりhash}\n")
18
+
19
+ if DLhash==みはりhash:
20
+ print("ハッシュ値が一致しました。ファイルは正常です")
21
+ else:
22
+ print("ハッシュ値が一致しません。ファイルが異常があります。")
23
+
24
+ input()
models/Lora/onimai-mihari.png ADDED

Git LFS Details

  • SHA256: a8fc3c8152446ad6dd3f9b7f0b2c1ed2ca66771b2a42f1b7918438f473879eb1
  • Pointer size: 131 Bytes
  • Size of remote file: 203 kB
models/Lora/onimai-mihari.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c05c2b4c3a70bf01c384e523d858e73cafb47b9c901ffdc47794f6248410ba0
3
+ size 22879219
models/Lora/onimai_e1.png ADDED

Git LFS Details

  • SHA256: 7564bfadcaf9a408ec90dc03dd70715c6a19e0488e05d431563d1fd68a3c2753
  • Pointer size: 130 Bytes
  • Size of remote file: 93.3 kB
models/Lora/onimai_e1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b370264e4b8b05f8741f080674d78f6a867913a681381cb92deae6b3c8cbefc5
3
+ size 37867896
models/Lora/oyama-mihari_ver2_onimai_PONY_last.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0b332113474035449d611dba5dfbec43227f9203c18a0eb550d2749da521a3b
3
+ size 177188424
models/Lora/saya.png ADDED

Git LFS Details

  • SHA256: 51ca306e85438fc85d89e4afdf3e9082fa3c89d181896e57e06aa691db30f9bb
  • Pointer size: 131 Bytes
  • Size of remote file: 155 kB
models/Lora/saya.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c28b2dae3bab4e7c8717cc5799e2bc8571c1303970025d9154b5050ee01a2e7
3
+ size 37861304
models/Lora/smirkingeye_v100.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "",
3
+ "sd version": "SD1",
4
+ "activation text": "",
5
+ "preferred weight": 0,
6
+ "negative text": "",
7
+ "notes": ""
8
+ }
models/Lora/smirkingeye_v100.png ADDED

Git LFS Details

  • SHA256: 3177fdc4f79e410cee2718edc2d36068b3f2099487b48021fa9340297bad0655
  • Pointer size: 131 Bytes
  • Size of remote file: 437 kB
models/Lora/smirkingeye_v100.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209bda168b19bf17c47a39d6c5e879a39fb3118c7c3231b2f38284d775944cf5
3
+ size 13649416
models/Lora/weight_slider_v2.png ADDED

Git LFS Details

  • SHA256: 222081fb44ef495819dcc6f647346a24812df7d4d0ff2f612b640c620645dbd3
  • Pointer size: 131 Bytes
  • Size of remote file: 430 kB
models/Lora/weight_slider_v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe79163debe94b1f1a3a339ff319a5ad959012557da9a99e0eba327bcfdc1f1
3
+ size 6865824