jump to XL 1.0 preview
Browse files
README.md
CHANGED
@@ -7,26 +7,26 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
license: creativeml-openrail-m
|
9 |
---
|
10 |
-
[![
|
11 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
12 |
-
<a href="https://huggingface.co/FFusion/FFusionXL-
|
13 |
<img src="https://img.shields.io/badge/-Download%20Model-brightgreen?style=for-the-badge&logo=appveyor" alt="Download Model">
|
14 |
</a>
|
15 |
<a href="https://huggingface.co/spaces/FFusion/FFusionXL-SDXL-DEMO" target="_blank" rel="noopener noreferrer">
|
16 |
-
<img src="https://img.shields.io/badge/-FFusionXL%20DEMO-brightpurple?style=for-the-badge&logo=appveyor" alt="FFusionXL SDXL DEMO">
|
17 |
</a>
|
18 |
</div>
|
19 |
|
20 |
|
21 |
|
22 |
# FusionXL SDXL model + Diffusers
|
23 |
-
|
24 |
|
25 |
```py
|
26 |
from diffusers import DiffusionPipeline
|
27 |
import torch
|
28 |
|
29 |
-
pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-
|
30 |
```
|
31 |
|
32 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
@@ -53,7 +53,7 @@ pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-09-SDXL", torch_dtyp
|
|
53 |
|
54 |
**Your Participation: Our Success**
|
55 |
- Your feedback and participation during this beta testing phase are instrumental in our drive to deliver a tool that revolutionizes creativity. Explore the model and report any unsatisfactory prompt responses. Your feedback will help us enhance FFUSION Ai's performance and overall quality.
|
56 |
-
|
57 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
58 |
<a href="https://huggingface.co/FFusion/FFusion-BaSE" target="_new" rel="ugc"><img src="https://img.shields.io/badge/Hugging%20Face-FFusion--BaSE-blue" alt="Hugging Face Model"></a>
|
59 |
<a href="https://github.com/1e-2" target="_new" rel="ugc"><img src="https://img.shields.io/badge/GitHub-1e--2-green" alt="GitHub"></a>
|
|
|
7 |
pinned: false
|
8 |
license: creativeml-openrail-m
|
9 |
---
|
10 |
+
[![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)
|
11 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
12 |
+
<a href="https://huggingface.co/FFusion/FFusionXL-BASE/blob/main/FFusionXL-BASE-v1.safetensors" target="_blank" rel="noopener noreferrer">
|
13 |
<img src="https://img.shields.io/badge/-Download%20Model-brightgreen?style=for-the-badge&logo=appveyor" alt="Download Model">
|
14 |
</a>
|
15 |
<a href="https://huggingface.co/spaces/FFusion/FFusionXL-SDXL-DEMO" target="_blank" rel="noopener noreferrer">
|
16 |
+
<img src="https://img.shields.io/badge/-FFusionXL%20DEMO-brightpurple?style=for-the-badge&logo=appveyor" alt="FFusionXL BASE SDXL DEMO">
|
17 |
</a>
|
18 |
</div>
|
19 |
|
20 |
|
21 |
|
22 |
# FusionXL SDXL model + Diffusers
|
23 |
+
preparing for OPEN VINO | ONNX
|
24 |
|
25 |
```py
|
26 |
from diffusers import DiffusionPipeline
|
27 |
import torch
|
28 |
|
29 |
+
pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-BASE", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
|
30 |
```
|
31 |
|
32 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
|
|
53 |
|
54 |
**Your Participation: Our Success**
|
55 |
- Your feedback and participation during this beta testing phase are instrumental in our drive to deliver a tool that revolutionizes creativity. Explore the model and report any unsatisfactory prompt responses. Your feedback will help us enhance FFUSION Ai's performance and overall quality.
|
56 |
+
|
57 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
58 |
<a href="https://huggingface.co/FFusion/FFusion-BaSE" target="_new" rel="ugc"><img src="https://img.shields.io/badge/Hugging%20Face-FFusion--BaSE-blue" alt="Hugging Face Model"></a>
|
59 |
<a href="https://github.com/1e-2" target="_new" rel="ugc"><img src="https://img.shields.io/badge/GitHub-1e--2-green" alt="GitHub"></a>
|