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

  • Log In
  • Sign Up

JunkieMonkey69
/
Hunter

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use JunkieMonkey69/Hunter with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("JunkieMonkey69/Hunter")
    
    prompt = "Retro aesthetic, 4k, detailed, high quality, Fujicolor Superia X-TRA 400 film, 50mm, fine art photography, Clean sharp photograph, shallow depth of field. nostalgia, old retro aesthetic, film still, 90s vintage photograph. detailed, masterpiece, Photorealistic Portrait. \na dynamic portrait shot captured from behind, she looks over her shoulder.a beautiful woman with short dark blonde hair, shoulder length hair with messy bangs covering forehead. textured wavy hair. teal blue eyes, soft pink lips, a subtle smirk around the corner of her lips, soft teasing smile, detailed skin pores, sharp focus on her eyes. \nShe is wearing a olive green polo shirt. outdoors, tennis court, warm natural sunlight. "
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Hunter
632 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
JunkieMonkey69's picture
JunkieMonkey69
Update README.md
1311364 verified 7 months ago
  • images
    Upload ComfyUI_01730_.png 7 months ago
  • .gitattributes
    2.31 kB
    initial commit 7 months ago
  • Hunter.safetensors
    613 MB
    xet
    Add 6 files 7 months ago
  • README.md
    4.77 kB
    Update README.md 7 months ago