forked from camenduru/flux.1-dev-lora-tost
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added github workflow; bake LoRA into image; removed discord in…
…tegration; return image as base64
- Loading branch information
1 parent
0c160ea
commit 91929ff
Showing
6 changed files
with
136 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Development | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
|
||
jobs: | ||
dev: | ||
runs-on: ubuntu-latest-l | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Clear space to remove unused folders | ||
run: | | ||
rm -rf /usr/share/dotnet | ||
rm -rf /opt/ghc | ||
rm -rf "/usr/local/share/boost" | ||
rm -rf "$AGENT_TOOLSDIRECTORY" | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
|
||
- name: Login to Docker Hub | ||
uses: docker/login-action@v3 | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Build and Push Image to Docker Hub | ||
uses: docker/build-push-action@v5 | ||
with: | ||
push: true | ||
tags: | | ||
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
🐣 Please follow me for new updates https://twitter.com/camenduru <br /> | ||
🔥 Please join our discord server https://discord.gg/k5BwmmvJJU <br /> | ||
🥳 Please join my patreon community https://patreon.com/camenduru <br /> | ||
# flux.1-dev LoRA worker | ||
|
||
### 🥪 Tost | ||
https://tost.ai | ||
> run flux.1-dev + LoRA on RunPod as serverless endpoint | ||
### 🧬 Code | ||
https://github.com/black-forest-labs/flux | ||
This is a fork of [camenduru/flux.1-dev-lora-tost](https://github.com/camenduru/flux.1-dev-lora-tost), I just wanted to simplify it and make sure I understand how it works. | ||
|
||
### 🌐 Page | ||
https://blackforestlabs.ai/ | ||
## Acknowledgements | ||
|
||
### 🖼 Output | ||
![ComfyUI_00854_](https://github.com/user-attachments/assets/06af2e9f-1a9b-44b9-bf55-a4632cc08ef5) | ||
![Screenshot 2024-08-01 225221](https://github.com/user-attachments/assets/89523ac4-9e18-4ad1-90c2-e6aa979be769) | ||
|
||
### 🏢 Sponsor | ||
https://runpod.io | ||
- [camenduru](https://github.com/camenduru) | ||
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI) | ||
- [FLUX](https://github.com/black-forest-labs/flux) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.