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

shreenithi20
/
flux_lora_sketch_v8

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

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

  • Libraries
  • Diffusers

    How to use shreenithi20/flux_lora_sketch_v8 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("shreenithi20/flux_lora_sketch_v8")
    
    prompt = "A passionate street artist with long black hair and a vibrant green jacket, painting on a canvas on a sidewalk with pink and yellow lights, detailed facial features with a focused expression, bold expressive lines and colorful swirls in the background"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
flux_lora_sketch_v8
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
shreenithi20's picture
shreenithi20
Update README.md
4cd9691 verified about 1 year ago
  • images
    Add generated example (#6) over 1 year ago
  • .gitattributes
    1.71 kB
    Add generated example (#5) over 1 year ago
  • README.md
    1.41 kB
    Update README.md about 1 year ago
  • config.json
    219 Bytes
    Upload config.json over 1 year ago
  • my_first_flux_lora_v8.safetensors
    172 MB
    xet
    Upload my_first_flux_lora_v8.safetensors over 1 year ago