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-09-SDXL

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stable-diffusion-xl
stable-diffusion-xl-diffusers
stable-diffusion
di.ffusion.ai
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use FFusion/FFusionXL-09-SDXL 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-09-SDXL", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
FFusionXL-09-SDXL
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
idlebg's picture
idlebg
Update README.md
0705d6f almost 3 years ago
  • scheduler
    Adding `diffusers` weights of this model (#1) almost 3 years ago
  • text_encoder
    Adding `diffusers` weights of this model (#1) almost 3 years ago
  • text_encoder_2
    Adding `diffusers` weights of this model (#1) almost 3 years ago
  • tokenizer
    Adding `diffusers` weights of this model (#1) almost 3 years ago
  • tokenizer_2
    Adding `diffusers` weights of this model (#1) almost 3 years ago
  • unet
    Adding `diffusers` weights of this model (#1) almost 3 years ago
  • vae
    Adding `diffusers` weights of this model (#1) almost 3 years ago
  • .gitattributes
    1.57 kB
    Rename FFXL-09-022.safetensors to FFusionXL-09-SDXL almost 3 years ago
  • FFusionXL-09-SDXL.safetensors
    13.9 GB
    xet
    Rename FFusionXL-09-SDXL to FFusionXL-09-SDXL.safetensors almost 3 years ago
  • LICENSE.md
    14.4 kB
    Create LICENSE.md almost 3 years ago
  • README.md
    21.5 kB
    Update README.md almost 3 years ago
  • model.safetensors
    13.9 GB
    xet
    FFusionXL-09-SDXL almost 3 years ago
  • model_index.json
    582 Bytes
    Adding `diffusers` weights of this model (#1) almost 3 years ago