jklasen commited on
Commit
7058505
·
verified ·
1 Parent(s): b4f2d8a

Update README.md

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