-
How could I construct a neck structure similar to unet by the output of some feature extraction layer (conv2D)
my code :from efficientnet_pytorch import EfficientNet
model = EfficientNet.from_name('…
-
Hi! I have been using torch_tensorrt for speedup of pytorch models and have been loving it. But sometimes i face problems while conversion.
In this case, i was using segmentation-models-pytorch(sm…
-
Traceback (most recent call last):
File "/root/anaconda3/envs/DiffuMask/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/root/anaconda3/envs/DiffuMask/li…
-
我看了您恢复的关于KSampler相关的情况,我的工作流已经更新了comfyui和ipa相关节点,controlnet使用的是你指定的,不知这个错误怎么出现的,能否帮忙看下感谢
![微信图片_20240719142943](https://github.com/user-attachments/assets/c43ba7f3-df15-4819-a3fe-f044e2d5cee9)
-
Hi,
Thanks a lot for open-sourcing the code; it has inspired me greatly! 😊
I am currently trying to set up a UNet architecture similar to the ones used in this repo to be applied to fields with …
-
### Describe the bug
#### A clear and concise description of what the bug is.
测试sdxl controlnet inpaint的时候,onediff显存的占用比pytorch高了接近一半
### Your environment
#### OS
ubuntu 20.04
gpu NVIDIA GeFo…
-
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained("echarlaix/stable-diffusion-v1-5-inc-int8-dynamic").to("cpu")
# for reducing memory consumption get a…
-
Pls, add new tensorrt libraly for easy installing TensorRT
```Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: f2.0.1v1.10.1-previous-218-g643a485d
…
-
```
diffusion-nodes.cn-n001.server.mila.quebec.nolog [stderr] [rank14]: Traceback (most recent call last):
diffusion-nodes.cn-n001.server.mila.quebec.nolog [stderr] [rank14]: File "/tmp/workspace/…
-
Hello,
I am trying to implement model parallelism using PyTorch on my HPC environment, which has 4 GPUs available. My goal is to split a neural network model across these GPUs to improve training eff…