AlekseyCalvin commited on
Commit
0a3392f
·
verified ·
1 Parent(s): 41369b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ from diffusers import AutoPipelineForText2Image
65
  import torch
66
 
67
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
68
- pipeline.load_lora_weights('AlekseyCalvin/Alexander_Apsit_Style_Art_FLUX_LoRa_By_SilverAgePoets_DrawThingsTrainedOnDeDistilled', weight_name='NeuroTransposedCollageLoRA_Scaled1.5_2.safetensors')
69
  image = pipeline('your prompt').images[0]
70
  ```
71
 
 
65
  import torch
66
 
67
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
68
+ pipeline.load_lora_weights('AlekseyCalvin/Alexander_Apsit_Style_Art_FLUX_LoRa_By_SilverAgePoets_DrawThingsTrainedOnDeDistilled', weight_name='VaApsit_lora_600st_f16convert.safetensors')
69
  image = pipeline('your prompt').images[0]
70
  ```
71