voltaML-fast-stable-diffusion icon indicating copy to clipboard operation
voltaML-fast-stable-diffusion copied to clipboard

Beautiful and Easy to use Stable Diffusion WebUI

Results 15 voltaML-fast-stable-diffusion issues
Sort by recently updated
recently updated
newest added

Hi, Trying to run accelerated SD1.5 models, getting this issue Running on windows 11 WSL, with RTX 3070 8GB CMD: ``` docker run --gpus=all -v C:\voltaml\engine/engine:/workspace/voltaML-fast-stable-diffusion/engine -v C:\voltaml\output/engine:/workspace/voltaML-fast-stable-diffusion/static/output -p 5003:5003...

I've converted to trt SD1.5 SD2.1 and my merge https://huggingface.co/Magistr/Magmix and run that prompt against them, (18 years young girl:1.4),detailed face and eyes,green eyes,female focus,silver hair,short messy hair,small breasts,flat chest,(blue...

``` [E] 3: [executionContext.cpp::validateInputBindings::1831] Error Code 3: API Usage Error (Parameter check failed at: runtime/api/executionContext.cpp::validateInputBindings::1831, condition: profileMaxDims.d[i] >= dimensions.d[i]. Supplied binding dimension [2,4,64,96] for bindings[0] exceed min ~ max range...

First of all, thank you for making compilation much simpler. However, I think proper documentation is needed for better adoption of this technology More specifically the `infer_trt` function on https://github.com/VoltaML/voltaML-fast-stable-diffusion/blob/f3db5838bcba7a9f6ae207061ac4ec9ba790b45f/volta_accelerate.py#L446...

I want to try VoltaML on ([stable diffusion inpainting](https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion)) model. What changes should I make to the conversion scripts for VoltaML to work on Inpainting models?

Traceback (most recent call last): File "volta_accelerate.py", line 153, in convert_to_onnx(args) File "volta_accelerate.py", line 79, in convert_to_onnx traced_model = torch.jit.trace( File "/home/work/python/lib/python3.8/site-packages/torch/jit/_trace.py", line 750, in trace return trace_module( File "/home/work/python/lib/python3.8/site-packages/torch/jit/_trace.py",...

`python3 volta_accelerate.py --onnx_trt=trtpython3 volta_accelerate.py --onnx_trt=trt` GPU: GTX 2080Ti Running from the docker image: `voltaml/volta_diffusion:v0.2 ` ``` [12/10/2022-22:18:01] [TRT] [E] 10: [optimizer.cpp::computeCosts::3728] Error Code 10: Internal Error (Could not find any...

Sorry for bothering. I am not that of a code-man. Seems i get nearer using your docker image but i still keep a bunch of errors when i try to...

``` -> % sudo docker run -it --gpus all voltaml/volta_diffusion:v0.1 bash docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to...