xmvlad
xmvlad
Have same issue on GPU with 12GB VRAM. Just turned model to float16 precision. scripts/txt2img.py, function - load_model_from_config, line - 63, change from: model.cuda() to model.cuda().half()
> would you say the quality had been reduced a lot? No, results was almost the same(checked some prompts from web).
Thanks for you article about performance optimization with Rust! From pure data science viewpoint it can be solved following way: for each user create feature vector F_X -> {0,1} if...