Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ from diffusers import AutoPipelineForText2Image
|
|
39 |
import torch
|
40 |
|
41 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
42 |
-
pipeline.load_lora_weights('miike-ai/merlin-baby-
|
43 |
image = pipeline('your prompt').images[0]
|
44 |
```
|
45 |
|
|
|
39 |
import torch
|
40 |
|
41 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
42 |
+
pipeline.load_lora_weights('miike-ai/merlin-baby-animal', weight_name='lora.safetensors')
|
43 |
image = pipeline('your prompt').images[0]
|
44 |
```
|
45 |
|