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

flymy-ai
/
flux-dev-lora-example

Text-to-Image
Diffusers
English
lora
flux
flux-dev
realism
character
portrait
Model card Files Files and versions
xet
Community

Instructions to use flymy-ai/flux-dev-lora-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use flymy-ai/flux-dev-lora-example 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("flymy-ai/flux-dev-lora-example")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-dev-lora-example / assets /dataset
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
KvLove's picture
KvLove
Update LoRA model to Valentin character with examples
29241f9 7 months ago
  • 001.jpg
    125 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 002.jpg
    303 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 003.jpg
    63.8 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 004.jpg
    244 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 005.jpg
    125 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 006.jpg
    139 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 007.jpg
    268 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 008.jpg
    185 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 009.jpg
    313 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 010.jpg
    151 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 011.jpg
    208 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago
  • 012.jpg
    179 kB
    xet
    Update LoRA model to Valentin character with examples 7 months ago