AlekseyCalvin
commited on
Update README.md
Browse files
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/
|
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 |
|