onediff icon indicating copy to clipboard operation
onediff copied to clipboard

OneDiff: An out-of-the-box acceleration library for diffusion models.

Results 78 onediff issues
Sort by recently updated
recently updated
newest added

### Describe the bug #### A clear and concise description of what the bug is. When using input data with different resolution sizes, the program compiles the graphical model multiple...

Response-urgent_and_important
sig-hfdiffusers
sig-compiler

### Describe the bug #### A clear and concise description of what the bug is. After using onediff to accelerate, it is slower than before torch ### Your environment ####...

sig-sdwebui

### Describe the bug If I use 'nsys profile' to run the script https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image.py, the segmentation fauls happends. ### Your environment ubuntu 20.04,torch==2.0.1+cu118,diffusers==0.27.2, transformers==4.40.1, GPU A10 #### OneDiff git commit...

### Describe the bug #### I have the baseline text_to_image_sdxl_light.py working (using lora checkpoint) and tried adding ipadapter to it. Any ipadapter examples would be great, ideally I'm looking to...

Request-bug
Response-urgent_and_important
sig-hfdiffusers

### Describe the bug #### A clear and concise description of what the bug is. Load and execute an image-to-image conversion model based on Stable Diffusion XL, accelerated using OneDiff....

sig-hfdiffusers

### Describe the bug I get the following error when compilation starts ``` File "/opt/venv/lib/python3.8/site-packages/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py", line 971, in __call__ noise_pred = self.unet( File "/opt/venv/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1511, in _wrapped_call_impl return self._call_impl(*args,...

Request-bug
sig-hfdiffusers

### Describe the bug 使用nsys时会在import oneflow as flow处就报错,不使用nsys程序能正常运行,跑的例子是这个 https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image.py ### Your environment ubuntu 20.04,torch==2.0.1+cu118,diffusers==0.27.2, transformers==4.40.1, GPU A10 #### OneDiff git commit id b9d0ae82445ac858206bc12a8fe8dfd765e75d65 #### OneFlow version info version: 0.9.1.dev20240427+cu118 git_commit:...

sig-kernel-and-runtime

在webui中使用regional-prompter插件,编译模型时会报错。 插件地址:https://github.com/hako-mikan/sd-webui-regional-prompter 插件有2种模式,分别是 Attention 和 Latent 其中Latent模式可以使用onediff加速 Attention模式在加载模型时会报错,错误内容如下 (venv) [root@VM-0-64-centos stable-diffusion-webui]# sh webui.sh -f --no-half-vae --skip-install --listen --port 7863 --disable-safe-unpickle --skip-version-check --controlnet-annotator-models-path /aigc_dev/stable-diffusion-webui/models/ --enable-insecure-extension-access ################################################################ Install script for stable-diffusion +...

sig-sdwebui

## Install: ### step 1: `pip install diffusers==0.27` ### step2. [OneDiff Installation Guide](https://github.com/siliconflow/onediff/blob/main/README_ENTERPRISE.md#install-onediff-enterprise) ### step3. [OneDiffx Installation Guide](https://github.com/siliconflow/onediff/tree/main/onediff_diffusers_extensions#install-and-setup) ## Usage: script_00.py ```python """ ### Install ## Prepare environment You need...

fix: https://github.com/siliconflow/onediff/issues/795 ## Doc - [ ] join ci - [x] [Accelerating ComfyUI_InstantID with OneDiff](https://github.com/siliconflow/onediff/tree/dev_ipa%2Bisntantid/onediff_comfy_nodes/modules/oneflow/hijack_comfyui_instantid#readme) - [x] [Accelerating ComfyUI_IPAdapter_plus with OneDiff](https://github.com/siliconflow/onediff/blob/3d5010e7be267c2f1cd10e413285f1e07d7b74a8/onediff_comfy_nodes/modules/oneflow/hijack_ipadapter_plus/README.md) - [ ] [Accelerating ComfyUI_IPAdapter_plus + ComfyUI_InstantID with OneDiff]()...