Update README.md
Browse files
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='
|
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 |
|