Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ from diffusers import AutoPipelineForText2Image
|
|
65 |
import torch
|
66 |
|
67 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
68 |
-
pipeline.load_lora_weights('AlekseyCalvin/Alexander_Apsit_Style_Art_FLUX_LoRa_By_SilverAgePoets_DrawThingsTrainedOnDeDistilled', weight_name='
|
69 |
image = pipeline('your prompt').images[0]
|
70 |
```
|
71 |
|
|
|
65 |
import torch
|
66 |
|
67 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
68 |
+
pipeline.load_lora_weights('AlekseyCalvin/Alexander_Apsit_Style_Art_FLUX_LoRa_By_SilverAgePoets_DrawThingsTrainedOnDeDistilled', weight_name='VaApsit_lora_600st_f16convert.safetensors')
|
69 |
image = pipeline('your prompt').images[0]
|
70 |
```
|
71 |
|