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

davisbro
/
flux-multi-angle

Text-to-Image
Diffusers
English
flux
lora
replicate
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use davisbro/flux-multi-angle 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("davisbro/flux-multi-angle")
    
    prompt = "A TOK composite photo of a person posing at different angles, wearing a leather black jacket and graphic t-shirt, long black flaming cargo pants, blond hair, 90s, Y2K, dark eyeshadow, black boots, white background with geometric shapes sparkles, expressive emotion, different perspectives"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-multi-angle / multi-angle-examples
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
davisbro's picture
davisbro
Upload 5 files
132ec4e verified over 1 year ago
  • 1.webp
    80.7 kB
    Upload 5 files over 1 year ago
  • 2.webp
    70.9 kB
    Upload 5 files over 1 year ago
  • 3.png
    929 kB
    Upload 5 files over 1 year ago
  • 4.webp
    96.6 kB
    Upload 5 files over 1 year ago
  • 5.webp
    118 kB
    Upload 5 files over 1 year ago