AlekseyCalvin commited on
Commit
9109efb
·
verified ·
1 Parent(s): 4a351ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -136,7 +136,7 @@ from diffusers import AutoPipelineForText2Image
136
  import torch
137
 
138
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
139
- pipeline.load_lora_weights('AlekseyCalvin/Somov_GreatArtistStyle_FluxLoRA_bySilverAgePoets')
140
  image = pipeline('your prompt').images[0]
141
  ```
142
 
 
136
  import torch
137
 
138
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
139
+ pipeline.load_lora_weights('AlekseyCalvin/Somov_Carnivalesques_V1_FluxLoRA_BySilverAgePoets')
140
  image = pipeline('your prompt').images[0]
141
  ```
142