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

  • Log In
  • Sign Up

lige
/
lige_models

Text-to-Image
Diffusers
Chinese
English
stable-diffusion
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use lige/lige_models with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lige/lige_models", 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
lige_models
287 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
lige's picture
lige
Upload put ckpt.txt
f66effb almost 3 years ago
  • ckpt
    Upload put ckpt.txt almost 3 years ago
  • lora
    Upload qingque-starrail.safetensors (#1) almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    596 Bytes
    Update README.md over 3 years ago
  • 综合资源获取渠道与常用工具4.0--六月离歌编--元宵快乐.txt
    7.04 kB
    Upload 综合资源获取渠道与常用工具4.0--六月离歌编--元宵快乐.txt over 3 years ago