Search found 50 matches

by Replicon
Mon Jun 27, 2022 9:03 pm
Forum: Installation Support
Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
Replies: 8
Views: 3342

Re: GPU not being recognized though it's definitely there (even visible in sysinfo)

Thanks for the help, I figured it out! All this time, I wasn't properly activating the conda environment. I was running python within the environment. I'm pretty sure I was doing that because I looked it up and it used to work. Anyway, through some combination of the move to python 3.9 changing how ...
by Replicon
Sun Jun 26, 2022 4:37 pm
Forum: Installation Support
Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
Replies: 8
Views: 3342

Re: GPU not being recognized though it's definitely there (even visible in sysinfo)

I might be circling in on the issue, but I don't have any expertise with the libraries in play to know where to look next. If I hack up faceswap.py to have: import tensorflow as tf (...) print(tf.config.list_physical_devices('GPU')) on the broken install, I can see: "Could not load dynamic libr...
by Replicon
Sun Jun 26, 2022 3:43 pm
Forum: Installation Support
Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
Replies: 8
Views: 3342

Re: GPU not being recognized though it's definitely there (even visible in sysinfo)

They are not listed in your conda environment in your output system info. If they are not listed there then they are not installed. It should appear like so: That is so strange, they are not listed in ANY of my environments, even the working one, or if I just run "conda list" on my person...
by Replicon
Sun Jun 26, 2022 4:24 am
Forum: Installation Support
Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
Replies: 8
Views: 3342

Re: GPU not being recognized though it's definitely there (even visible in sysinfo)

Actually, I take some of that back, if I look in the miniconda3/pkgs directory, the old environment has several packages with tensorflow in their names, but the new one has none. Looking at the install, it DID error out when trying to install tensorflow via conda, but then it succeeded when it fell ...
by Replicon
Sun Jun 26, 2022 4:14 am
Forum: Installation Support
Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
Replies: 8
Views: 3342

Re: GPU not being recognized though it's definitely there (even visible in sysinfo)

Yes, that's what you want. However, there should be a cudatoolkit and cudnn installed locally in your conda environment, but they are not there. Check for any install errors after running the install script How can you tell from the sysinfo that they are not there? The top level system info for my ...
by Replicon
Sat Jun 25, 2022 10:51 pm
Forum: Installation Support
Topic: GPU not being recognized though it's definitely there (even visible in sysinfo)
Replies: 8
Views: 3342

GPU not being recognized though it's definitely there (even visible in sysinfo)

Background: I run in the cloud, and my super old image stopped working recently due to s3fd models being moved around. This forces my hand, so I'm trying to set up nVidia drivers from scratch on a GCE instance with a T4. It's actually pretty easy to bring up an instance and install the basic nVidia ...
by Replicon
Sat Jan 08, 2022 5:27 pm
Forum: Training Discussion
Topic: Does adding Black and White footage to training data help or hinder?
Replies: 3
Views: 1342

Re: Does adding Black and White footage to training data help or hinder?

Hehe fair enough. But theoretically, suppose I have 1000 good, diverse, high quality pictures. Then, suppose I have a separate video that adds maybe 3-500 high quality pictures that might add some facial expression diversity, but are entirely black and white. Would you keep those in, or would you fo...
by Replicon
Sat Jan 01, 2022 5:19 pm
Forum: Training Discussion
Topic: Does adding Black and White footage to training data help or hinder?
Replies: 3
Views: 1342

Does adding Black and White footage to training data help or hinder?

I'm putting together some source data, and one of the source vids I want to use is black and white. Everything else is in color. Would the black and white footage still be valuable to have, due to the face features being included, or would the lack of color actually throw things off? Would it be bet...
by Replicon
Tue Dec 07, 2021 9:41 pm
Forum: Cloud Discussion
Topic: Faceswap installer broken on GCE (and possibly elsewhere)?
Replies: 7
Views: 16299

Re: Faceswap installer broken on GCE (and possibly elsewhere)?

Just so happens I wanted to kick one off, so I sshed into my image to find my old setup script. When you edit your setup script, you want to change the clone_faceswap function to look something like this: clone_faceswap() { # Clone the faceswap repo delete_faceswap info "Downloading Faceswap......
by Replicon
Tue Dec 07, 2021 9:02 pm
Forum: Cloud Discussion
Topic: Faceswap installer broken on GCE (and possibly elsewhere)?
Replies: 7
Views: 16299

Re: Faceswap installer broken on GCE (and possibly elsewhere)?

Hi, running into the same issue. Can you be more specific how to fix this issue? Not sure how I can change the installer. Thank you!! Haven't logged in in a while so only seeing this now. If you inspect the setup script on the image setup, all it does is download and run the install script. If you ...
by Replicon
Wed Oct 13, 2021 2:48 pm
Forum: Cloud Discussion
Topic: Faceswap installer broken on GCE (and possibly elsewhere)?
Replies: 7
Views: 16299

Re: Faceswap installer broken on GCE (and possibly elsewhere)?

Hey, welcome back! I'm not sure I understand where we're at right now. What's the current "hacky" solution? I'm not aware of running RTX 30xx on the cloud, but I don't know much about GPU lingo... I see it says it's RTX-capable, and maybe that's what you're referring to. Are we talking abo...
by Replicon
Fri Oct 01, 2021 7:44 pm
Forum: Extract Support
Topic: Manual Tool Can't Save - Index Out of Range
Replies: 5
Views: 9597

Re: Manual Tool Can't Save - Index Out of Range

I can reproduce this as well. I've started to notice this happening when the clip was extracted with een > 1. I don't know for certain if that's related. I haven't updated the software in a little bit, but I've recently started doing higher een on the initial extraction, and have started running int...
by Replicon
Mon Sep 27, 2021 3:41 pm
Forum: Convert Discussion
Topic: Running convert tool on renamed file causing "no alignment found... skipping" errors?
Replies: 1
Views: 12409

Running convert tool on renamed file causing "no alignment found... skipping" errors?

Maybe I'm doing something wrong, but I was expecting this to work... TL;DR: convert tool on vid1.mp4, vid1_alignments.fsa works fine cp vid1.mp4 vid2.mp4; cp vid1_alignments.fsa vid2_alignments.fsa convert tool on vid2.mp4, vid2_alignments.fsa skips all frames??? I was experimenting with the differe...
by Replicon
Tue Sep 21, 2021 3:07 pm
Forum: Cloud Discussion
Topic: Faceswap installer broken on GCE (and possibly elsewhere)?
Replies: 7
Views: 16299

Re: Faceswap installer broken on GCE (and possibly elsewhere)?

OK. So I intercepted the installer, and added a git checkout c7d85f89e69c74e97bf7485b064c07487d31faae in the right place. This is to roll back the Tensorflow 2.6 change , which looked like a really suspicious potential root cause. And it works again! I was wrong about the "failed frozen..."...
by Replicon
Mon Sep 20, 2021 10:39 pm
Forum: Cloud Discussion
Topic: Faceswap installer broken on GCE (and possibly elsewhere)?
Replies: 7
Views: 16299

Faceswap installer broken on GCE (and possibly elsewhere)?

I created a fresh installed image using my normal flow (basically as shown in the instructions here). The installation process itself looked weird (It "failed with initial frozen solve", and after recovering, it spent a bunch of time downloading like 1.5GB of cuda stuff). The install succe...
by Replicon
Thu Sep 02, 2021 7:01 pm
Forum: General Discussion
Topic: HDR Best Practices - what can/can't you do?
Replies: 3
Views: 8614

Re: HDR Best Practices - what can/can't you do?

Happy to report that the training did not make a huge mess, and while it's blurry, it's well within what I'd expect for a lightweight bs 4 on some fairly homogeneous face data, rather than a complete random mess.

by Replicon
Tue Aug 31, 2021 1:18 am
Forum: General Discussion
Topic: HDR Best Practices - what can/can't you do?
Replies: 3
Views: 8614

Re: HDR Best Practices - what can/can't you do?

Thanks for that info, that's really fascinating! I tried experimenting a bit, and it looks like faceswap extract just doesn't work at all with HDR videos in the first place. It just fails with "OSError: Could not load meta information" thrown from imageio_ffmpeg/_io.py while initializing. ...
by Replicon
Fri Aug 27, 2021 5:24 pm
Forum: General Discussion
Topic: HDR Best Practices - what can/can't you do?
Replies: 3
Views: 8614

HDR Best Practices - what can/can't you do?

Hey folks, I wanted to learn more about HDR, and how to work with those videos if I want to use them, and what the limitations are. Removing HDR: The guide pretty much says, "there's no good way to de-HDR, without manually regrading" - that sounds laborious, BUT then there's this stackexch...
by Replicon
Wed Jul 28, 2021 2:53 pm
Forum: Cloud Discussion
Topic: termios "inappropriate ioctl" error when running in startup-script
Replies: 2
Views: 14452

Re: termios "inappropriate ioctl" error when running in startup-script

I haven't the faintest about when I'd be able to get to it, but if you're open to a command line parameter that controls whether "interactive" mode is enabled, to let things run in non-terminal environments, I'd be happy to contribute that. Seems like it should be a fairly trivial change (...
by Replicon
Wed Jul 28, 2021 1:28 am
Forum: Cloud Discussion
Topic: termios "inappropriate ioctl" error when running in startup-script
Replies: 2
Views: 14452

termios "inappropriate ioctl" error when running in startup-script

So, I'm experimenting with a new approach to using the cloud instances, where I run everything in the startup-script, and have an external watcher keep an eye on the instance. This way, I can automate restarting/rezoning my preemptible instances, and save money over using non-preemptible for the big...