derekl35 HF Staff commited on
Commit
c70a433
·
verified ·
1 Parent(s): 301c6c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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