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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

playboy40k
/
flux-ZendayaLora

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

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

  • Libraries
  • Diffusers

    How to use playboy40k/flux-ZendayaLora 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-ZendayaLora")
    
    prompt = "High quality photo in side view of a woman looking at the viewer standing on top of a hill in the windy scottish highlands wearing a tight full sleeve figure hugging turtle neck shirt  and white dress pants that are also form fitted"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
flux-ZendayaLora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
playboy40k's picture
playboy40k
Update README.md
deafb22 verified almost 2 years ago
  • images
    Add generated example (#2) almost 2 years ago
  • .gitattributes
    2.31 kB
    initial commit almost 2 years ago
  • README.md
    1.7 kB
    Update README.md almost 2 years ago
  • lora.safetensors
    37.4 MB
    xet
    Add 2 files almost 2 years ago