Joe Faron
Joe Faron
As, zwetan said, "that said, it should be possible to provide a small ANE that would bridge with the AS3 library to report and track mobile install referrer", it's true.....
Nvm I'll just make a log file with filename->prompt, etc. png's dont support exif metadata either: https://photo.stackexchange.com/questions/75715/how-to-add-author-and-other-properties-to-png-files
Added in code below def main(): in img2img.py ` logger = logging.getLogger() handler = logging.FileHandler('log-prompts.html') logger.addHandler(handler) ` then after it .save()'s the png: ` logger.error("prompt="+ str(opt.prompt) + "strength="+str(opt.strength)+" init_img="+str(opt.init_img)+"") `...
It's an android webview error... for samsung and couple other devices. :\
No one else has this issue? Not sure if I need to pass additional config? My app is set to force portrait mode, doesn't rotate.. Something like: https://github.com/admob-plus/admob-plus/blob/2cfe7f1eb32fc1db949b3352181696bf1569d1eb/examples/cordova/www/js/index.js#L183 for possibly...
I'm assuming this entire plugin is dead.. but in case anyones willing to try to fix it, here's my entire simplified cordova project on github.. script auto starts/opens a reward...
it's clear this repo is dead, but for what it's worth.. seems to display fine on samsung s9.. it's samsung s20 that apparently has a dpi/scaling issue.
@jordanjuras Traceback (most recent call last): File "C:\upscalegpu.py", line 12, in inputs = ImageLoader.load_image(torch.from_numpy(image).to(device)) TypeError: expected np.ndarray (got JpegImageFile)