galeriarodrigo commited on
Commit
8be4945
1 Parent(s): f490bb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ from diffusers import AutoPipelineForText2Image
79
  import torch
80
 
81
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
82
- pipeline.load_lora_weights('galeriarodrigo/FLUX.1-dev-lora-soulday', weight_name='souldaystyle.safetensors')
83
  image = pipeline('soulday flowers, day of the dead, woman, facing the camera, daylight, parade').images[0]
84
  image.save("my_image.png")
85
  ```
 
79
  import torch
80
 
81
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
82
+ pipeline.load_lora_weights('galeriarodrigo/flux-lora-day-of-the-dead-soulday-flowers', weight_name='soulday_flowers_DOD.safetensors')
83
  image = pipeline('soulday flowers, day of the dead, woman, facing the camera, daylight, parade').images[0]
84
  image.save("my_image.png")
85
  ```