-
Hi, thanks for your great implementation.
Can you share the checkpoint trained on FFHQ dataset?
Thanks.
-
## Fix the model test for `stable_diffusion_unet.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_m…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
2024-05-24 16:51:43.726 | INFO | hydit.inference:predict:296 - Input (height, width) = (1024, 1024)
2024-05-24 16:51:43.…
-
Hey all,
I currently have my image processing pipeline for cell detection in python and I've been looking for ways to integrate your UNET implementation into it. More specifically, I have a [datajo…
-
##### System information (version)
- OpenCV => 4.5.5
- Operating System / Platform => Ubuntu 20.04
- PyTorch => 1.8.0+cu111
- ONNX => 1.10.2
##### Detailed description
I try to do inference …
-
# ComfyUI Error Report
## Error Details
- **Node Type:** IPAdapter
- **Exception Type:** AttributeError
- **Exception Message:** 'NoneType' object has no attribute 'patcher'
## Stack Trace
```…
-
## Description
I am compiling an UNet model (from demo/Diffusion) from ONNX to TensorRT with plugins and int8 calibration (code from [here](https://github.com/NVIDIA/TensorRT/tree/release/8.5/demo/…
-
I trained UNET model and get dice score = 0 and all preds are black pixels only. I debugged it. After first "down" in training all values of tensor x are nan.
```
for down in self.downs:
…
-
### Describe the bug
When I execute "launch.sh" with the following settings:
```
export MODEL_NAME="./stable-diffusion-v1-5/unet/"
export INSTANCE_DIR="./dataset/"
export CLASS_DIR="./class/"
…
-
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
1. Suggest a new feature by leaving a comment.
…