idlebg commited on
Commit
f5d7c00
1 Parent(s): fe7be68

Move PyTorch binary weights to separate repo

Browse files

Preparing model for release. This change is necessary due to a bug in DiffusionPipeline.from_pretrained for SDXL models. The bug prevents the model from working when a .bin file and safetensors are in the same repository, specifically when using the following parameters: ('FFusion/FFusionXL-1-SDXL', torch_dtype=torch.float16, variant='fp16', use_safetensors=True).

FFusionXL-1-SDXL.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f231ccff0489c19b7fe5fe9a39e3083edc87e888d587bed04221ea2902aaf41d
3
- size 13685877866
 
 
 
 
vae/diffusion_pytorch_model.bin → FFusionXL-BASE-v1-vae.safetensors RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9169b9374a745d06d7f32b335a2a123c420547ef8cf771ef9e237438cfb32adb
3
- size 334712578
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c426701eec9bf0a551c69448244b5c0f5ae828c7c0b9294744366fd21c19cab
3
+ size 7105347960
FFusionXL-1-SDXL.fp16.safetensors → FFusionXL-BASE-v1.safetensors RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40a5edd5a072a92a2e6ebedcadcced3e61a0466f368897f3b7f2dce4c4559ad3
3
  size 6938040714
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095c6c4054ea32f057fb25e59a444b9fa0f33971ebca3a08ae4799b9ac7801e7
3
  size 6938040714
README.md CHANGED
@@ -14,5 +14,26 @@ language:
14
  pipeline_tag: text-to-image
15
  ---
16
 
17
- # FFXL Model Card
18
- Soon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  pipeline_tag: text-to-image
15
  ---
16
 
17
+ # FFusionXL "temp" Model Card
18
+ [![ffusionXL-1-sdxl-base1.png](https://cdn-uploads.huggingface.co/production/uploads/6380cf05f496d57325c12194/KwpZpMCx-T-JWNaRF8e6N.png)](https://huggingface.co/spaces/FFusion/FFusionXL-SDXL-DEMO)
19
+ <div style="display: flex; flex-wrap: wrap; gap: 2px;">
20
+ <a href="https://huggingface.co/FFusion/FFusionXL-BASE/blob/main/FFusionXL-BASE-v1.safetensors" target="_blank" rel="noopener noreferrer">
21
+ <img src="https://img.shields.io/badge/-Download%20Model-brightgreen?style=for-the-badge&logo=appveyor" alt="Download Model">
22
+ </a>
23
+ <a href="https://huggingface.co/spaces/FFusion/FFusionXL-SDXL-DEMO" target="_blank" rel="noopener noreferrer">
24
+ <img src="https://img.shields.io/badge/-FFusionXL%20DEMO-brightpurple?style=for-the-badge&logo=appveyor" alt="FFusionXL BASE SDXL DEMO">
25
+ </a>
26
+ </div>
27
+
28
+
29
+
30
+ # FusionXL SDXL model + Diffusers
31
+ preparing for OPEN VINO | ONNX
32
+
33
+ ```py
34
+ from diffusers import DiffusionPipeline
35
+ import torch
36
+
37
+ pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-BASE", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
38
+ ```
39
+
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8eeb70ebac61be95e49895d46978b11b77c514dfc0dd3dc3e33ec130d264c0c
3
  size 6938040714
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095c6c4054ea32f057fb25e59a444b9fa0f33971ebca3a08ae4799b9ac7801e7
3
  size 6938040714
text_encoder/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b6ec31be8ed60a49e611093b0b162c121c6bd1181d74b6c05c8b5fb77ab7df5
3
- size 492306586
 
 
 
 
text_encoder_2/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ef189c5245dbecef0f9959fb2fda9e143d278fed6336fb9f8e2b901e136891f
3
- size 2778810142
 
 
 
 
unet/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6eaa6942777a29839135458d0f0a75e0e4bd823109efb060a1abb4a7aeb576c
3
- size 10270604314