Skip to content

Instantly share code, notes, and snippets.

View annejan's full-sized avatar

Anne Jan Brouwer annejan

View GitHub Profile
@annejan
annejan / gist:60a95721a68d04e16ef3aa8fdd00e5f3
Created November 24, 2023 20:34
Famke Louise - Dilan Yesilgöz
youtube-dl https://www.youtube.com/watch?v=sec1w-w5Gbc
wget https://www.government.nl/binaries/large/content/gallery/government/content-afbeeldingen/government/bewindspersonen/kabinet-rutte-iv/dilan-ye%E1%B9%A3ilgoz/fotonavigatie/dilan-yesilgoz-1.jpg
git clone https://github.com/s0md3v/roop.git
cd roop
pip install -r requirements.txt
mkdir models
wget https://huggingface.co/ezioruan/inswapper_128.onnx/resolve/main/inswapper_128.onnx -O models/inswapper_128.onnx
python run.py --target ../Femke\ Louise\ ik\ doe\ niet\ meer\ mee-sec1w-w5Gbc.mp4 --source ../dilan-yesilgoz-1.jpg -o ../niet-meer-mee.mp4 --execution-provider cuda --frame-processor face_swapper face_enhancer
@annejan
annejan / keybase.md
Last active April 12, 2017 19:59
keybase.md

Keybase proof

I hereby claim:

  • I am annejan on github.
  • I am annejan (https://keybase.io/annejan) on keybase.
  • I have a public key ASCmiXqqqVAMP4A1Ni8vZuq6maxHvAoovfQAML2aC4xLBQo

To claim this, I am signing this object:

/**
* @return string
*/
public function testRender()
{
Container::getInstance()->call([$this, 'build']);
return view($this->buildView(), $this->buildViewData())->render();
}
<VirtualHost *:80>
RewriteEngine On
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [redirect=301]
</VirtualHost>
@annejan
annejan / gist:a9b9bad225317bedcdad
Created May 6, 2015 08:52
Importing GPG keys of people I track on keybase on a new machine..
for tracking in $(keybase list-tracking); do keybase track $tracking; done
Verifying that +annejan is my Bitcoin username. You can send me #bitcoin here: https://onename.io/annejan
@annejan
annejan / gist:11368819
Created April 28, 2014 11:22
Apache ssl.conf for A+ on ssllabs
SSLProtocol -ALL -SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
SSLHonorCipherOrder on
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 \
EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 \
EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS"
Header add Strict-Transport-Security "max-age=15768000"