DEBUG=webpack-config-jaid DEBUG_DEPTH=7 npm run build:dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Based on this tool: https://www.procustodibus.com/blog/2021/03/wireguard-allowedips-calculator | |
| # The DNS resolution is routed through VPN, thus more secure and authentic | |
| # Allowed IPs: 0.0.0.0/0, ::/0 | |
| # Disallowed IPs: 10.0.0.0/8, fd00::/8 | |
| [Peer] | |
| AllowedIPs = 0.0.0.0/5,8.0.0.0/7,11.0.0.0/8,12.0.0.0/6,16.0.0.0/4,32.0.0.0/3,64.0.0.0/2,128.0.0.0/1,::/1,8000::/2,c000::/3,e000::/4,f000::/5,f800::/6,fc00::/8,fe00::/7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| KBD Layout01 "Swiss German - Custom" | |
| COPYRIGHT "(c) 2024 Company" | |
| COMPANY "Company" | |
| LOCALENAME "de-CH" | |
| LOCALEID "00000807" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ddim | |
| ddpm | |
| deis | |
| dpmpp_2m | |
| dpmpp_2m_k | |
| dpmpp_2m_sde | |
| dpmpp_2m_sde_k | |
| dpmpp_2s | |
| dpmpp_2s_k | |
| dpmpp_sde |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import type {ArgumentsCamelCase, Argv, CommandBuilder} from 'yargs' | |
| import yargs from 'yargs' | |
| import {hideBin} from 'yargs/helpers' | |
| // Don’t fully understand this, taken from here: https://github.com/zwade/hypatia/blob/a4f2f5785c146b4cb4ebff44da609a6500c53887/backend/src/start.ts#L47 | |
| export type Args = (typeof builder) extends CommandBuilder<any, infer U> ? ArgumentsCamelCase<U> : never | |
| const handler = async (args: Args) => { | |
| } |
| Bot | Farewell |
|---|---|
| ich_iel | |
| ReplyGPT | |
| LmaoGPT | |
| BasedReplyBot | |
| this_vid |
Retrieved with:
MSYS_NO_PATHCONV=1 docker run --rm --entrypoint /bin/bash ghcr.io/coqui-ai/tts -o errexit -o xtrace -c 'tts --help; python3 /root/TTS/server/server.py --help; python3 /root/TTS/bin/train_tts.py --help'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name format: type/language/dataset/model | |
| 1: tts_models/multilingual/multi-dataset/your_tts | |
| 2: tts_models/multilingual/multi-dataset/bark | |
| 3: tts_models/bg/cv/vits | |
| 4: tts_models/cs/cv/vits | |
| 5: tts_models/da/cv/vits | |
| 6: tts_models/et/cv/vits | |
| 7: tts_models/ga/cv/vits | |
| 8: tts_models/en/ek1/tacotron2 | |
| 9: tts_models/en/ljspeech/tacotron2-DDC |