mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 01:37:04 +08:00
[ENV-5] Document RunPod env configuration for Nano Banana
- Updated PLAN.md with RunPod specific configuration instructions - Confirmed RunPod uses template env vars (os.environ) - No code changes needed for RunPod compatibility (Nano Banana supports env vars natively)
This commit is contained in:
parent
745fbb34f2
commit
a4c41a7bab
6
PLAN.md
6
PLAN.md
@ -123,6 +123,12 @@
|
||||
**IMPLEMENTATION:**
|
||||
- Update PR description with RunPod env var setup instructions
|
||||
- Add note: Set `GOOGLE_API_KEY` in RunPod template env vars (no `.env` file needed)
|
||||
- RunPod specific configuration instructions:
|
||||
- Go to RunPod console -> Templates -> [Your Template] -> Edit
|
||||
- Scroll to Environment Variables
|
||||
- Key: `GOOGLE_API_KEY`, Value: [Your API Key]
|
||||
- No need for `.env` file in the container image
|
||||
- Code reads `os.environ` which works for both methods
|
||||
- Expected outcome: Clear instructions for RunPod deployment
|
||||
- Success criteria: PR description has RunPod section with env var guidance
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user