sayakpaul HF staff commited on
Commit
ac28bdf
1 Parent(s): 7204f03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -47,5 +47,7 @@ image.save("image.png")
47
  Below is a comparison between the LoRA and the non-LoRA results:
48
 
49
  <div align="center">
50
- <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/lora_non_lora_comparison.png" width=650/>
51
  </div>
 
 
 
47
  Below is a comparison between the LoRA and the non-LoRA results:
48
 
49
  <div align="center">
50
+ <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/lora_non_lora_comparison.png" width=850/>
51
  </div>
52
+
53
+ If you're interested to know how the CivitAI interoperability support was enabled in Diffusers, please follow [this PR](https://github.com/huggingface/diffusers/pull/3437).