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
/
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/aura_style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ezhoureal/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,black-forest-labs/FLUX.2-klein-4B,stabilityai/stable-diffusion-3.5-medium", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ezhoureal/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
aura_style
726 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
ezhoureal's picture
ezhoureal
Delete training_data
c326b52 verified about 1 hour ago
  • eval
    Move evaluation assets under eval input and output folders 11 days ago
  • eval_report
    Upload folder using huggingface_hub about 23 hours ago
  • fal_flux2_edit_lora
    Upload LoRA weights, training data, eval data, and outputs 11 days ago
  • flux2_klein
    Upload folder using huggingface_hub 2 days ago
  • scripts
    Keep only Flux-2 training and inference scripts 11 days ago
  • .gitattributes
    21.8 kB
    Upload folder using huggingface_hub about 23 hours ago
  • README.md
    2.99 kB
    Update README.md about 23 hours ago
  • pyproject.toml
    1.09 kB
    Upload pyproject.toml with huggingface_hub 11 days ago