Datasets:

ArXiv:
Diffusers Bot commited on
Commit
f6d7846
1 Parent(s): 34fd7bc

Upload folder using huggingface_hub

Browse files
main/README.md CHANGED
@@ -3595,7 +3595,7 @@ This pipeline provides drag-and-drop image editing using stochastic differential
3595
 
3596
  ![SDE Drag Image](https://github.com/huggingface/diffusers/assets/75928535/bd54f52f-f002-4951-9934-b2a4592771a5)
3597
 
3598
- See [paper](https://arxiv.org/abs/2311.01410), [paper page](https://ml-gsai.github.io/SDE-Drag-demo/), [original repo](https://github.com/ML-GSAI/SDE-Drag) for more infomation.
3599
 
3600
  ```py
3601
  import PIL
 
3595
 
3596
  ![SDE Drag Image](https://github.com/huggingface/diffusers/assets/75928535/bd54f52f-f002-4951-9934-b2a4592771a5)
3597
 
3598
+ See [paper](https://arxiv.org/abs/2311.01410), [paper page](https://ml-gsai.github.io/SDE-Drag-demo/), [original repo](https://github.com/ML-GSAI/SDE-Drag) for more information.
3599
 
3600
  ```py
3601
  import PIL
main/pipeline_demofusion_sdxl.py CHANGED
@@ -795,10 +795,10 @@ class DemoFusionSDXLPipeline(
795
  Control the strength of dilated sampling. For specific impacts, please refer to Appendix C
796
  in the DemoFusion paper.
797
  cosine_scale_3 (`float`, defaults to 1):
798
- Control the strength of the gaussion filter. For specific impacts, please refer to Appendix C
799
  in the DemoFusion paper.
800
  sigma (`float`, defaults to 1):
801
- The standerd value of the gaussian filter.
802
  show_image (`bool`, defaults to False):
803
  Determine whether to show intermediate results during generation.
804
 
 
795
  Control the strength of dilated sampling. For specific impacts, please refer to Appendix C
796
  in the DemoFusion paper.
797
  cosine_scale_3 (`float`, defaults to 1):
798
+ Control the strength of the gaussian filter. For specific impacts, please refer to Appendix C
799
  in the DemoFusion paper.
800
  sigma (`float`, defaults to 1):
801
+ The standard value of the gaussian filter.
802
  show_image (`bool`, defaults to False):
803
  Determine whether to show intermediate results during generation.
804