Compare commits
6 Commits
d032c01ecd
...
fix/ci
| Author | SHA1 | Date | |
|---|---|---|---|
| 97543dca9c | |||
| 75e293f193 | |||
| 4d9bf52a11 | |||
| 9d916177a7 | |||
| f82e21ffde | |||
| 6a964da152 |
@@ -55,8 +55,6 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.set_tags.outputs.image_tags }}
|
||||
env:
|
||||
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
- name: Set Portainer Webhook URL
|
||||
run: |
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@3t.network/orchestra": "^1.0.0",
|
||||
"axios": "^1.7.7",
|
||||
"date-fns": "^3.6.0",
|
||||
"discord.js": "^14.16.1",
|
||||
|
||||
@@ -39,7 +39,7 @@ export async function execute(
|
||||
try {
|
||||
// Create image generation prediction
|
||||
const prediction = await replicate.predictions.create({
|
||||
model: 'black-forest-labs/flux-schnell',
|
||||
model: 'black-forest-labs/flux-1.1-pro-ultra',
|
||||
input: { prompt },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user