Gateway

Results 60 comments of Gateway

I'm starting to see this recently.. Any updates to this.. I'm running the latest parse server 2.7.4

Anyone have a chance to play around with it and if so what settings have you found work as you scale the image up?

@ProGamerGov thanks for your reply.. Im kinda a hacker vs a python programmer, I program other languages but never got into python so my skills are more setup stuff, hack...

@JCBrouwer I'm trying to give it a shot, have my conda env set up and all required modules, but when I try to run it I get ``` (maua) gateway@gateway-media:~/work/video/maua-style$...

@cysmith I tried to add the command parser.add_argument('--device', type=str, default=['/gpu:0'], nargs='+') However when I try to run with multi gpus It fails for some reason :/ ``` gateway@gateway-media:~/work/neural-style-tf$ python3 neural_style1.py...

ahh.. never knew that about PyTorch, it seems that the device id's compared to what nvidia-smi are swapped. ``` >>> torch.cuda.get_device_name(0) 'GeForce GTX 1080' >>> torch.cuda.get_device_name(1) 'GeForce GTX 1060 6GB'...

> Try taking the file name into quotes: " " that worked.. may be worth adding if its windows specific to https://invoke-ai.github.io/InvokeAI/installation/INSTALLING_MODELS/?h=models also it wouldn't allow me to put my...

Lets say you want to use the type variable.. they have a few like restaurant, cafe, bar etc.. I'm wondering if their is a way to only return those results....

> I think it might be possible to do something like that, if the script used something like ImageMagick's `-average` command along with careful manipulation of the content weights. But...