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

  • Log In
  • Sign Up

olfronar
/
lora_stalenhag

Text-to-Image
Diffusers
flux
lora
fal
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use olfronar/lora_stalenhag with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("olfronar/lora_stalenhag")
    
    prompt = "hsai style"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lora_stalenhag
590 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
olfronar's picture
olfronar
Update README.md
ee90d9e verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    583 Bytes
    Update README.md 5 months ago
  • lora_stalenhag.safetensors
    590 MB
    xet
    Rename lora_stalenhag_2.safetensors to lora_stalenhag.safetensors 8 months ago