wereadcard:微信读书卡片生成器

今天搓了个微信读书的卡片生成器,权且当作兴趣和练手,水一篇博文。欢迎Star。

项目

wereadcard: A Card Generator for WeRead

Today I whipped up a card generator for WeRead, just for fun and practice. Here's a quick blog post about it. Feel free to star it!

项目

conda 常用命令

以下所有命令都以在Windows上的为例。 进入conda环境 1 activate 退出 1 deactivate 创建环境 1 conda create -n 如果使用python,需要用 1 conda create -n python 进入指定环境 1 conda activate 列出当前环境的包 1 conda list 安装指定的包 1 conda install 可以指定版本。 1 conda install = 查看

笔记

Essential conda Commands You Need to Know

All commands below are demonstrated on Windows. Entering a conda environment 1 activate Exiting 1 deactivate Creating an environment 1 conda create -n If you’re using python, you’ll need to run 1 conda create -n python Entering a specific environment 1 conda activate

笔记

Deploying Stable Video Diffusion on a Domestic Server: A Step-by-Step Guide

Learn how to set up Stable Video Diffusion on a China-based server, from environment configuration and model downloads to optimizing performance under local network constraints.

教程

国内服务器部署Stable Video Diffusion教程

Reference: How to run Stable Video Diffusion img2vid - Stable Diffusion Art (stable-diffusion-art.com) https://video-stable-diffusion.com/install-svd-on-linux/ 使用的是 SVD XT模型 SVD – trained to generate 14 frames at resolution 576×1024. SVD XT – trained to generate 25 frames at resolution 576×1024

教程

How to Export Steam Tokens After the Redesign

Background Exporting Steam token data is a real hassle these days. https://keylol.com/t900854-1-1 (Source: Keylol) Some veterans on the forum have already posted tutorials covering various methods, such as: [ROOT ANDROID] How to export Steam 3.0 tokens https://keylol.com/t854675-1-1 (Source: Keylo

教程

改版后Steam令牌导出教程

前情提要 现在导出steam令牌数据是真的麻烦 https://keylol.com/t900854-1-1 (出处: 其乐 Keylol) 论坛之前一些大佬已经发过了许多方式的教程,比如 [ROOT ANDROID] STEAM 3.0 导出令牌的思路 https://keylol.com/t854675-1-1 (出处: 其乐 Keylol) 【Android】从3.0以上版本的steam app中获取令牌文件经验小结 https://keylol.com/t901003-1-1 (出处: 其乐 Keylol) 本文就安卓模拟器+frida python调试的令牌导出提供一个比较详

教程