benjamin-paine commited on
Commit
1669423
1 Parent(s): 3a118d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ image = pipe(prompt, guidance_scale=7.5, generator=generator).images[0]
104
  image.save("cats_playing_chess_xl.png")
105
 
106
  # download DPO offsets
107
- dpo_offset_path = huggingface_hub.hf_hub_download("benjamin-paine/sd-dpo-offsets", "sd_v15_unet_dpo_offset.safetensors")
108
  # inject
109
  inject_dpo(pipe.unet, dpo_offset_path, device)
110
 
 
104
  image.save("cats_playing_chess_xl.png")
105
 
106
  # download DPO offsets
107
+ dpo_offset_path = huggingface_hub.hf_hub_download("benjamin-paine/sd-dpo-offsets", "sd_xl_unet_dpo_offset.safetensors")
108
  # inject
109
  inject_dpo(pipe.unet, dpo_offset_path, device)
110