Update README.md
Browse files
README.md
CHANGED
@@ -11,85 +11,80 @@ thumbnail: >-
|
|
11 |
---
|
12 |
|
13 |
<style>
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
</style>
|
79 |
|
|
|
|
|
|
|
80 |
|
81 |
-
|
82 |
-
|
83 |
-
var x = document.getElementById("toggleContent");
|
84 |
-
if (x.style.display === "none") {
|
85 |
-
x.style.display = "block";
|
86 |
-
} else {
|
87 |
-
x.style.display = "none";
|
88 |
-
}
|
89 |
}
|
90 |
-
|
91 |
-
|
92 |
-
button {
|
93 |
background-color: #d100f6; /* FFusionAI theme color */
|
94 |
color: white;
|
95 |
padding: 14px 20px;
|
@@ -99,16 +94,18 @@ thumbnail: >-
|
|
99 |
transition-duration: 0.4s;
|
100 |
}
|
101 |
|
102 |
-
button:hover {
|
103 |
background-color: #711bff;
|
104 |
}
|
105 |
</style>
|
106 |
-
[![FFusionAI](https://huggingface.co/spaces/FFusion/README/resolve/main/FFusionAI-Huggingface.jpg)](https://huggingface.co/FFusion)
|
107 |
|
108 |
|
109 |
-
|
|
|
110 |
|
111 |
-
<
|
|
|
|
|
112 |
|
113 |
[![400GB FFusion Lora XL 1](https://huggingface.co/FFusion/400GB-LoraXL/resolve/main/images/image0.jpg)](https://huggingface.co/FFusion/400GB-LoraXL/)
|
114 |
# FFusion LoRA XL Extracted Models for Hugging Face & Civitai π
|
@@ -122,7 +119,7 @@ thumbnail: >-
|
|
122 |
</div>
|
123 |
|
124 |
|
125 |
-
[![ffusionXL-1-sdxl-base1.png](https://cdn-uploads.huggingface.co/production/uploads/6380cf05f496d57325c12194/KwpZpMCx-T-JWNaRF8e6N.png)](https://huggingface.co/
|
126 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
127 |
<a href="https://huggingface.co/FFusion/FFusionXL-BASE/blob/main/FFusionXL-BASE-v1.safetensors" target="_blank" rel="noopener noreferrer">
|
128 |
<img src="https://img.shields.io/badge/-Download%20Model-brightgreen?style=for-the-badge&logo=appveyor" alt="Download Model">
|
|
|
11 |
---
|
12 |
|
13 |
<style>
|
14 |
+
body {
|
15 |
+
font-family: 'Arial', sans-serif;
|
16 |
+
background-color: #f4f4f4;
|
17 |
+
margin: 0;
|
18 |
+
padding: 20px;
|
19 |
+
}
|
20 |
+
.container {
|
21 |
+
display: grid;
|
22 |
+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
23 |
+
gap: 20px;
|
24 |
+
justify-items: center;
|
25 |
+
}
|
26 |
+
.model-card {
|
27 |
+
position: relative;
|
28 |
+
background-color: #fff;
|
29 |
+
border-radius: 10px;
|
30 |
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
31 |
+
margin: 20px;
|
32 |
+
padding: 20px;
|
33 |
+
width: 300px;
|
34 |
+
overflow: hidden;
|
35 |
+
transition: transform .2s;
|
36 |
+
}
|
37 |
+
.model-card img {
|
38 |
+
max-width: 100%;
|
39 |
+
border-radius: 5px;
|
40 |
+
}
|
41 |
+
.model-title {
|
42 |
+
font-size: 18px;
|
43 |
+
font-weight: bold;
|
44 |
+
margin: 10px 0;
|
45 |
+
color: #333;
|
46 |
+
}
|
47 |
+
.model-description {
|
48 |
+
font-size: 14px;
|
49 |
+
color: #777;
|
50 |
+
height: 50px;
|
51 |
+
overflow: hidden;
|
52 |
+
text-overflow: ellipsis;
|
53 |
+
}
|
54 |
+
.model-link {
|
55 |
+
display: flex;
|
56 |
+
flex-direction: column;
|
57 |
+
align-items: center;
|
58 |
+
justify-content: center;
|
59 |
+
text-decoration: none;
|
60 |
+
color: #333;
|
61 |
+
font-size: 12px;
|
62 |
+
margin-top: 10px;
|
63 |
+
}
|
64 |
+
.model-link img {
|
65 |
+
width: 16px;
|
66 |
+
height: 16px;
|
67 |
+
margin-left: 5px;
|
68 |
+
}
|
69 |
+
.download-section {
|
70 |
+
font-size: 14px;
|
71 |
+
font-weight: bold;
|
72 |
+
color: #333;
|
73 |
+
}
|
74 |
+
.from-section {
|
75 |
+
font-size: 12px;
|
76 |
+
color: #777;
|
77 |
+
}
|
|
|
78 |
|
79 |
+
#toggleContent {
|
80 |
+
display: none;
|
81 |
+
}
|
82 |
|
83 |
+
#showMore:checked + #toggleContent {
|
84 |
+
display: block;
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
}
|
86 |
+
|
87 |
+
.button-label {
|
|
|
88 |
background-color: #d100f6; /* FFusionAI theme color */
|
89 |
color: white;
|
90 |
padding: 14px 20px;
|
|
|
94 |
transition-duration: 0.4s;
|
95 |
}
|
96 |
|
97 |
+
.button-label:hover {
|
98 |
background-color: #711bff;
|
99 |
}
|
100 |
</style>
|
|
|
101 |
|
102 |
|
103 |
+
[![FFusionAI](https://huggingface.co/spaces/FFusion/README/resolve/main/FFusionAI-Huggingface.jpg)](https://huggingface.co/FFusion)
|
104 |
+
|
105 |
|
106 |
+
<input type="checkbox" id="showMore" style="display:none">
|
107 |
+
<label for="showMore" class="button-label">Expand FFusion</label>
|
108 |
+
<div id="toggleContent">
|
109 |
|
110 |
[![400GB FFusion Lora XL 1](https://huggingface.co/FFusion/400GB-LoraXL/resolve/main/images/image0.jpg)](https://huggingface.co/FFusion/400GB-LoraXL/)
|
111 |
# FFusion LoRA XL Extracted Models for Hugging Face & Civitai π
|
|
|
119 |
</div>
|
120 |
|
121 |
|
122 |
+
[![ffusionXL-1-sdxl-base1.png](https://cdn-uploads.huggingface.co/production/uploads/6380cf05f496d57325c12194/KwpZpMCx-T-JWNaRF8e6N.png)](https://huggingface.co/FFusion/FFusionXL-BASE/)
|
123 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
124 |
<a href="https://huggingface.co/FFusion/FFusionXL-BASE/blob/main/FFusionXL-BASE-v1.safetensors" target="_blank" rel="noopener noreferrer">
|
125 |
<img src="https://img.shields.io/badge/-Download%20Model-brightgreen?style=for-the-badge&logo=appveyor" alt="Download Model">
|