Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

CoachBate
/
UnderBoner

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

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

  • Libraries
  • Diffusers

    How to use CoachBate/UnderBoner with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("pmczip/FLUX.2-klein-9B_Models", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("CoachBate/UnderBoner")
    
    prompt = "each man has a single underboner in his pants. preserve their identities ,  "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
UnderBoner
202 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
CoachBate's picture
CoachBate
Update README.md
938a86a verified 13 days ago
  • images
    Add 11 files 13 days ago
  • .gitattributes
    2.31 kB
    initial commit 13 days ago
  • README.md
    2.01 kB
    Update README.md 13 days ago
  • flux.2-klein-9b-underboner-coachbate-v1.safetensors
    166 MB
    xet
    Add 11 files 13 days ago