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

playboy40k
/
flux-EmmaWatsonLora

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

Instructions to use playboy40k/flux-EmmaWatsonLora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use playboy40k/flux-EmmaWatsonLora 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("playboy40k/flux-EmmaWatsonLora")
    
    prompt = "cinematic photo a girl  ((ohwx woman)) by artgerm, photorealistic dramatic volumetric lighting ultra HD 8k high detail concept design 4K 3D unreal engine hyperrealism cyberpunk 2077 octane render in the style of blade runner and chrome 2 hardsurface scattering  <lora:watson_lora_v2_128:1> . 35mm photograph, film, bokeh, professional, 4k, highly detailed"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-EmmaWatsonLora
37.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
playboy40k's picture
playboy40k
Add generated example (#3)
f3c7b2d verified over 1 year ago
  • images
    Add generated example (#3) over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    6.23 kB
    Add generated example (#3) over 1 year ago
  • lora.safetensors
    37.4 MB
    xet
    Add 2 files over 1 year ago