Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

FFusion
/
FFusionXL-BASE

Text-to-Image
Diffusers
ONNX
Safetensors
OpenVINO
English
StableDiffusionXLPipeline
stable-diffusion-xl
stable-diffusion-xl-diffusers
stable-diffusion
di.FFusion.ai
Eval Results (legacy)
Model card Files Files and versions
xet
Community
4

Instructions to use FFusion/FFusionXL-BASE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FFusion/FFusionXL-BASE with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-BASE", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "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"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
FFusionXL-BASE
48 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
idlebg's picture
idlebg
Adding `diffusers` weights of this model
90e491b almost 3 years ago
  • scheduler
    Adding `diffusers` weights of this model almost 3 years ago
  • text_encoder
    Adding `diffusers` weights of this model almost 3 years ago
  • text_encoder_2
    Adding `diffusers` weights of this model almost 3 years ago
  • tokenizer
    Adding `diffusers` weights of this model almost 3 years ago
  • tokenizer_2
    Adding `diffusers` weights of this model almost 3 years ago
  • unet
    Adding `diffusers` weights of this model almost 3 years ago
  • vae
    Adding `diffusers` weights of this model almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • FFusionXL-1-SDXL.fp16.safetensors
    6.94 GB
    xet
    FFXL 1.0 almost 3 years ago
  • FFusionXL-1-SDXL.safetensors
    13.7 GB
    xet
    FFXL 1.0 almost 3 years ago
  • README.md
    15.2 kB
    Update README.md almost 3 years ago
  • model.safetensors
    6.94 GB
    xet
    FFXL 1.0 almost 3 years ago
  • model_index.json
    582 Bytes
    Adding `diffusers` weights of this model almost 3 years ago