Upload 144 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +26 -0
- Control/StableDiffusion/Canny/model.onnx +3 -0
- Control/StableDiffusion/Depth/model.onnx +3 -0
- Control/StableDiffusion/Inpaint/model.onnx +3 -0
- Control/StableDiffusion/Instruct/model.onnx +3 -0
- Control/StableDiffusion/LineArt/model.onnx +3 -0
- Control/StableDiffusion/LineArtAnime/model.onnx +3 -0
- Control/StableDiffusion/MLSD/model.onnx +3 -0
- Control/StableDiffusion/Normal/model.onnx +3 -0
- Control/StableDiffusion/OpenPose/model.onnx +3 -0
- Control/StableDiffusion/Scribble/model.onnx +3 -0
- Control/StableDiffusion/Segmentation/model.onnx +3 -0
- Control/StableDiffusion/Shuffle/model.onnx +3 -0
- Control/StableDiffusion/SoftEdge/model.onnx +3 -0
- Control/StableDiffusion/Tile/model.onnx +3 -0
- Control/StableDiffusion3/Canny/model.onnx +3 -0
- Control/StableDiffusion3/Canny/model.onnx.data +3 -0
- Control/StableDiffusion3/Depth/model.onnx +3 -0
- Control/StableDiffusion3/Depth/model.onnx.data +3 -0
- Control/StableDiffusion3/Inpaint/model.onnx +3 -0
- Control/StableDiffusion3/Inpaint/model.onnx.data +3 -0
- Control/StableDiffusion3/OpenPose/model.onnx +3 -0
- Control/StableDiffusion3/OpenPose/model.onnx.data +3 -0
- Control/StableDiffusion3/Tile/model.onnx +3 -0
- Control/StableDiffusion3/Tile/model.onnx.data +3 -0
- Control/StableDiffusionXL/Canny/model.onnx +3 -0
- Control/StableDiffusionXL/Canny/model.onnx.data +3 -0
- Control/StableDiffusionXL/Depth/model.onnx +3 -0
- Control/StableDiffusionXL/Depth/model.onnx.data +3 -0
- Control/StableDiffusionXL/LineArt/model.onnx +3 -0
- Control/StableDiffusionXL/LineArt/model.onnx.data +3 -0
- Control/StableDiffusionXL/LineArtAnime/model.onnx +3 -0
- Control/StableDiffusionXL/LineArtAnime/model.onnx.data +3 -0
- Control/StableDiffusionXL/OpenPose/model.onnx +3 -0
- Control/StableDiffusionXL/OpenPose/model.onnx.data +3 -0
- Control/StableDiffusionXL/Scribble/model.onnx +3 -0
- Control/StableDiffusionXL/Scribble/model.onnx.data +3 -0
- Control/StableDiffusionXL/SoftEdge/model.onnx +3 -0
- Control/StableDiffusionXL/SoftEdge/model.onnx.data +3 -0
- Control/StableDiffusionXL/Tile/model.onnx +3 -0
- Control/StableDiffusionXL/Tile/model.onnx.data +3 -0
- Control/StableDiffusionXL/Union/model.onnx +3 -0
- Control/StableDiffusionXL/Union/model.onnx.data +3 -0
- Detect/Florence2-Base/decoder_model_merged.onnx +3 -0
- Detect/Florence2-Base/embed_tokens.onnx +3 -0
- Detect/Florence2-Base/encoder_model.onnx +3 -0
- Detect/Florence2-Base/merges.txt +0 -0
- Detect/Florence2-Base/tokenizer_config.json +0 -0
- Detect/Florence2-Base/vision_encoder.onnx +3 -0
- Detect/Florence2-Base/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,29 @@ 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 |
+
Control/StableDiffusion3/Canny/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Control/StableDiffusion3/Depth/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Control/StableDiffusion3/Inpaint/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Control/StableDiffusion3/OpenPose/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Control/StableDiffusion3/Tile/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Control/StableDiffusionXL/Canny/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Control/StableDiffusionXL/Depth/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Control/StableDiffusionXL/LineArt/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Control/StableDiffusionXL/LineArtAnime/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Control/StableDiffusionXL/OpenPose/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Control/StableDiffusionXL/Scribble/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Control/StableDiffusionXL/SoftEdge/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Control/StableDiffusionXL/Tile/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Control/StableDiffusionXL/Union/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Diffusion/Dreamshaper-LCM/unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Diffusion/Dreamshaper-LCM/vae_decoder/model.onnx2 filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Diffusion/Nitro-E/text_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Diffusion/Nitro-E/transformer/1024-Turbo/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Diffusion/Nitro-E/transformer/1024/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Diffusion/Nitro-E/transformer/512-Turbo/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Diffusion/Nitro-E/transformer/512/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Diffusion/Nitro-E/transformer/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Diffusion/Nitro-E/vae_decoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Diffusion/Nitro-E/vae_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Diffusion/StableDiffusion-XL/text_encoder_2/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
Diffusion/StableDiffusion-XL/unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
Control/StableDiffusion/Canny/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2f81d31f0108fac4d8591f75bf6a428ece361b92871c13f50f7b9d81a206f92
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Depth/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd47d9c39440cb24d1c417381beed58ca9ba923ddf76e5babb6539113a75df5e
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Inpaint/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97f6ed0403982013eec47772277389627ce1051b436ba90c473d4f76a46472cc
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Instruct/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f12c6b6f8e16dd60a2e0d181e0ab73d0743cf170d0fbe59ef76c74f923df135
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/LineArt/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e87c93d6c93c8da019a4ebde628756a1a8f453e0fd4c405f3957f93f6f3ce7f
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/LineArtAnime/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91bee74928fd494170c4259dbf115d9985af1de04a1445885ff38b97ee93bc52
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/MLSD/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3b454e3be78d0e2492593c88d544d4beb2ca702d0ff0006a6df27048aad7f82
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Normal/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7de76e783fcc83e634ae1033229cf1ff0840f1cb9869c3df3ffa9c569ee9f43e
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/OpenPose/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e6c4570da331cfd7641e4719fad2c8d969ecbcc27504a0822401842e7318e2b
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Scribble/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a1dc63ce9caebfe5d8b6c923dc442895b5cb75798c63be54c1195debde4b2cf
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Segmentation/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8810f9d43c7effd1b80537664a16cb7b82058c7d4db6b317bd9d238e5a2001d7
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Shuffle/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78de3e181dc7435f7a8afed13cfc339dda291c458162cd05fc33018a88fbd481
|
| 3 |
+
size 722829366
|
Control/StableDiffusion/SoftEdge/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2cd026de9584576e268e1cb972191b0c05c6ac8eaf85a180c9d48599589095d
|
| 3 |
+
size 722827226
|
Control/StableDiffusion/Tile/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fe651595f5211a7687253c88a6c04650eeef462e72a8a9cf2dcba0bcb05c8e9
|
| 3 |
+
size 722827226
|
Control/StableDiffusion3/Canny/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38131d33568e045ef74bb0cc2a33b07e19cb58b5cd850172bec004d5c41a7299
|
| 3 |
+
size 535564
|
Control/StableDiffusion3/Canny/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93b2ad8bcffc6af0b2c3feec64490238e8c74938148e79a1a65aa251dc3d552f
|
| 3 |
+
size 1148371968
|
Control/StableDiffusion3/Depth/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:036d9f993d28a915e690d49431e16a0330ece3667e0a554aa2e773724d849c81
|
| 3 |
+
size 1068676
|
Control/StableDiffusion3/Depth/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37c600c9b3d2de75a99d265af28f1a75870d4ba752956915185cc97b83af3bf2
|
| 3 |
+
size 2196470784
|
Control/StableDiffusion3/Inpaint/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcbb37f7ca689235ff6979f725ba34d9f30b6809fd79aa8e74e91409e02738c6
|
| 3 |
+
size 2054640
|
Control/StableDiffusion3/Inpaint/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c4bfb12ac52b8531b37440d4eb4dc06b802c001798e800e23831980065efc8f
|
| 3 |
+
size 4117997568
|
Control/StableDiffusion3/OpenPose/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38131d33568e045ef74bb0cc2a33b07e19cb58b5cd850172bec004d5c41a7299
|
| 3 |
+
size 535564
|
Control/StableDiffusion3/OpenPose/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4587a027b474c2a5f8daf2f20c64e53b9750723021e1d2e52027b229f291709
|
| 3 |
+
size 1148371968
|
Control/StableDiffusion3/Tile/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38131d33568e045ef74bb0cc2a33b07e19cb58b5cd850172bec004d5c41a7299
|
| 3 |
+
size 535564
|
Control/StableDiffusion3/Tile/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cece4f4d3a342eb40926bb60d96df509d7cca8c57f143276f223fd4c3f7c469
|
| 3 |
+
size 1148371968
|
Control/StableDiffusionXL/Canny/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1567238c43aed4d86d541f68532cd63c129c7461acff7255e919af5e9e2fc50b
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/Canny/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d988af6433d1da6bc5f1431553ee10f288b67cf1dee293e50ea1dc2f413d0466
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/Depth/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f95525f57ecddb8eed84c1206996144207dae143c219a6a5e99bf4f6f2cce21a
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/Depth/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72e3384361a9e6f2d783a659c4fd16537c20dae94cd27c5e562d6c83940de256
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/LineArt/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5569a33b84578e59e6aa9a3373929fbacb8166f7c99638cd6c538350c6f0e87b
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/LineArt/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02f36831779355e3a2b7441df8d83b19cdf32d0678add0867b94d25de049fb18
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/LineArtAnime/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c215a372fc05a84a94843484a5ae99b7c35a9fb12e9cd49cb31c2db18d5afcb1
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/LineArtAnime/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8471c7784a871fa75bcb63317b76a5b272ea2b1bcb8e236a4e4dbbbf8fa7b99
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/OpenPose/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b0757a9e03fe9e54c9e6757c968bfe1d4a131a79321d4be0f6c80e47cb80776
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/OpenPose/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85497cf2bec36a4645c433e1a09a3651064187f8f9dca5b1c5b642ec0bdfd722
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/Scribble/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b0f6fdb9924d0080a1c666877b86e2f2e04a441b8f78d3136d197244a6f34da
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/Scribble/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cf98876f8a28f306905479b99316dfebeb8c7c62111a8fe1c183b714c086b5b
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/SoftEdge/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33e48a418e01ea0d06e799942ebe6e41a625c93cf78bcc7f84a74af1edb7534c
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/SoftEdge/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92d814e2f131df05cd42725f0be25ff3c1e7d9f43afbf2709d4135ee3adae735
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/Tile/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae42bd18686777acf77e6f7387044c3f69fb8c9a891871998a304ee082327a03
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/Tile/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80e73d9f463a1df3868e5bd10ac8c58bac9b1c531ed9547403750818ce810111
|
| 3 |
+
size 2502091008
|
Control/StableDiffusionXL/Union/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f288d66b032d1f20c5b779bdfcfa80533841dc3856cba1959d2ecf29cc6bb454
|
| 3 |
+
size 400296
|
Control/StableDiffusionXL/Union/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73a7bd653f116ce6cf68bf5e9a7bdcb85a83e07f5d3a650d2b3b4925edcef72a
|
| 3 |
+
size 2502091008
|
Detect/Florence2-Base/decoder_model_merged.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5207affad8815294233b8679ee9ecb614906f819a1890d95a01b9ca68c392a79
|
| 3 |
+
size 388421753
|
Detect/Florence2-Base/embed_tokens.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90cae3deb6406938c676a35b5246db02b478c9cc8cf93508361be80c05babf95
|
| 3 |
+
size 157560044
|
Detect/Florence2-Base/encoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb0bccc232c64290397f5e1235eb3e1fa6ccf8c5afed9216480ee4eed80737fc
|
| 3 |
+
size 173380723
|
Detect/Florence2-Base/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Detect/Florence2-Base/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Detect/Florence2-Base/vision_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d06816a2782769773d964422b87a7bcc7460b873ebd7264667dc26f9ddcca0b
|
| 3 |
+
size 366549839
|
Detect/Florence2-Base/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|