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

  • Log In
  • Sign Up

Duplicated from  Shakker-Labs/FLUX.1-dev-LoRA-add-details

codecandy
/
detailer

Text-to-Image
Diffusers
Safetensors
stable-diffusion
lora
image-generation
flux
Model card Files Files and versions
xet
Community

Instructions to use codecandy/detailer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use codecandy/detailer 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("codecandy/detailer")
    
    prompt = "a young woman"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
detailer
697 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
codecandy's picture
codecandy
wanghaofan's picture
wanghaofan
Duplicate from Shakker-Labs/FLUX.1-dev-LoRA-add-details
fd7c2ce verified about 1 year ago
  • images
    Duplicate from Shakker-Labs/FLUX.1-dev-LoRA-add-details about 1 year ago
  • .gitattributes
    2.31 kB
    Duplicate from Shakker-Labs/FLUX.1-dev-LoRA-add-details about 1 year ago
  • FLUX-dev-lora-add_details.safetensors
    687 MB
    xet
    Duplicate from Shakker-Labs/FLUX.1-dev-LoRA-add-details about 1 year ago
  • README.md
    2.01 kB
    Duplicate from Shakker-Labs/FLUX.1-dev-LoRA-add-details about 1 year ago