|
--- |
|
license: openrail++ |
|
base_model: diffusers/stable-diffusion-xl-base-1.0 |
|
tags: |
|
- stable-diffusion-xl |
|
- stable-diffusion-xl-diffusers |
|
- stable-diffusion |
|
- text-to-image |
|
- diffusers |
|
- di.FFusion.ai |
|
inference: true |
|
widget: |
|
- text: >- |
|
a sprinkled donut sitting on top of a table, blender donut tutorial, |
|
colorful hyperrealism, everything is made of candy, hyperrealistic digital |
|
painting, covered in sprinkles and crumbs, vibrant colors hyper realism, |
|
colorful smoke explosion background |
|
example_title: Donut FFusion |
|
- text: >- |
|
a cup of coffee with a tree in it, surreal art, awesome great composition, |
|
surrealism!!!!, cafe in the clouds, perfectly realistic yet surreal, |
|
surreal realistic, floating trees, amazing composition, dream scenery art, |
|
whimsical surrealism, surreal composition, trending artistic art, |
|
surrealism art, surreal scene, surrealistic painting, surreal style, |
|
surreal illustration |
|
example_title: Coffee FFusion |
|
- text: >- |
|
brightly colored headphones with a splash of paint and music notes, vibing |
|
to music, artistic illustration, stunning artwork, music is life, |
|
beautiful digital artwork, headphones on, listening to music, music |
|
poster, synesthesia, music in the air, listening to godly music, style |
|
hybrid mix of beeple, headphones, digital artwork 4 k, side profile |
|
artwork, no humans, planet, space, black background, cable, simple |
|
background, concept art, cinematic, dramatic, intricate details, dark |
|
lighting |
|
example_title: Headset FFusion |
|
- text: >- |
|
a group of three blocks with a picture of a boat in the middle of them, |
|
surreal 3 d render, 3 d epic illustrations, 3 d artistic render, inspired |
|
by Matthias Jung, environmental key art, erik johansson style, surreal |
|
concept art, alexander jansson style, cube portals, masterpiece, 3 |
|
d render surrealistic digital artwork |
|
example_title: Digital Fusion |
|
- text: >- |
|
a dog in colorful exploding clouds,dreamlike surrealism colorful smoke and fire coming |
|
out of it,explosion of data fragments,exploding background,realistic |
|
explosion,3d digital art 4k,fire and explosion,explosion,background |
|
explosion,cinema 4 d art,shattering,beeple. hyperrealism,explosion |
|
background,rendered in cinema 4 d,rendered in cinema4d,explosive |
|
background |
|
example_title: Dogo FFusion |
|
language: |
|
- en |
|
--- |
|
|
|
# FFusionXL "temp" Model Card |
|
[![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) |
|
<div style="display: flex; flex-wrap: wrap; gap: 2px;"> |
|
<a href="https://huggingface.co/FFusion/FFusionXL-BASE/blob/main/FFusionXL-BASE-v1.safetensors" target="_blank" rel="noopener noreferrer"> |
|
<img src="https://img.shields.io/badge/-Download%20Model-brightgreen?style=for-the-badge&logo=appveyor" alt="Download Model"> |
|
</a> |
|
<a href="https://huggingface.co/spaces/FFusion/FFusionXL-SDXL-DEMO" target="_blank" rel="noopener noreferrer"> |
|
<img src="https://img.shields.io/badge/-FFusionXL%20DEMO-brightpurple?style=for-the-badge&logo=appveyor" alt="FFusionXL BASE SDXL DEMO"> |
|
</a> |
|
</div> |
|
|
|
|
|
|
|
# FusionXL SDXL model + Diffusers |
|
preparing for OPEN VINO | ONNX |
|
|
|
```py |
|
from diffusers import DiffusionPipeline |
|
import torch |
|
|
|
pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-BASE", torch_dtype=torch.float16, use_safetensors=True, variant="fp16") |
|
``` |