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

WiroAI
/
Karina-Flux-LoRA

Text-to-Image
Diffusers
Transformers
flux
lora
template:sd-lora
ai-toolkit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use WiroAI/Karina-Flux-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("WiroAI/Karina-Flux-LoRA")
    
    prompt = "krnwiro, realistic portrait, a gorgeous woman with black eyes and long dark wavy, wearing a deep green velvet cloak, standing in a mystical forest, soft moonlight illuminating her pale skin, delicate freckles across her nose, gentle smile, ethereal atmosphere, glowing fireflies floating around her"
    image = pipe(prompt).images[0]
  • Transformers

    How to use WiroAI/Karina-Flux-LoRA with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("WiroAI/Karina-Flux-LoRA", dtype="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Karina-Flux-LoRA
175 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mehmettozlu's picture
mehmettozlu
Update README.md
5798c3d verified about 1 year ago
  • .gitattributes
    1.66 kB
    Upload 4 files about 1 year ago
  • README.md
    3.73 kB
    Update README.md about 1 year ago
  • karina2.png
    1.02 MB
    xet
    Upload 4 files about 1 year ago
  • karina4.png
    1.25 MB
    xet
    Upload 4 files about 1 year ago
  • karina5.png
    1.13 MB
    xet
    Upload 4 files about 1 year ago
  • karina_flux_lora.safetensors
    172 MB
    xet
    Upload 4 files about 1 year ago