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

fediry
/
flux-kontext-object-placement-lora

Diffusers
lora
flux
kontext
object-placement
Model card Files Files and versions
xet
Community

Instructions to use fediry/flux-kontext-object-placement-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use fediry/flux-kontext-object-placement-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-Kontext-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("fediry/flux-kontext-object-placement-lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
flux-kontext-object-placement-lora
2.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
fediry's picture
fediry
Upload README.md with huggingface_hub
866e26e verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.15 kB
    Upload README.md with huggingface_hub 10 months ago
  • config.yaml
    1.33 kB
    Upload config.yaml with huggingface_hub 10 months ago
  • object_placement_lora_v1.safetensors
    687 MB
    xet
    Upload object_placement_lora_v1.safetensors with huggingface_hub 10 months ago
  • object_placement_lora_v2.safetensors
    1.37 GB
    xet
    Upload object_placement_lora_v2.safetensors with huggingface_hub 10 months ago