mjbuehler commited on
Commit
65e2119
1 Parent(s): dd3b94d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -101,8 +101,8 @@ pipeline = FluxPipeline.from_pretrained(
101
 
102
  #pipeline.enable_model_cpu_offload() #save some VRAM by offloading the model to CPU. Comment out if you have enough GPU VRAM
103
 
104
- adapter='leaf-flux.safetensors' #Step 16000, final step
105
- #adapter='leaf-flux-step-11000.safetensors' #Step 11000, earlier checkpoint
106
 
107
  pipeline.load_lora_weights(repo_id, weight_name=adapter) #You need to use the weight_name parameter since the repo includes multiple checkpoints
108
 
 
101
 
102
  #pipeline.enable_model_cpu_offload() #save some VRAM by offloading the model to CPU. Comment out if you have enough GPU VRAM
103
 
104
+ adapter='bioinspired-flux.safetensors' #Step 16000, final step
105
+ #adapter='bioinspired-flux-step-11000.safetensors' #Step 11000, earlier checkpoint
106
 
107
  pipeline.load_lora_weights(repo_id, weight_name=adapter) #You need to use the weight_name parameter since the repo includes multiple checkpoints
108