Update README.md
Browse files
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='
|
| 105 |
-
#adapter='
|
| 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 |
|