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