Vijish commited on
Commit
5737c96
·
verified ·
1 Parent(s): f3ad7a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ import torch
45
 
46
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
47
  pipeline.load_lora_weights('Vijish/vijishtest', weight_name='vijishtest')
48
- image = pipeline('A man in a bustling cafe vijish1234').images[0]
49
  image.save("my_image.png")
50
  ```
51
 
 
45
 
46
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
47
  pipeline.load_lora_weights('Vijish/vijishtest', weight_name='vijishtest')
48
+ image = pipeline('a photo of pushpa').images[0]
49
  image.save("my_image.png")
50
  ```
51