takuoko commited on
Commit
7b31279
1 Parent(s): 1cfea74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ prompt = 'A photo of sks dog in a bucket'
23
  pipe = DiffusionPipeline.from_pretrained(
24
  'segmind/small-sd', torch_dtype=torch.float16)
25
  pipe.to('cuda')
26
- pipe.load_lora_weights(checkpoint)
27
 
28
  image = pipe(
29
  prompt,
 
23
  pipe = DiffusionPipeline.from_pretrained(
24
  'segmind/small-sd', torch_dtype=torch.float16)
25
  pipe.to('cuda')
26
+ pipe.load_lora_weights(checkpoint, weight_name='pytorch_lora_weights.bin')
27
 
28
  image = pipe(
29
  prompt,