arpitest

Results 9 issues of arpitest

found rtf file with such objdata obfuscation method: {\*\objdata 0105000002000000 09000{\*\Comment: NYnvC2fji...eSs9iMZ}0004f{\*\Comment: W9PwfYW96HEpr etc. i had to change this: if cword in DESTINATION_CONTROL_WORDS: to: if cword.lower() in DESTINATION_CONTROL_WORDS: i'm not...

:bug: bug
rtfobj

Env: ZM v1.36.4 on Ubuntu 20.04 lts linux x64, installed from official PPA, with h264 ip cameras. Using v1.34 archive/unarchive buttons instantly changed archived flag while playing back recorded events....

stale

**Describe the bug** File "/home/arpi/stable/GUI/stable-diffusion-webui/modules/img2img.py", line 124, in img2img processed = modules.scripts.scripts_img2img.run(p, *args) File "/home/arpi/stable/GUI/stable-diffusion-webui/modules/scripts.py", line 159, in run processed = script.run(p, *script_args) File "/home/arpi/stable/GUI/stable-diffusion-webui/scripts/img2imgalt.py", line 180, in run processed...

bug-report

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? if you select an outpainting script...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? running the...

enhancement

i keep getting such errors dumped to stderr, probably caused by non-sstp clients tryting to connect to the server: 2023-04-03 08:02:26,470 ERROR: Exception in callback SSTPProtocol.hello_timer_expired(close=False)() handle: Traceback (most recent...

Is it possible to run this with half precision, to be able to use higher image resolution with limited VRAM? I've tried to do it (similar way to how stable...

Hi! I'm developing spam filters, and have to parse html emails to plain text to analyze. I've used html2text and later my own simplified implementation, but inscriptis looks even better!...

enhancement

Is it possible to do the processing using 16-bit float type, using model.half() and torch.HalfTensor data type? it could lower the VRAM requirements for high resolution images.