pennypacker commited on
Commit
0066933
·
verified ·
1 Parent(s): 0e09f5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ from diffusers import AutoPipelineForText2Image
39
  import torch
40
 
41
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
42
- pipeline.load_lora_weights('pennypacker/cinface-lora', weight_name='flux-lora.safetensors')
43
  image = pipeline('your prompt').images[0]
44
  ```
45
 
 
39
  import torch
40
 
41
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
42
+ pipeline.load_lora_weights('pennypacker/cinface-lora', weight_name='lora.safetensors')
43
  image = pipeline('your prompt').images[0]
44
  ```
45