idlebg commited on
Commit
bf8d24a
β€’
1 Parent(s): 14fccf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -81
README.md CHANGED
@@ -11,85 +11,80 @@ thumbnail: >-
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
- </style>
79
 
 
 
 
80
 
81
- <script>
82
- function toggleVisibility() {
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
- </script>
91
- <style>
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
- <button onclick="toggleVisibility()">Expand FFusion</button>
 
110
 
111
- <div id="toggleContent" style="display:none;">
 
 
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/spaces/FFusion/FFusionXL-SDXL-DEMO)
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">