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

  • Log In
  • Sign Up

luodan
/
pose-control-lora

Text-to-Image
Diffusers
flux
flux-diffusers
control-lora
diffusers-training
lora
Model card Files Files and versions
xet
Community

Instructions to use luodan/pose-control-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use luodan/pose-control-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-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("luodan/pose-control-lora")
    
    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
pose-control-lora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
luodan's picture
luodan
End of training
14e81f8 verified 8 months ago
  • checkpoint-1000
    End of training 8 months ago
  • checkpoint-1500
    End of training 8 months ago
  • checkpoint-2000
    End of training 8 months ago
  • checkpoint-2500
    End of training 8 months ago
  • checkpoint-3000
    End of training 8 months ago
  • checkpoint-3500
    End of training 8 months ago
  • checkpoint-4000
    End of training 8 months ago
  • checkpoint-4500
    End of training 8 months ago
  • checkpoint-500
    End of training 8 months ago
  • checkpoint-5000
    End of training 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    996 Bytes
    End of training 8 months ago
  • pytorch_lora_weights.safetensors
    359 MB
    xet
    End of training 8 months ago