Nikhil1409 commited on
Commit
ed14151
·
verified ·
1 Parent(s): 2c8b6d1

updated filename of model

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ from diffusers import AutoPipelineForText2Image
29
  import torch
30
 
31
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
32
- pipeline.load_lora_weights('Nikhil1409/ponacha-lora', weight_name='lora.safetensors')
33
  image = pipeline('your prompt').images[0]
34
  ```
35
 
 
29
  import torch
30
 
31
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
32
+ pipeline.load_lora_weights('Nikhil1409/ponacha-lora', weight_name='flux_train_replicate.safetensors')
33
  image = pipeline('your prompt').images[0]
34
  ```
35