上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: ComfyUI 上手, 工作流, 图生图, 自定义节点, VAE, ControlNet, LoRA 阅读全文
posted @ 2024-10-03 01:39 LexLuc 阅读(1368) 评论(0) 推荐(0)
摘要: Setup Pyenv # Install Pyenv brew update && brew install pyenv # Install Python Interpreter with specific version e.g. 3.9.15 pyenv install 3.9.15 # Na 阅读全文
posted @ 2024-09-27 00:34 LexLuc 阅读(214) 评论(0) 推荐(0)
摘要: vscode launch.json template 模板 debug 阅读全文
posted @ 2024-09-04 21:49 LexLuc 阅读(91) 评论(0) 推荐(0)
摘要: 什么是可突发实例(Burstable Instances)? 理解CPU Credit 什么是CPU Credit 如何积累CPU Credit 消耗CPU Credit 突发带宽(Burstable Bandwidth)概述 支付CPU Credit费用 标准使用 无限模式 成本管理与优化 总结 阅读全文
posted @ 2024-08-25 01:35 LexLuc 阅读(274) 评论(0) 推荐(0)
摘要: CloudFlare Workers, Logpush, Tail Workers, Real-time Logging, 实时日志服务, 低成本 阅读全文
posted @ 2024-08-20 01:33 LexLuc 阅读(1736) 评论(0) 推荐(0)
摘要: LLM,合成数据,生成文本数据,生成格式化数据,Kmeans, elbow 阅读全文
posted @ 2024-08-19 01:45 LexLuc 阅读(1010) 评论(0) 推荐(0)
摘要: Demo import fs from "fs"; import OpenAI from "openai"; const openai = new OpenAI(); async function main() { const transcription = await openai.audio.t 阅读全文
posted @ 2024-07-27 03:00 LexLuc 阅读(89) 评论(0) 推荐(0)
摘要: A Record (Address Record): An A record points a hostname to a specific IP address12. For example, if you want blog.example.com to point to the server 阅读全文
posted @ 2024-06-05 14:30 LexLuc 阅读(67) 评论(0) 推荐(0)
摘要: SaaS应用在用户注册账号时,需要发送验证码验证用户账号邮箱正确。但如果用户输入的邮箱不正确,需要 自己手动开发 也是校验邮箱地址有效性的基本原理 校验邮箱格式 校验DNS 校验SMTP服务器响应 https://stackoverflow.com/questions/69412522/what-i 阅读全文
posted @ 2024-05-16 02:02 LexLuc 阅读(124) 评论(0) 推荐(0)
摘要: 基础版 Few-shot Prompt Role-play Prompt Personality-added Prompt Multi-rounded Prompt Chain-of-Thought Prompt Self-Reflection Prompt 进阶版 Task break-down 阅读全文
posted @ 2023-11-29 16:25 LexLuc 阅读(668) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页