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

  • Log In
  • Sign Up

AiAF
/
Diffusers_bigLust_v17

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

Instructions to use AiAF/Diffusers_bigLust_v17 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use AiAF/Diffusers_bigLust_v17 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AiAF/Diffusers_bigLust_v17", 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
Diffusers_bigLust_v17 / text_encoder_2
1.39 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AiAF's picture
AiAF
redid conversion with --half flag and --to_safetensors flag to export weights in safetensors format in fp16 format to save storage space and vram for training (it exportrd weights in FP32 by defaut so the resulting files were ~13.9 GB in combined size)
19467b2 verified 6 months ago
  • config.json
    564 Bytes
    redid conversion with --half flag and --to_safetensors flag to export weights in safetensors format in fp16 format to save storage space and vram for training (it exportrd weights in FP32 by defaut so the resulting files were ~13.9 GB in combined size) 6 months ago
  • model.safetensors
    1.39 GB
    xet
    redid conversion with --half flag and --to_safetensors flag to export weights in safetensors format in fp16 format to save storage space and vram for training (it exportrd weights in FP32 by defaut so the resulting files were ~13.9 GB in combined size) 6 months ago