Rename modelcards.html to index.html
Browse files- modelcards.html → index.html +157 -86
modelcards.html → index.html
RENAMED
|
@@ -4,10 +4,7 @@
|
|
| 4 |
<head>
|
| 5 |
<meta charset="utf-8"/>
|
| 6 |
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
| 7 |
-
<title>Model Showcase</title>
|
| 8 |
-
|
| 9 |
-
[
|
| 10 |
-
|
| 11 |
|
| 12 |
|
| 13 |
<style>.container .row {
|
|
@@ -109,7 +106,100 @@
|
|
| 109 |
.ell, #ai {
|
| 110 |
fill: none;
|
| 111 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
|
| 114 |
<script>
|
| 115 |
gsap.config({ trialWarn: false });
|
|
@@ -210,71 +300,52 @@ gsap.timeline({ repeat: -1 })
|
|
| 210 |
opacity: 0
|
| 211 |
});
|
| 212 |
</script>
|
| 213 |
-
<div
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 226 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 227 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 228 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 229 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 230 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 231 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 232 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 233 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 234 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 235 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 236 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 237 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 238 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 239 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 240 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 241 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 242 |
-
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 243 |
-
|
| 244 |
-
<linearGradient id="aiGrad" x1="513.98" y1="290" x2="479.72" y2="320" gradientUnits="userSpaceOnUse" >
|
| 245 |
-
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0" />
|
| 246 |
-
<stop offset=".15" stop-color="#EF476F" />
|
| 247 |
-
<stop offset=".4" stop-color="#359eee" />
|
| 248 |
-
<stop offset=".6" stop-color="#03cea4" />
|
| 249 |
-
<stop offset=".78" stop-color="#FFC43D" />
|
| 250 |
-
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0" />
|
| 251 |
-
</linearGradient>
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
<g transform="translate(362.90899348258972, 320.99999618530273)">
|
| 256 |
-
<path id="aiGrad" d="m30.21-33.92q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.69 5.54-1.7 2.14-4.77 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.64 19.14h-13.96l8.13-42.24h28.55q0 3.9-1.83 6.11-1.82 2.21-5.02 2.21zm34.37 0q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.7 5.54-1.69 2.14-4.76 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.65 19.14h-13.95l8.13-42.24h28.54q0 3.9-1.82 6.11t-5.02 2.21z"
|
| 257 |
-
fill="url(#aiGrad)" stroke-linecap="round" stroke-miterlimit="10" stroke="url(#aiGrad)" stroke-width="1" opacity="0.99"></path>
|
| 258 |
-
</g>
|
| 259 |
-
<g transform="translate(362.90899348258972, 320.99999618530273)">
|
| 260 |
-
<path id="ai" d="m30.21-33.92q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.69 5.54-1.7 2.14-4.77 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.65 19.14h-13.95l8.13-42.24h28.54q0 3.9-1.82 6.11t-5.02 2.21z" fill="url(#aiGrad)" stroke-linecap="round" stroke-miterlimit="10" stroke="url(#aiGrad)" stroke-width="3" opacity="1"></path>
|
| 261 |
-
</g>
|
| 262 |
-
|
| 263 |
-
<g transform="translate(362.90899348258972, 320.99999618530273)">
|
| 264 |
-
<path id="aiClone d="m30.21-33.92q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.69 5.54-1.7 2.14-4.77 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.64 19.14h-13.96l8.13-42.24h28.55q0 3.9-1.83 6.11-1.82 2.21-5.02 2.21zm34.37 0q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.7 5.54-1.69 2.14-4.76 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.65 19.14h-13.95l8.13-42.24h28.54q0 3.9-1.82 6.11t-5.02 2.21z"
|
| 265 |
-
fill="url(#aiGrad)" stroke-linecap="round" stroke-miterlimit="10" stroke="url(#aiGrad)" stroke-width="1"></path>
|
| 266 |
-
|
| 267 |
-
</svg>
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
|
| 273 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
<div class="row">
|
| 275 |
<!-- Card 1 -->
|
| 276 |
<div class="model-card">
|
| 277 |
-
<img alt="FFusion/FFusionXL-BASE · Hugging Face - Cover Image" src="FFusion00.jpeg"/>
|
| 278 |
<div class="model-title">FFusionXL-BASE · Hugging Face</div>
|
| 279 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 280 |
<div class="download-section">Download:</div>
|
|
@@ -283,7 +354,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 283 |
</div>
|
| 284 |
<!-- Card 2 -->
|
| 285 |
<div class="model-card">
|
| 286 |
-
<img alt="FFusion/FFusionXL-LoRa-SDXL-Potion-Art-Engine · Hugging Face - Cover Image" src="FFusion02.jpeg"/>
|
| 287 |
<div class="model-title">FFusionXL-LoRa-SDXL-Potion-Art-Engine · Hugging Face</div>
|
| 288 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 289 |
<div class="download-section">Download:</div>
|
|
@@ -293,7 +364,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 293 |
|
| 294 |
<!-- Card 3 -->
|
| 295 |
<div class="model-card">
|
| 296 |
-
<img alt="FFusion/FFusion-BaSE · Hugging Face - Cover Image" src="FFusion23.jpeg"/>
|
| 297 |
<div class="model-title">FFusion-BaSE · Hugging Face</div>
|
| 298 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 299 |
<div class="download-section">Download:</div>
|
|
@@ -302,7 +373,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 302 |
</div>
|
| 303 |
<!-- Card 4 -->
|
| 304 |
<div class="model-card">
|
| 305 |
-
<img alt="FFusion/di.ffusion.ai.Beta512 · Hugging Face - Cover Image" src="FFusion04.jpeg"/>
|
| 306 |
<div class="model-title">di.ffusion.ai.Beta512 · Hugging Face</div>
|
| 307 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 308 |
<div class="download-section">Download:</div>
|
|
@@ -311,7 +382,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 311 |
</div>
|
| 312 |
<!-- Card 5 -->
|
| 313 |
<div class="model-card">
|
| 314 |
-
<img alt="FFusion/FFusion-BaSE-Alpha · Hugging Face - Cover Image" src="FFusion26.jpeg"/>
|
| 315 |
<div class="model-title">FFusion/FFusion-BaSE ALPHA 768 · Hugging Face</div>
|
| 316 |
<div class="model-description"></div>
|
| 317 |
<div class="download-section">Download:</div>
|
|
@@ -320,7 +391,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 320 |
</div>
|
| 321 |
<!-- Card 6 -->
|
| 322 |
<div class="model-card">
|
| 323 |
-
<img alt="FFusion/FFusionXL-BASE · Hugging Face - Cover Image" src="FFusion24.jpeg"/>
|
| 324 |
<div class="model-title">FFusionXL-0.9 · Hugging Face</div>
|
| 325 |
<div class="model-description"></div>
|
| 326 |
<div class="download-section">Download:</div>
|
|
@@ -330,7 +401,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 330 |
|
| 331 |
|
| 332 |
<div class="model-card">
|
| 333 |
-
<img alt="GAG - RPG Potions | LoRa 2.1 - v 0.1 | Stable Diffusion LoRA | Civitai - Cover Image" src="FFusion06.jpeg"/>
|
| 334 |
<div class="model-title">GAG - RPG Potions | LoRa 2.1 - v 0.1 | Stable Diffusion LoRA | Civitai</div>
|
| 335 |
<div class="model-description">GAG = Game Asset Generator Starting my GAG Serries 🤟 🥃 This one is a Potion LORA for 2.1 SD models. Depending on the model you will get quite diffe...</div>
|
| 336 |
<div class="download-section">Download:</div>
|
|
@@ -338,7 +409,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 338 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 339 |
</div>
|
| 340 |
<div class="model-card">
|
| 341 |
-
<img alt="Potion Art Engine (SDXL, FFXL) - v0.1 | Stable Diffusion LyCORIS | Civitai - Cover Image" src="FFusion07.jpeg"/>
|
| 342 |
<div class="model-title">Potion Art Engine (SDXL, FFXL) - v0.1 | Stable Diffusion LyCORIS | Civitai</div>
|
| 343 |
<div class="model-description">Potion Art Engine (SDXL, FFXL) experimental ver Specifications LoRA Type: LyCORIS/LoKr, Prodigy Trained Resolution: 1024 x 1024 pixels Tested Resol...</div>
|
| 344 |
<div class="download-section">Download:</div>
|
|
@@ -346,7 +417,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 346 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 347 |
</div>
|
| 348 |
<div class="model-card">
|
| 349 |
-
<img alt="Color Fusion - ver 1.o | Stable Diffusion Checkpoint | Civitai - Cover Image" src="FFusion08.jpeg"/>
|
| 350 |
<div class="model-title">Color Fusion - ver 1.o | Stable Diffusion Checkpoint | Civitai</div>
|
| 351 |
<div class="model-description">/// wrong previews uploaded prior /// Expanding Fruit Fusion with a few :D NOT fruit sets 🤟 🥃 Better text encoder coming up in next ver Sample Prom...</div>
|
| 352 |
<div class="download-section">Download:</div>
|
|
@@ -355,7 +426,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 355 |
</div>
|
| 356 |
|
| 357 |
<div class="model-card">
|
| 358 |
-
<img alt="di.FFUSION.ai Text Encoder - SD 2.1 LyCORIS - FXAA v1.0 | Stable Diffusion LyCORIS | Civitai - Cover Image" src="FFusion19.jpeg"/>
|
| 359 |
<div class="model-title">di.FFUSION.ai Text Encoder - SD 2.1 LyCORIS - FXAA v1.0 | Stable Diffusion LyCORIS | Civitai</div>
|
| 360 |
<div class="model-description">di.FFUSION.ai -tXe-FXAA Trained on "121361" images. Enhance your model's quality and sharpness using your own pre-trained Unet. The text encoder (w...</div>
|
| 361 |
<div class="download-section">Download:</div>
|
|
@@ -363,7 +434,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 363 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 364 |
</div>
|
| 365 |
<div class="model-card">
|
| 366 |
-
<img alt="Stage 1 - SD 2.1 - LoRa FFusion - v1.0 | Stable Diffusion LoRA | Civitai - Cover Image" src="FFusion10.jpeg"/>
|
| 367 |
<div class="model-title">Stage 1 - SD 2.1 - LoRa FFusion - v1.0 | Stable Diffusion LoRA | Civitai</div>
|
| 368 |
<div class="model-description">LoRa & LyCORIS Fusion Trained on ~ 217 650 MJ Images LyCoris trained on 211 924 MJ Images LoRa trained on 217 650 MJ Images Merged in di.FFUSIO...</div>
|
| 369 |
<div class="download-section">Download:</div>
|
|
@@ -371,7 +442,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 371 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 372 |
</div>
|
| 373 |
<div class="model-card">
|
| 374 |
-
<img alt="FFUSION AI - SD 2.1 - BaSE - v1.0.0 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="FFusion14.jpeg"/>
|
| 375 |
<div class="model-title">FFUSION AI - SD 2.1 - BaSE - v1.0.0 | Stable Diffusion Checkpoint | Civitai</div>
|
| 376 |
<div class="model-description">📣 FFUSION AI SD2.1- 768 BaSE Public 1.0.0Release is Here! Diffusers available at https://huggingface.co/FFusion STABLE DIFFUSION 2.1 768+ MODEL bef...</div>
|
| 377 |
<div class="download-section">Download:</div>
|
|
@@ -379,7 +450,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 379 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 380 |
</div>
|
| 381 |
<div class="model-card">
|
| 382 |
-
<img alt="Egg Fusion - LoRa Merge - v1.0 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="FFusion15.jpeg"/>
|
| 383 |
<div class="model-title">Egg Fusion - LoRa Merge - v1.0 | Stable Diffusion Checkpoint | Civitai</div>
|
| 384 |
<div class="model-description">A fully revamped checkpoint based on the 512dim lora and chilloutmix_NiPrunedFp32Fix + deliberate_v2. Training data: 512 DIM LORA https://civitai.c...</div>
|
| 385 |
<div class="download-section">Download:</div>
|
|
@@ -387,7 +458,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 387 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 388 |
</div>
|
| 389 |
<div class="model-card">
|
| 390 |
-
<img alt="Fruit Fusion - ver. 1.o FR2 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="FFusion11.jpeg"/>
|
| 391 |
<div class="model-title">Fruit Fusion - ver. 1.o FR2 | Stable Diffusion Checkpoint | Civitai</div>
|
| 392 |
<div class="model-description">Fruit Fusion - Art, Surreal & Stock Diffusion The current version can generate: Stock Photos of Fruits / Fruit art/ digital/surreal/background/...</div>
|
| 393 |
<div class="download-section">Download:</div>
|
|
@@ -395,7 +466,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 395 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 396 |
</div>
|
| 397 |
<div class="model-card">
|
| 398 |
-
<img alt="Latex Fusion - UnCLIP - v.00002 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="FFusion12.jpeg"/>
|
| 399 |
<div class="model-title">Latex Fusion - UnCLIP - v.00002 | Stable Diffusion Checkpoint | Civitai</div>
|
| 400 |
<div class="model-description">A real UnCLIP with working img2img clear prompt / add image and click generate ;) 60% of the Time, It Works Every Time Compatanble with ComfyUI htt...</div>
|
| 401 |
<div class="download-section">Download:</div>
|
|
@@ -403,7 +474,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 403 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 404 |
</div>
|
| 405 |
<div class="model-card">
|
| 406 |
-
<img alt="LoRa EGG/Easter Fusion - v2 | Stable Diffusion LoRA | Civitai - Cover Image" src="FFusion13.jpeg"/>
|
| 407 |
<div class="model-title">LoRa EGG/Easter Fusion - v2 | Stable Diffusion LoRA | Civitai</div>
|
| 408 |
<div class="model-description">v2 14k more steps. based on 1,5 normal for bigger compatibility with other mothers: Data available in lora file ss_mixed_precision: "bf16",ss_netwo...</div>
|
| 409 |
<div class="download-section">Download:</div>
|
|
@@ -411,7 +482,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 411 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 412 |
</div>
|
| 413 |
<div class="model-card">
|
| 414 |
-
<img alt="FFusionXL 0.9 SDXL model + Diffusers - v0.9 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="FFusion05.jpeg"/>
|
| 415 |
<div class="model-title">FFusionXL 0.9 SDXL model + Diffusers - v0.9 | Stable Diffusion Checkpoint | Civitai</div>
|
| 416 |
<div class="model-description">FusionXL SDXL model + Diffusers from diffusers import DiffusionPipeline import torch pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-09...</div>
|
| 417 |
<div class="download-section">Download:</div>
|
|
@@ -419,7 +490,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 419 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 420 |
</div>
|
| 421 |
<div class="model-card">
|
| 422 |
-
<img alt="Island Generator (SDXL, FFXL) - v.0.3 | Stable Diffusion LyCORIS | Civitai - Cover Image" src="FFusion09.jpeg"/>
|
| 423 |
<div class="model-title">Island Generator (SDXL, FFXL) - v.0.3 | Stable Diffusion LyCORIS | Civitai</div>
|
| 424 |
<div class="model-description">generating game assets like islands and objects in low polygonal landscapes, pixelated, 3D, and isometric styles. Specifications: LoRA Type : LyCOR...</div>
|
| 425 |
<div class="download-section">Download:</div>
|
|
@@ -427,7 +498,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 427 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 428 |
</div>
|
| 429 |
<div class="model-card">
|
| 430 |
-
<img alt="Latex.ID - LoRa Latex Generator - LoCon v0.2 | Stable Diffusion LoRA | Civitai - Cover Image" src="FFusion16.jpeg"/>
|
| 431 |
<div class="model-title">Latex.ID - LoRa Latex Generator - LoCon v0.2 | Stable Diffusion LoRA | Civitai</div>
|
| 432 |
<div class="model-description">Our LoRa Add-On Empowers Your Imagination Beyond Latex Generation :) LATEX Generator - CMYK edition by Latex.ID https://civitai.com/models/14503 Du...</div>
|
| 433 |
<div class="download-section">Download:</div>
|
|
@@ -435,7 +506,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 435 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 436 |
</div>
|
| 437 |
<div class="model-card">
|
| 438 |
-
<img alt="LLaMA Generator - SD-2.1 LyCORIS - v1.0 768DIM | Stable Diffusion LyCORIS | Civitai - Cover Image" src="FFusion17.jpeg"/>
|
| 439 |
<div class="model-title">LLaMA Generator - SD-2.1 LyCORIS - v1.0 768DIM | Stable Diffusion LyCORIS | Civitai</div>
|
| 440 |
<div class="model-description">Nothing more nothing less.. just your everyday LLaMA generator ¯\_(ツ)_/¯ 🤟 🥃 PS: The second file: Training Data (201.28 MB) is a zipped version of ...</div>
|
| 441 |
<div class="download-section">Download:</div>
|
|
@@ -443,7 +514,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 443 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 444 |
</div>
|
| 445 |
<div class="model-card">
|
| 446 |
-
<img alt="Latex.ID - Leather & Latex Leggings - v. 0.3 | Stable Diffusion LoRA | Civitai - Cover Image" src="FFusion18.jpeg"/>
|
| 447 |
<div class="model-title">Latex.ID - Leather & Latex Leggings - v. 0.3 | Stable Diffusion LoRA | Civitai</div>
|
| 448 |
<div class="model-description">Base initial version trained on 120 latex and leather leggings. 1500 version is next.</div>
|
| 449 |
<div class="download-section">Download:</div>
|
|
@@ -452,7 +523,7 @@ gsap.timeline({ repeat: -1 })
|
|
| 452 |
</div>
|
| 453 |
|
| 454 |
<div class="model-card">
|
| 455 |
-
<img alt="LATEX Generator - 1.5 | by Latex.ID - v0.9 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="FFusion20.jpeg"/>
|
| 456 |
<div class="model-title">LATEX Generator - 1.5 | by Latex.ID - v0.9 | Stable Diffusion Checkpoint | Civitai</div>
|
| 457 |
<div class="model-description">A new build and training method for the SD 1.5 model. This is a limited training preview of the upcoming 1.0 (in a few days 🤟 🥃) Some prompts can g...</div>
|
| 458 |
<div class="download-section">Download:</div>
|
|
|
|
| 4 |
<head>
|
| 5 |
<meta charset="utf-8"/>
|
| 6 |
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
| 7 |
+
<title>FFusionAI - Model Showcase</title>
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
<style>.container .row {
|
|
|
|
| 106 |
.ell, #ai {
|
| 107 |
fill: none;
|
| 108 |
}
|
| 109 |
+
|
| 110 |
+
|
| 111 |
+
#domainsContainer {
|
| 112 |
+
position: absolute;
|
| 113 |
+
right: 20px;
|
| 114 |
+
top: 20px;
|
| 115 |
+
color: #359eee;
|
| 116 |
+
font-family: 'Courier New', monospace;
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
#domainsList li {
|
| 120 |
+
transform: translateY(20px);
|
| 121 |
+
opacity: 0;
|
| 122 |
+
}
|
| 123 |
+
#mainSVG {
|
| 124 |
+
max-width: 100%;
|
| 125 |
+
height: auto;
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
#domainsContainer {
|
| 129 |
+
font-size: 12px;
|
| 130 |
+
|
| 131 |
+
padding: 5px;
|
| 132 |
+
margin-top: 10px;
|
| 133 |
+
max-height: 400px;
|
| 134 |
+
}
|
| 135 |
+
|
| 136 |
+
#domainsList li {
|
| 137 |
+
margin-bottom: 5px;
|
| 138 |
+
}
|
| 139 |
+
#dateContainer {
|
| 140 |
+
text-align: center;
|
| 141 |
+
margin: 10px 0;
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
</style>
|
| 145 |
+
<body>
|
| 146 |
+
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
<svg id="mainSVG" xmlns="http://www.w3.org/2000/svg"preserveAspectRatio="xMidYMid" viewBox="0 0 800 600">
|
| 150 |
+
|
| 151 |
+
|
| 152 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 153 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 154 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 155 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 156 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 157 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 158 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 159 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 160 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 161 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 162 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 163 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 164 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 165 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 166 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 167 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 168 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 169 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 170 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 171 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 172 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 173 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 174 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 175 |
+
<ellipse class="ell" cx="400" cy="300" rx="69" ry="69" />
|
| 176 |
+
|
| 177 |
+
<linearGradient id="aiGrad" x1="513.98" y1="290" x2="479.72" y2="320" gradientUnits="userSpaceOnUse" >
|
| 178 |
+
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0" />
|
| 179 |
+
<stop offset=".15" stop-color="#EF476F" />
|
| 180 |
+
<stop offset=".4" stop-color="#359eee" />
|
| 181 |
+
<stop offset=".6" stop-color="#03cea4" />
|
| 182 |
+
<stop offset=".78" stop-color="#FFC43D" />
|
| 183 |
+
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0" />
|
| 184 |
+
</linearGradient>
|
| 185 |
+
|
| 186 |
+
<text fill="black" font-family="Arial" font-size="12" id="dateText" text-anchor="middle" x="400" y="450">
|
| 187 |
+
FF >= 09/06/2023
|
| 188 |
+
</text>
|
| 189 |
+
|
| 190 |
+
<g transform="translate(362.90899348258972, 320.99999618530273)">
|
| 191 |
+
<path id="aiGrad" d="m30.21-33.92q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.69 5.54-1.7 2.14-4.77 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.64 19.14h-13.96l8.13-42.24h28.55q0 3.9-1.83 6.11-1.82 2.21-5.02 2.21zm34.37 0q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.7 5.54-1.69 2.14-4.76 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.65 19.14h-13.95l8.13-42.24h28.54q0 3.9-1.82 6.11t-5.02 2.21z"
|
| 192 |
+
fill="url(#aiGrad)" stroke-linecap="round" stroke-miterlimit="10" stroke="url(#aiGrad)" stroke-width="1" opacity="0.99"></path>
|
| 193 |
+
</g>
|
| 194 |
+
<g transform="translate(362.90899348258972, 320.99999618530273)">
|
| 195 |
+
<path id="ai" d="m30.21-33.92q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.69 5.54-1.7 2.14-4.77 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.65 19.14h-13.95l8.13-42.24h28.54q0 3.9-1.82 6.11t-5.02 2.21z" fill="url(#aiGrad)" stroke-linecap="round" stroke-miterlimit="10" stroke="url(#aiGrad)" stroke-width="3" opacity="1"></path>
|
| 196 |
+
</g>
|
| 197 |
+
|
| 198 |
+
<g transform="translate(362.90899348258972, 320.99999618530273)">
|
| 199 |
+
<path id="aiClone d="m30.21-33.92q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.69 5.54-1.7 2.14-4.77 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.64 19.14h-13.96l8.13-42.24h28.55q0 3.9-1.83 6.11-1.82 2.21-5.02 2.21zm34.37 0q-5.19 0-8.96-1.73l-2.05 10.37h12.35q0 3.39-1.7 5.54-1.69 2.14-4.76 2.14-3.33 0-6.4-1.22-0.64-0.25-0.71-0.32l-3.65 19.14h-13.95l8.13-42.24h28.54q0 3.9-1.82 6.11t-5.02 2.21z"
|
| 200 |
+
fill="url(#aiGrad)" stroke-linecap="round" stroke-miterlimit="10" stroke="url(#aiGrad)" stroke-width="1"></path>
|
| 201 |
+
|
| 202 |
+
</svg>
|
| 203 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
|
| 204 |
<script>
|
| 205 |
gsap.config({ trialWarn: false });
|
|
|
|
| 300 |
opacity: 0
|
| 301 |
});
|
| 302 |
</script>
|
| 303 |
+
<div id="domainsContainer">
|
| 304 |
+
<h3>Projects in Development:</h3>
|
| 305 |
+
<ul id="domainsList"></ul>
|
| 306 |
+
</div>
|
| 307 |
+
<script>
|
| 308 |
+
// Loading Bar Animation
|
| 309 |
+
gsap.to('#progressFill', {
|
| 310 |
+
duration: 2,
|
| 311 |
+
attr: { x2: '600' },
|
| 312 |
+
repeat: -1,
|
| 313 |
+
ease: 'linear'
|
| 314 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 315 |
|
| 316 |
+
// Domains Animation
|
| 317 |
+
const domains = [
|
| 318 |
+
"ffusion.ai", "di.ffusion.art", "AIstation.eu", "1e-1.com",
|
| 319 |
+
"1e-2.com", "1e-3.com", "1e-5.com", "AIstation.design",
|
| 320 |
+
"AIstation.gallery", "AIstation.media", "AIstation.network",
|
| 321 |
+
"AIstation.photography", "AIstation.photos", "AIstation.pro",
|
| 322 |
+
"AIstation.store", "DIFFUS.ONline", "ffusion.art", "ffusion.org",
|
| 323 |
+
"ffusion.shop", "fusion.photos", "latex.pics", "latex.studio", "latex.id"
|
| 324 |
+
];
|
| 325 |
+
const domainsList = document.getElementById('domainsList');
|
| 326 |
+
|
| 327 |
+
domains.forEach((domain, index) => {
|
| 328 |
+
const li = document.createElement('li');
|
| 329 |
+
li.textContent = domain;
|
| 330 |
+
domainsList.appendChild(li);
|
| 331 |
+
|
| 332 |
+
gsap.to(li, {
|
| 333 |
+
duration: 2,
|
| 334 |
+
delay: index * 0.5,
|
| 335 |
+
y: 0,
|
| 336 |
+
opacity: 1,
|
| 337 |
+
repeat: -1,
|
| 338 |
+
yoyo: true,
|
| 339 |
+
ease: 'sine.inOut'
|
| 340 |
+
});
|
| 341 |
+
});
|
| 342 |
+
</script>
|
| 343 |
+
<div class="container">
|
| 344 |
+
|
| 345 |
<div class="row">
|
| 346 |
<!-- Card 1 -->
|
| 347 |
<div class="model-card">
|
| 348 |
+
<img alt="FFusion/FFusionXL-BASE · Hugging Face - Cover Image" src="https://ffusion-readme.hf.space/FFusion00.jpeg"/>
|
| 349 |
<div class="model-title">FFusionXL-BASE · Hugging Face</div>
|
| 350 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 351 |
<div class="download-section">Download:</div>
|
|
|
|
| 354 |
</div>
|
| 355 |
<!-- Card 2 -->
|
| 356 |
<div class="model-card">
|
| 357 |
+
<img alt="FFusion/FFusionXL-LoRa-SDXL-Potion-Art-Engine · Hugging Face - Cover Image" src="https://ffusion-readme.hf.space/FFusion02.jpeg"/>
|
| 358 |
<div class="model-title">FFusionXL-LoRa-SDXL-Potion-Art-Engine · Hugging Face</div>
|
| 359 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 360 |
<div class="download-section">Download:</div>
|
|
|
|
| 364 |
|
| 365 |
<!-- Card 3 -->
|
| 366 |
<div class="model-card">
|
| 367 |
+
<img alt="FFusion/FFusion-BaSE · Hugging Face - Cover Image" src="https://ffusion-readme.hf.space/FFusion23.jpeg"/>
|
| 368 |
<div class="model-title">FFusion-BaSE · Hugging Face</div>
|
| 369 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 370 |
<div class="download-section">Download:</div>
|
|
|
|
| 373 |
</div>
|
| 374 |
<!-- Card 4 -->
|
| 375 |
<div class="model-card">
|
| 376 |
+
<img alt="FFusion/di.ffusion.ai.Beta512 · Hugging Face - Cover Image" src="https://ffusion-readme.hf.space/FFusion04.jpeg"/>
|
| 377 |
<div class="model-title">di.ffusion.ai.Beta512 · Hugging Face</div>
|
| 378 |
<div class="model-description">We’re on a journey to advance and democratize artificial intelligence through open source and open science.</div>
|
| 379 |
<div class="download-section">Download:</div>
|
|
|
|
| 382 |
</div>
|
| 383 |
<!-- Card 5 -->
|
| 384 |
<div class="model-card">
|
| 385 |
+
<img alt="FFusion/FFusion-BaSE-Alpha · Hugging Face - Cover Image" src="https://ffusion-readme.hf.space/FFusion26.jpeg"/>
|
| 386 |
<div class="model-title">FFusion/FFusion-BaSE ALPHA 768 · Hugging Face</div>
|
| 387 |
<div class="model-description"></div>
|
| 388 |
<div class="download-section">Download:</div>
|
|
|
|
| 391 |
</div>
|
| 392 |
<!-- Card 6 -->
|
| 393 |
<div class="model-card">
|
| 394 |
+
<img alt="FFusion/FFusionXL-BASE · Hugging Face - Cover Image" src="https://ffusion-readme.hf.space/FFusion24.jpeg"/>
|
| 395 |
<div class="model-title">FFusionXL-0.9 · Hugging Face</div>
|
| 396 |
<div class="model-description"></div>
|
| 397 |
<div class="download-section">Download:</div>
|
|
|
|
| 401 |
|
| 402 |
|
| 403 |
<div class="model-card">
|
| 404 |
+
<img alt="GAG - RPG Potions | LoRa 2.1 - v 0.1 | Stable Diffusion LoRA | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion06.jpeg"/>
|
| 405 |
<div class="model-title">GAG - RPG Potions | LoRa 2.1 - v 0.1 | Stable Diffusion LoRA | Civitai</div>
|
| 406 |
<div class="model-description">GAG = Game Asset Generator Starting my GAG Serries 🤟 🥃 This one is a Potion LORA for 2.1 SD models. Depending on the model you will get quite diffe...</div>
|
| 407 |
<div class="download-section">Download:</div>
|
|
|
|
| 409 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 410 |
</div>
|
| 411 |
<div class="model-card">
|
| 412 |
+
<img alt="Potion Art Engine (SDXL, FFXL) - v0.1 | Stable Diffusion LyCORIS | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion07.jpeg"/>
|
| 413 |
<div class="model-title">Potion Art Engine (SDXL, FFXL) - v0.1 | Stable Diffusion LyCORIS | Civitai</div>
|
| 414 |
<div class="model-description">Potion Art Engine (SDXL, FFXL) experimental ver Specifications LoRA Type: LyCORIS/LoKr, Prodigy Trained Resolution: 1024 x 1024 pixels Tested Resol...</div>
|
| 415 |
<div class="download-section">Download:</div>
|
|
|
|
| 417 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 418 |
</div>
|
| 419 |
<div class="model-card">
|
| 420 |
+
<img alt="Color Fusion - ver 1.o | Stable Diffusion Checkpoint | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion08.jpeg"/>
|
| 421 |
<div class="model-title">Color Fusion - ver 1.o | Stable Diffusion Checkpoint | Civitai</div>
|
| 422 |
<div class="model-description">/// wrong previews uploaded prior /// Expanding Fruit Fusion with a few :D NOT fruit sets 🤟 🥃 Better text encoder coming up in next ver Sample Prom...</div>
|
| 423 |
<div class="download-section">Download:</div>
|
|
|
|
| 426 |
</div>
|
| 427 |
|
| 428 |
<div class="model-card">
|
| 429 |
+
<img alt="di.FFUSION.ai Text Encoder - SD 2.1 LyCORIS - FXAA v1.0 | Stable Diffusion LyCORIS | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion19.jpeg"/>
|
| 430 |
<div class="model-title">di.FFUSION.ai Text Encoder - SD 2.1 LyCORIS - FXAA v1.0 | Stable Diffusion LyCORIS | Civitai</div>
|
| 431 |
<div class="model-description">di.FFUSION.ai -tXe-FXAA Trained on "121361" images. Enhance your model's quality and sharpness using your own pre-trained Unet. The text encoder (w...</div>
|
| 432 |
<div class="download-section">Download:</div>
|
|
|
|
| 434 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 435 |
</div>
|
| 436 |
<div class="model-card">
|
| 437 |
+
<img alt="Stage 1 - SD 2.1 - LoRa FFusion - v1.0 | Stable Diffusion LoRA | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion10.jpeg"/>
|
| 438 |
<div class="model-title">Stage 1 - SD 2.1 - LoRa FFusion - v1.0 | Stable Diffusion LoRA | Civitai</div>
|
| 439 |
<div class="model-description">LoRa & LyCORIS Fusion Trained on ~ 217 650 MJ Images LyCoris trained on 211 924 MJ Images LoRa trained on 217 650 MJ Images Merged in di.FFUSIO...</div>
|
| 440 |
<div class="download-section">Download:</div>
|
|
|
|
| 442 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 443 |
</div>
|
| 444 |
<div class="model-card">
|
| 445 |
+
<img alt="FFUSION AI - SD 2.1 - BaSE - v1.0.0 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion14.jpeg"/>
|
| 446 |
<div class="model-title">FFUSION AI - SD 2.1 - BaSE - v1.0.0 | Stable Diffusion Checkpoint | Civitai</div>
|
| 447 |
<div class="model-description">📣 FFUSION AI SD2.1- 768 BaSE Public 1.0.0Release is Here! Diffusers available at https://huggingface.co/FFusion STABLE DIFFUSION 2.1 768+ MODEL bef...</div>
|
| 448 |
<div class="download-section">Download:</div>
|
|
|
|
| 450 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 451 |
</div>
|
| 452 |
<div class="model-card">
|
| 453 |
+
<img alt="Egg Fusion - LoRa Merge - v1.0 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion15.jpeg"/>
|
| 454 |
<div class="model-title">Egg Fusion - LoRa Merge - v1.0 | Stable Diffusion Checkpoint | Civitai</div>
|
| 455 |
<div class="model-description">A fully revamped checkpoint based on the 512dim lora and chilloutmix_NiPrunedFp32Fix + deliberate_v2. Training data: 512 DIM LORA https://civitai.c...</div>
|
| 456 |
<div class="download-section">Download:</div>
|
|
|
|
| 458 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 459 |
</div>
|
| 460 |
<div class="model-card">
|
| 461 |
+
<img alt="Fruit Fusion - ver. 1.o FR2 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion11.jpeg"/>
|
| 462 |
<div class="model-title">Fruit Fusion - ver. 1.o FR2 | Stable Diffusion Checkpoint | Civitai</div>
|
| 463 |
<div class="model-description">Fruit Fusion - Art, Surreal & Stock Diffusion The current version can generate: Stock Photos of Fruits / Fruit art/ digital/surreal/background/...</div>
|
| 464 |
<div class="download-section">Download:</div>
|
|
|
|
| 466 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 467 |
</div>
|
| 468 |
<div class="model-card">
|
| 469 |
+
<img alt="Latex Fusion - UnCLIP - v.00002 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion12.jpeg"/>
|
| 470 |
<div class="model-title">Latex Fusion - UnCLIP - v.00002 | Stable Diffusion Checkpoint | Civitai</div>
|
| 471 |
<div class="model-description">A real UnCLIP with working img2img clear prompt / add image and click generate ;) 60% of the Time, It Works Every Time Compatanble with ComfyUI htt...</div>
|
| 472 |
<div class="download-section">Download:</div>
|
|
|
|
| 474 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 475 |
</div>
|
| 476 |
<div class="model-card">
|
| 477 |
+
<img alt="LoRa EGG/Easter Fusion - v2 | Stable Diffusion LoRA | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion13.jpeg"/>
|
| 478 |
<div class="model-title">LoRa EGG/Easter Fusion - v2 | Stable Diffusion LoRA | Civitai</div>
|
| 479 |
<div class="model-description">v2 14k more steps. based on 1,5 normal for bigger compatibility with other mothers: Data available in lora file ss_mixed_precision: "bf16",ss_netwo...</div>
|
| 480 |
<div class="download-section">Download:</div>
|
|
|
|
| 482 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 483 |
</div>
|
| 484 |
<div class="model-card">
|
| 485 |
+
<img alt="FFusionXL 0.9 SDXL model + Diffusers - v0.9 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion05.jpeg"/>
|
| 486 |
<div class="model-title">FFusionXL 0.9 SDXL model + Diffusers - v0.9 | Stable Diffusion Checkpoint | Civitai</div>
|
| 487 |
<div class="model-description">FusionXL SDXL model + Diffusers from diffusers import DiffusionPipeline import torch pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-09...</div>
|
| 488 |
<div class="download-section">Download:</div>
|
|
|
|
| 490 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 491 |
</div>
|
| 492 |
<div class="model-card">
|
| 493 |
+
<img alt="Island Generator (SDXL, FFXL) - v.0.3 | Stable Diffusion LyCORIS | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion09.jpeg"/>
|
| 494 |
<div class="model-title">Island Generator (SDXL, FFXL) - v.0.3 | Stable Diffusion LyCORIS | Civitai</div>
|
| 495 |
<div class="model-description">generating game assets like islands and objects in low polygonal landscapes, pixelated, 3D, and isometric styles. Specifications: LoRA Type : LyCOR...</div>
|
| 496 |
<div class="download-section">Download:</div>
|
|
|
|
| 498 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 499 |
</div>
|
| 500 |
<div class="model-card">
|
| 501 |
+
<img alt="Latex.ID - LoRa Latex Generator - LoCon v0.2 | Stable Diffusion LoRA | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion16.jpeg"/>
|
| 502 |
<div class="model-title">Latex.ID - LoRa Latex Generator - LoCon v0.2 | Stable Diffusion LoRA | Civitai</div>
|
| 503 |
<div class="model-description">Our LoRa Add-On Empowers Your Imagination Beyond Latex Generation :) LATEX Generator - CMYK edition by Latex.ID https://civitai.com/models/14503 Du...</div>
|
| 504 |
<div class="download-section">Download:</div>
|
|
|
|
| 506 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 507 |
</div>
|
| 508 |
<div class="model-card">
|
| 509 |
+
<img alt="LLaMA Generator - SD-2.1 LyCORIS - v1.0 768DIM | Stable Diffusion LyCORIS | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion17.jpeg"/>
|
| 510 |
<div class="model-title">LLaMA Generator - SD-2.1 LyCORIS - v1.0 768DIM | Stable Diffusion LyCORIS | Civitai</div>
|
| 511 |
<div class="model-description">Nothing more nothing less.. just your everyday LLaMA generator ¯\_(ツ)_/¯ 🤟 🥃 PS: The second file: Training Data (201.28 MB) is a zipped version of ...</div>
|
| 512 |
<div class="download-section">Download:</div>
|
|
|
|
| 514 |
<div class="from-section">Download from: (civitai.com)</div></div>
|
| 515 |
</div>
|
| 516 |
<div class="model-card">
|
| 517 |
+
<img alt="Latex.ID - Leather & Latex Leggings - v. 0.3 | Stable Diffusion LoRA | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion18.jpeg"/>
|
| 518 |
<div class="model-title">Latex.ID - Leather & Latex Leggings - v. 0.3 | Stable Diffusion LoRA | Civitai</div>
|
| 519 |
<div class="model-description">Base initial version trained on 120 latex and leather leggings. 1500 version is next.</div>
|
| 520 |
<div class="download-section">Download:</div>
|
|
|
|
| 523 |
</div>
|
| 524 |
|
| 525 |
<div class="model-card">
|
| 526 |
+
<img alt="LATEX Generator - 1.5 | by Latex.ID - v0.9 | Stable Diffusion Checkpoint | Civitai - Cover Image" src="https://ffusion-readme.hf.space/FFusion20.jpeg"/>
|
| 527 |
<div class="model-title">LATEX Generator - 1.5 | by Latex.ID - v0.9 | Stable Diffusion Checkpoint | Civitai</div>
|
| 528 |
<div class="model-description">A new build and training method for the SD 1.5 model. This is a limited training preview of the upcoming 1.0 (in a few days 🤟 🥃) Some prompts can g...</div>
|
| 529 |
<div class="download-section">Download:</div>
|