codermert commited on
Commit
76259e6
·
verified ·
1 Parent(s): 67685d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ You should use `tugce` to trigger the image generation.
30
  from diffusers import AutoPipelineForText2Image
31
  import torch
32
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
33
- pipeline.load_lora_weights('codermert/model_malika', weight_name='sarah-lora.safetensors')
34
  image = pipeline('your prompt').images[0]
35
  ```
36
 
 
30
  from diffusers import AutoPipelineForText2Image
31
  import torch
32
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
33
+ pipeline.load_lora_weights('codermert/model_malika', weight_name='sarah-lora-000001.safetensors')
34
  image = pipeline('your prompt').images[0]
35
  ```
36