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

Jyrrata
/
LHC_XL

Text-to-Image
Diffusers
TensorBoard
English
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Diffusers

    How to use Jyrrata/LHC_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("Jyrrata/LHC_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
LHC_XL / alpha
51.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 18 commits
Jyrrata's picture
Jyrrata
Delete alpha/v05
4bc8343 verified about 1 year ago
  • v01
    Rename alpha/LHC_alphav01-vpred.safetensors to alpha/v01/LHC_alphav01-vpred.safetensors over 1 year ago
  • v02
    Rename alpha/LHC_alphav02_5-vpred.safetensors to alpha/v02/LHC_alphav02_5-vpred.safetensors over 1 year ago
  • v03
    Upload lhc_v03_1_lora.safetensors over 1 year ago
  • v04
    Upload lhc_04_extract.safetensors over 1 year ago