Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

lamm-mit
/
bioinspired-L-FLUX.1-dev

Text-to-Image
Diffusers
diffusers-training
lora
FLUX.1-dev
science
materiomics
bio-inspired
materials science
generative AI for science
Model card Files Files and versions
xet
Community
1

Instructions to use lamm-mit/bioinspired-L-FLUX.1-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lamm-mit/bioinspired-L-FLUX.1-dev 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("lamm-mit/bioinspired-L-FLUX.1-dev")
    
    prompt = "<leaf microstructure>"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
bioinspired-L-FLUX.1-dev
1.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
mjbuehler's picture
mjbuehler
Update README.md
65e2119 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    7.88 kB
    Update README.md over 1 year ago
  • bioinspired-flux-11000.safetensors
    687 MB
    xet
    Upload 2 files (#1) over 1 year ago
  • bioinspired-flux.safetensors
    687 MB
    xet
    Upload 2 files (#1) over 1 year ago