mjbuehler commited on
Commit
9004569
·
verified ·
1 Parent(s): bc0c916

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,11 +7,12 @@ tags:
7
  - diffusers-training
8
  - diffusers
9
  - lora
10
- - FLUX
11
  - science
12
  - materiomics
13
  - bio-inspired
14
  - materials science
 
15
  instance_prompt: <leaf microstructure>
16
  widget: []
17
  ---
@@ -22,7 +23,7 @@ FLUX.1 [dev] is a 12 billion parameter rectified flow transformer capable of gen
22
 
23
  ## Model description
24
 
25
- These are LoRA adaption weights for the FLUX.1 [dev] model (```black-forest-labs/FLUX.1-dev```).
26
 
27
  ## Trigger keywords
28
 
@@ -84,7 +85,7 @@ Model loading:
84
  from diffusers import FluxPipeline
85
  import torch
86
 
87
- repo_id = 'lamm-mit/leaf-FLUX'
88
 
89
  pipeline = FluxPipeline.from_pretrained(
90
  "black-forest-labs/FLUX.1-dev",
 
7
  - diffusers-training
8
  - diffusers
9
  - lora
10
+ - FLUX.1-dev
11
  - science
12
  - materiomics
13
  - bio-inspired
14
  - materials science
15
+ - generative AI for science
16
  instance_prompt: <leaf microstructure>
17
  widget: []
18
  ---
 
23
 
24
  ## Model description
25
 
26
+ These are LoRA adaption weights for the FLUX.1 [dev] model (```black-forest-labs/FLUX.1-dev```). This is a gated model, you must first get access to it before loading this LoRA adapter.
27
 
28
  ## Trigger keywords
29
 
 
85
  from diffusers import FluxPipeline
86
  import torch
87
 
88
+ repo_id = 'lamm-mit/leaf-FLUX.1-dev'
89
 
90
  pipeline = FluxPipeline.from_pretrained(
91
  "black-forest-labs/FLUX.1-dev",