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

prithivMLmods
/
Flux-Fine-Detail-LoRA

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use prithivMLmods/Flux-Fine-Detail-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prithivMLmods/Flux-Fine-Detail-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("prithivMLmods/Flux-Fine-Detail-LoRA")
    
    prompt = "Super Detail, A close-up shot of a man with a brown hat on his head. His eyes are blue and he has brown hair. His hair is wet from the rain. The background is blurred."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Flux-Fine-Detail-LoRA
617 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
prithivMLmods's picture
prithivMLmods
Rename Super-Detail.safetensors to Fine-Detail.safetensors
c2efd08 verified over 1 year ago
  • images
    Delete images/ec8af61acd1e1d11f5447861a288e91c.jpg over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • Fine-Detail.safetensors
    613 MB
    xet
    Rename Super-Detail.safetensors to Fine-Detail.safetensors over 1 year ago
  • README.md
    2.88 kB
    Update README.md over 1 year ago