Prgckwb commited on
Commit
91b1b7f
1 Parent(s): 0ccf685

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ pipeline = AutoPipelineForText2Image.from_pretrained(
71
  ).to('cuda')
72
 
73
  pipeline.load_lora_weights(
74
- 'Prgckwb/trpfrog-sd3.5m-lora',
75
  weight_name='pytorch_lora_weights.safetensors'
76
  )
77
  image = pipeline('an icon of trpfrog').images[0]
 
71
  ).to('cuda')
72
 
73
  pipeline.load_lora_weights(
74
+ 'Prgckwb/trpfrog-sd3.5-medium-lora',
75
  weight_name='pytorch_lora_weights.safetensors'
76
  )
77
  image = pipeline('an icon of trpfrog').images[0]