Alexander Nadeau
Alexander Nadeau
It's possible to convert individual `.onnx` things to fp16 with this script from onnxconverter: https://github.com/microsoft/onnxconverter-common/blob/master/onnxconverter_common/auto_mixed_precision_model_path.py. I need to do this to get 512x512 stable diffusion to fit in dedicated VRAM...
First, get the full-precision onnx model locally from the onnx exporter (`convert_stable_diffusion_checkpoint_to_onnx.py`). For example: `python convert_stable_diffusion_checkpoint_to_onnx.py --model_path="CompVis/stable-diffusion-v1-4" --output_path="./stable_diffusion_onnx" --height=512 --width=512` Then modify `pipeline_stable_diffusion_onnx.py` to call out to `auto_convert_mixed_precision_model_path` with the...
The one I posted works on AMD GPUs, at least.
Resizing windows on Windows 10 using eframe 0.19 on my system results in extremely bad hard flickering, like the window pane is getting cleared white between rendering updates. It happens...
Time travel / rollback when? (I jest. Even desync-free low lag emu netplay is an accomplishment at this point!)
you need to change the way the video window is created to get rid of the stall.
Depends on what the console actually does. Manuals are known to be "best practice for stability/speed" instead of "the hardware requires this". I would keep the former behavior until someone...