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

TheAwakenOne
/
The-Mask-Lora

Text-to-Image
Diffusers
flux
lora
template:sd-lora
fluxgym
Model card Files Files and versions
xet
Community
6

Instructions to use TheAwakenOne/The-Mask-Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use TheAwakenOne/The-Mask-Lora 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("TheAwakenOne/The-Mask-Lora")
    
    prompt = "the mask style a man in a black suit and hat that reads \"Try Me\" on it, with a grin on his face, holding a bunch of guns, wearing a green mask, "
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
The-Mask-Lora / images
58 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
TheAwakenOne's picture
TheAwakenOne
Add generated example (#6)
81dd1cb verified over 1 year ago
  • ComfyUI_00835_.png
    14.4 MB
    xet
    Add 5 files over 1 year ago
  • ComfyUI_00838_.png
    13.8 MB
    xet
    Add 5 files over 1 year ago
  • ComfyUI_00847_.png
    14 MB
    xet
    Add 5 files over 1 year ago
  • ComfyUI_00849_.png
    15.2 MB
    xet
    Add 5 files over 1 year ago
  • example_a2cc1msci.png
    79.5 kB
    xet
    Add generated example (#1) over 1 year ago
  • example_f635af02e.png
    81.2 kB
    xet
    Add generated example (#3) over 1 year ago
  • example_ihl4gsyzu.png
    125 kB
    xet
    Add generated example (#4) over 1 year ago
  • example_p4ihp3ye8.png
    151 kB
    xet
    Add generated example (#5) over 1 year ago
  • example_pxgw1a14e.png
    100 kB
    xet
    Add generated example (#2) over 1 year ago
  • example_qdb9zv446.png
    93.5 kB
    xet
    Add generated example (#6) over 1 year ago