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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

furaidosu
/
flux-lora-simple-vector

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Model card Files Files and versions
xet
Community
10

Instructions to use furaidosu/flux-lora-simple-vector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use furaidosu/flux-lora-simple-vector 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-schnell", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("furaidosu/flux-lora-simple-vector")
    
    prompt = "v3ct0r style, simple flat vector art, isolated on white bg, cat"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
flux-lora-simple-vector / images
457 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Choquin
Add generated example (#9)
ad2788e verified almost 2 years ago
  • example_3sni63iot.png
    49.6 kB
    Add generated example (#9) almost 2 years ago
  • example_7qpdcfbh7.png
    56 kB
    Add generated example (#5) almost 2 years ago
  • example_8whcizm93.png
    70.9 kB
    Add generated example (#6) almost 2 years ago
  • example_fpe41y8qu.png
    37.7 kB
    Add generated example (#7) almost 2 years ago
  • example_g47akol3e.png
    48.1 kB
    Add generated example (#8) almost 2 years ago
  • example_ogcdpk4vm.png
    72.8 kB
    Add generated example (#1) almost 2 years ago
  • example_t6wl1q1dw.png
    43.6 kB
    Add generated example (#3) almost 2 years ago
  • example_tceiuip27.png
    36.8 kB
    Add generated example (#2) almost 2 years ago
  • example_ylmvpzdqk.png
    41.5 kB
    Add generated example (#4) almost 2 years ago