AlekseyCalvin commited on
Commit
e462abc
·
verified ·
1 Parent(s): a2e2aed

Update README.md

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