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

ezhoureal
/
flux_aura_style

Image-to-Image
Diffusers
flux
flux-2
flux-2-edit
lora
image-editing
style-transfer
aura-style
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ezhoureal/flux_aura_style with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ezhoureal/flux_aura_style")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
flux_aura_style / eval
5.05 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ezhoureal's picture
ezhoureal
Move evaluation assets under eval input and output folders
ceded49 verified 4 days ago
  • input
    Move evaluation assets under eval input and output folders 4 days ago
  • output
    Move evaluation assets under eval input and output folders 4 days ago