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

  • Log In
  • Sign Up

Muapi
/
sexy-looking-back

Text-to-Image
Diffusers
lora
stable-diffusion
flux
flux.1-d
Model card Files Files and versions
xet
Community

Instructions to use Muapi/sexy-looking-back with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Muapi/sexy-looking-back 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("Muapi/sexy-looking-back")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sexy-looking-back
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Muapi's picture
Muapi
Update README metadata for HF classification
53bd146 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    862 Bytes
    Update README metadata for HF classification 1 day ago
  • sexy-looking-back.safetensors
    172 MB
    xet
    Upload sexy-looking-back.safetensors with huggingface_hub 9 months ago