Update README.md
Browse files
README.md
CHANGED
@@ -102,7 +102,7 @@ ckpt_id = "black-forest-labs/FLUX.1-dev"
|
|
102 |
pipeline = FluxPipeline.from_pretrained(
|
103 |
ckpt_id, text_encoder=None, text_encoder_2=None, torch_dtype=torch.float16
|
104 |
)
|
105 |
-
pipeline.load_lora_weights("derekl35/", weight_name="pytorch_lora_weights.safetensors")
|
106 |
pipeline.fuse_lora()
|
107 |
pipeline.unload_lora_weights()
|
108 |
|
|
|
102 |
pipeline = FluxPipeline.from_pretrained(
|
103 |
ckpt_id, text_encoder=None, text_encoder_2=None, torch_dtype=torch.float16
|
104 |
)
|
105 |
+
pipeline.load_lora_weights("derekl35/3dicon-qlora-flux", weight_name="pytorch_lora_weights.safetensors")
|
106 |
pipeline.fuse_lora()
|
107 |
pipeline.unload_lora_weights()
|
108 |
|