AlekseyCalvin commited on
Commit
a254c8c
·
verified ·
1 Parent(s): a2f7d74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -107,7 +107,7 @@ from diffusers import AutoPipelineForText2Image
107
  import torch
108
 
109
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
110
- pipeline.load_lora_weights('AlekseyCalvin/Marionette_Modernism_FluxLoRA_Var2_bySilverAgePoets', weight_name='Dadadoll2_000002200.safetensors')
111
  image = pipeline('your prompt').images[0]
112
  ```
113
 
 
107
  import torch
108
 
109
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
110
+ pipeline.load_lora_weights('AlekseyCalvin/Marionette_Modernism_FluxLoRA_Var2_bySilverAgePoets', weight_name='Marionette_Modernism_FluxDeDistLoRA_Var2_bySilverAgePoets.safetensors')
111
  image = pipeline('your prompt').images[0]
112
  ```
113