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
40.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
MidnightRunner's picture
MidnightRunner
Upload 012524_SD_Variations_Test.pdf
feeab6f verified over 2 years ago
  • images
    Upload lovely.png over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • 012524_SD_Variations_Test.pdf
    359 kB
    Upload 012524_SD_Variations_Test.pdf over 2 years ago
  • Pear_v1.safetensors
    37.9 MB
    xet
    Upload Pear_v1.safetensors over 2 years ago
  • README.md
    4.09 kB
    Update README.md over 2 years ago