i'm thinking it could be fun to write some code to hotpatch parts of python 
functions

basically i was trying to downscale stable diffusion xl to run on a phone (in 
python, very slow) and i tried using the patch_conv module but it's designed 
for large situations and disables itself below a hardcoded threshhold.

if i could change that hardcoded threshold live then i could use the module for 
smaller situations!

but i have too many limits to succeed readily here -- <gasp

Reply via email to