Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
orztv committed Oct 9, 2024
1 parent e3f4ed0 commit f63d61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CF Flux Remix 是一个基于 Cloudflare Workers 和 Remix 框架的图像生成
- Github/Gitlab账号

## 安装
### [视频教程]()
### [视频教程](https://www.bilibili.com/video/BV1Wz2NYyEmW/)

1. 克隆(Fork)仓库:
```bash
Expand Down Expand Up @@ -187,4 +187,6 @@ print(f"生成的图像数据: {result['image'][:50]}...") # 只打印前50个
4. 查看 Cloudflare Workers 的日志以获取更详细的错误信息。
5. The name in `wrangler.toml` must match the name of your Worker.

如果问题仍然存在,请开一个 issue 并提供详细的错误信息和复现步骤。
如果问题仍然存在,请开一个 issue 并提供详细的错误信息和复现步骤。

### [视频教程](https://www.bilibili.com/video/BV1Wz2NYyEmW/)
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Worker 名称
# Worker 名称,与CF中的Worker名称必须一致
name = "free-flux"

# 兼容性日期,确保使用最新的 Workers 运行时功能
Expand Down

0 comments on commit f63d61b

Please sign in to comment.