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

  • Log In
  • Sign Up

MidnightRunner
/
Pear

Text-to-Image
Diffusers
English
stable-diffusion
lora
template:sd-lora
automatic1111
ComfyUI
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use MidnightRunner/Pear with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("MidnightRunner/Pear")
    
    prompt = "(a beautiful woman:1.5), (looking straight at the camera:1.3), hazel eye color, sweat, trembling, blush, a woman with black hair, black manicure, (goosebumps:1.2), skin pores, sweat, raytracing, specular lighting,  shallow depth of field, 1girl, smiling, dimples, long voluminous hair, beautiful, from below, (looking at the viewer), (in frame), bare shoulders"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Pear / images
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
MidnightRunner's picture
MidnightRunner
Upload lovely.png
97d506b over 2 years ago
  • black hot.png
    457 kB
    xet
    Add 2 files over 2 years ago
  • lovely.png
    1.97 MB
    xet
    Upload lovely.png over 2 years ago