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

  • Log In
  • Sign Up

LightningWorks
/
shiyangb1-diffusers

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

Instructions to use LightningWorks/shiyangb1-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use LightningWorks/shiyangb1-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("LightningWorks/shiyangb1-diffusers", 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
shiyangb1-diffusers
2.74 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Geoffrey McCabe
Re-add large model files tracked by Git LFS
b85775e about 1 year ago
  • feature_extractor
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • safety_checker
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • scheduler
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • text_encoder
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • tokenizer
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • unet
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • vae
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    64 Bytes
    Create README.md about 1 year ago
  • model_index.json
    676 Bytes
    Amend commit to restore vae/diffusion_pytorch_model.safetensors to pointer state about 1 year ago
  • ssh-keygen -t ed25519 -C "geoff@lightningworks.io"
    419 Bytes
    Upload converted Diffusers model files about 1 year ago
  • ssh-keygen -t ed25519 -C "geoff@lightningworks.io".pub
    104 Bytes
    Upload converted Diffusers model files about 1 year ago