wanghaofan commited on
Commit
4e13b35
1 Parent(s): cf77b98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ import torch
65
  from diffusers import FluxPipeline
66
 
67
  pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
68
- pipe.load_lora_weights('Shakker-Labs/AWPortrait-FL', weight_name='FLUX-dev-lora-AWPortrait-FL.safetensors')
69
  pipe.fuse_lora(lora_scale=0.9)
70
  pipe.to("cuda")
71
 
 
65
  from diffusers import FluxPipeline
66
 
67
  pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
68
+ pipe.load_lora_weights('Shakker-Labs/AWPortrait-FL', weight_name='AWPortrait-FL-lora.safetensors')
69
  pipe.fuse_lora(lora_scale=0.9)
70
  pipe.to("cuda")
71