miike-ai commited on
Commit
1e30679
·
verified ·
1 Parent(s): 3732b25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-animals', weight_name='lora.safetensors')
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