-
## Bug Description
I am trying to use `torch_tensorrt.dynamo.compile()` to AOT compile the UNet portion of a `StableDiffusionPipeline` from the diffusers library (version 0.30.2). I am able to expor…
-
After wrapping a MONAI AutoencoderKL model in pytorch lightning, I got an error regarding an unused parameter in the custom AttentionBlock implementation.
[diffusion_model_unet.py](https://github.c…
-
crashes on all in webui forge (newest version) ... only for a1111 ?
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-571-g1…
-
### Describe the bug
When I grab a model using "from_pretrained" and specifying the datatype, the returned model's parameters do not have that type.
This causes problems with flax text to image …
-
run python train.py
Total number of training data: 6000
GPU available: True (cuda), used: True
TPU available: False, using: 0 TPU cores
IPU available: False, using: 0 IPUs
HPU available: Fals…
-
In the config file i see texture resolution does it really helps in improving the quality of meshes generated ?
Please comment what all these parameters mean ?
1. texture_resolution and render_resol…
-
May I ask how to solve this problem?Thank you very much
-
We found two `pytorch_model` files in the training checkpoint, `pytorch_model_1.bin` and `pytorch_model.bin`. Which one should I use?
```shell
$ ll time_1720783819_seed10/checkpoint_model_087000/
…
-
I get a error when installing requirements.txt for the numpy version needed:
[schaar@login01 Pytorch-UNet]$ pip install numpy==1.23.5
Collecting numpy==1.23.5
Using cached numpy-1.23.5.tar.gz (…
-
was trying to use segmentation_models_pytorch with Unet++. I tried to look at the example at [HuBMAP - Pytorch smp Unet++](https://www.kaggle.com/code/nayuts/hubmap-pytorch-smp-unet). My understandin…