GreenLandisaLie

Results 17 comments of GreenLandisaLie

``` - `diffusers` version: 0.8.0.dev0 - Platform: Windows-10-10.0.19044-SP0 - Python version: 3.10.6 - PyTorch version (GPU?): 1.12.1+cpu (False) - Huggingface_hub version: 0.10.1 - Transformers version: 4.22.1 - Using GPU in...

So I removed "ort_nightly_directml" that I've added to import_utils.py to check if I would still get that error - and I did, here is the full traceback: ``` Traceback (most...

Hello @anton-l The first returned: ``` onnx onnxruntime ``` (onnx shows because I had to 'pip install onnx' to be able to run the convert script) The second returns: `1.14.0`...

Thank you for looking into this and sorry for wasting your time on something that so far it seems I've been the only one affected with. Feel free to close...

StableDiffusionOnnxPipeline is deprecated, you should use OnnxStableDiffusionPipeline instead. Also I'm unable to replicate this issue using an updated version of diffusers. Maybe this has already been solved? It might also...

@kamalasubha Don't use revision="onnx" - you are already calling from an onnx pipeline! And also you might want to install ort nightly directml and use DmlExecutionProvider instead of CPUExecutionProvider -...

Here is an idea for an extension: - A tab that displays all 'embeddings' and when you click on one it will check if you have 'tags templates' in a...