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

je-suis-tm
/
sayama_ai_lora_flux_nf4

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

Instructions to use je-suis-tm/sayama_ai_lora_flux_nf4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use je-suis-tm/sayama_ai_lora_flux_nf4 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("je-suis-tm/sayama_ai_lora_flux_nf4")
    
    prompt = "Training With QLoRA: Sayama Ai smiles confidently for the camera in this outdoor portrait. Her striking red hair, long and wavy, complements a playful outfit: a white skirt and a pink and white striped top adorned with hearts. she radiates happiness. The blurred background hints at an urban location, possibly near a road. The photograph captures a moment of joy and self assuredness in a vibrant, natural setting."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sayama_ai_lora_flux_nf4
20.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
je-suis-tm's picture
je-suis-tm
Update README.md
93daacc verified 5 months ago
  • images
    Upload 4 files 6 months ago
  • .gitattributes
    1.79 kB
    Upload 4 files 6 months ago
  • README.md
    6.47 kB
    Update README.md 5 months ago
  • pytorch_lora_weights.safetensors
    18.7 MB
    xet
    Upload pytorch_lora_weights.safetensors 6 months ago