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

TheDivergentAI
/
masc_lora

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

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

  • Libraries
  • Diffusers

    How to use TheDivergentAI/masc_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-schnell", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("TheDivergentAI/masc_lora")
    
    prompt = "A hirsute man with a thick beard and tousled hair stands in the midst of an open field, his shirtless torso glistening in the sun. His chest hair adds texture to the golden light, while wildflowers surround his muscular frame. The natural landscape complements his rugged masculinity, creating a harmonious balance between man and nature."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
masc_lora
196 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
TheDivergentAI's picture
TheDivergentAI
Add 5 files
5d7fe6e verified over 1 year ago
  • images
    Add 5 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • MASC_v0.3.safetensors
    172 MB
    xet
    Add 5 files over 1 year ago
  • README.md
    6.07 kB
    initial commit over 1 year ago