janannfndnd commited on
Commit
53ef7a2
·
verified ·
1 Parent(s): e4a97d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ from diffusers import AutoPipelineForText2Image
18
  import torch
19
 
20
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
21
- pipeline.load_lora_weights('janannfndnd/SABA', weight_name='lora.safetensors')
22
  pipeline.load_lora_weights('XLabs-AI/flux-RealismLora', weight_name='lora.safetensors')
23
  image = pipeline("your prompt").images[
24
  ```
 
18
  import torch
19
 
20
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
21
+ pipeline.load_lora_weights('janannfndnd/SAB', weight_name='lora.safetensors')
22
  pipeline.load_lora_weights('XLabs-AI/flux-RealismLora', weight_name='lora.safetensors')
23
  image = pipeline("your prompt").images[
24
  ```