File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ This video walks through the process of creating this task in a Next.js project.
28
28
- [ Trigger.dev Realtime] ( /realtime/overview ) to stream updates to the frontend
29
29
- [ Trigger.dev] ( https://cloud.trigger.dev ) for task processing
30
30
- [ Fal.ai] ( https://fal.ai/ ) for AI image generation
31
- - [ Cloudflare R2] ( https://r2.cloudflarestorage.com/ ) for storing the generated image
32
31
33
32
<Note >You will need all of these services to run this project.</Note >
34
33
@@ -46,7 +45,7 @@ Check out and fork the full code in our [nextjs-realtime-fal-demo repo
46
45
47
46
## Task code
48
47
49
- This task converts an image to a cartoon using fal AI, and uploads the result to Cloudflare R2 .
48
+ This task converts an image to a cartoon using fal AI.
50
49
51
50
``` ts trigger/fal-ai-image-from-prompt-realtime.ts
52
51
import * as fal from " @fal-ai/serverless-client" ;
You can’t perform that action at this time.
0 commit comments