Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

diffusers-test
/
deli_text_encoder-fluentlyxl_text_encoder-test-XL

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use diffusers-test/deli_text_encoder-fluentlyxl_text_encoder-test-XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use diffusers-test/deli_text_encoder-fluentlyxl_text_encoder-test-XL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("diffusers-test/deli_text_encoder-fluentlyxl_text_encoder-test-XL", 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
  • Draw Things
  • DiffusionBee
deli_text_encoder-fluentlyxl_text_encoder-test-XL / text_encoder_2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 46 commits
ehristoforu's picture
ehristoforu
Update text_encoder_2/config.json
466d2b4 verified almost 2 years ago
  • config.json
    570 Bytes
    Update text_encoder_2/config.json almost 2 years ago
  • model.safetensors
    1.39 GB
    xet
    Rename text_encoder_2_oldmodel.safetensors to text_encoder_2/model.safetensors almost 2 years ago