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

  • Log In
  • Sign Up

callgg
/
kontext-lora

Diffusers
Model card Files Files and versions
xet
Community

Instructions to use callgg/kontext-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use callgg/kontext-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("callgg/kontext-lora", 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
kontext-lora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
chatpig's picture
chatpig
Upload plushie_lora.safetensors
c98b80c verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    60 Bytes
    Update README.md 10 months ago
  • bot_lora.safetensors
    307 MB
    xet
    Upload bot_lora.safetensors 10 months ago
  • line_lora.safetensors
    359 MB
    xet
    Upload line_lora.safetensors with huggingface_hub 10 months ago
  • plushie_lora.safetensors
    307 MB
    xet
    Upload plushie_lora.safetensors 10 months ago