Diffusers Bot
commited on
Upload folder using huggingface_hub
Browse files- main/README.md +1 -1
- main/pipeline_demofusion_sdxl.py +2 -2
main/README.md
CHANGED
|
@@ -3595,7 +3595,7 @@ This pipeline provides drag-and-drop image editing using stochastic differential
|
|
| 3595 |
|
| 3596 |

|
| 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
|
| 3599 |
|
| 3600 |
```py
|
| 3601 |
import PIL
|
|
|
|
| 3595 |
|
| 3596 |

|
| 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
|
| 799 |
in the DemoFusion paper.
|
| 800 |
sigma (`float`, defaults to 1):
|
| 801 |
-
The
|
| 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 |
|