Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JerryOrbachJr
/
Franklin-Booth-Style

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

Instructions to use JerryOrbachJr/Franklin-Booth-Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use JerryOrbachJr/Franklin-Booth-Style 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("JerryOrbachJr/Franklin-Booth-Style")
    
    prompt = "A woman walking through a forest with a house and a big sky in the background, black and white"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Franklin-Booth-Style / images
24.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
JerryOrbachJr's picture
JerryOrbachJr
Add 9 files
ab054f3 verified over 2 years ago
  • A1.png
    3.36 MB
    xet
    Add 9 files over 2 years ago
  • A2.png
    2.73 MB
    xet
    Add 9 files over 2 years ago
  • A3.png
    2.84 MB
    xet
    Add 9 files over 2 years ago
  • A5.png
    3.01 MB
    xet
    Add 9 files over 2 years ago
  • A6.png
    2.61 MB
    xet
    Add 9 files over 2 years ago
  • A7.png
    3.6 MB
    xet
    Add 9 files over 2 years ago
  • A8.png
    3.22 MB
    xet
    Add 9 files over 2 years ago
  • A9.png
    2.93 MB
    xet
    Add 9 files over 2 years ago