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

Duplicated from  nhathoangfoto/Flux.2-Klein-9B-MatchingPose

Leon1000
/
Flux.2-Klein-9B-MatchingPose

Image-Text-to-Image
Diffusers
English
lora
flux
flux.2
flux.2-klein
matchingpose
pose-transfer
character-consistency
image-to-image
text-to-image
Model card Files Files and versions
xet
Community

Instructions to use Leon1000/Flux.2-Klein-9B-MatchingPose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Leon1000/Flux.2-Klein-9B-MatchingPose 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.2-klein-base-9B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Leon1000/Flux.2-Klein-9B-MatchingPose")
    
    prompt = "matchingpose9b — cycle through: face reference → mannequin pose → final output"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
Flux.2-Klein-9B-MatchingPose
1.33 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Leon1000's picture
Leon1000
nhathoangfoto's picture
nhathoangfoto
Duplicate from nhathoangfoto/Flux.2-Klein-9B-MatchingPose
7616823 4 days ago
  • examples
    Duplicate from nhathoangfoto/Flux.2-Klein-9B-MatchingPose 4 days ago
  • .gitattributes
    1.86 kB
    Duplicate from nhathoangfoto/Flux.2-Klein-9B-MatchingPose 4 days ago
  • Maching_Pose_9B_Rank256.safetensors
    1.33 GB
    xet
    Duplicate from nhathoangfoto/Flux.2-Klein-9B-MatchingPose 4 days ago
  • README.md
    11.2 kB
    Duplicate from nhathoangfoto/Flux.2-Klein-9B-MatchingPose 4 days ago