mirror of
https://github.com/upscayl/upscayl.git
synced 2025-03-04 01:02:36 +01:00
Updated readme
This commit is contained in:
parent
527f6992fc
commit
d81c3ed217
56
.github/workflows/main.yml
vendored
56
.github/workflows/main.yml
vendored
@ -1,52 +1,52 @@
|
||||
# name of your github action
|
||||
name: CI
|
||||
# this will help you specify where to run
|
||||
# this will help you specify where to run
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# this is where the magic happens, each job happens in parallel btw
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install Modules and Publish build
|
||||
run: |
|
||||
sudo apt-get install flatpak -y
|
||||
sudo apt-get install flatpak-builder -y
|
||||
sudo apt-get install elfutils -y
|
||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install flathub org.freedesktop.Platform/x86_64/20.08 org.freedesktop.Sdk/x86_64/20.08 org.electronjs.Electron2.BaseApp/x86_64/stable -y
|
||||
npm install
|
||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
|
||||
|
||||
macos:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
- uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
|
||||
- name: Install Modules and Publish build
|
||||
run: |
|
||||
sudo apt-get install flatpak -y
|
||||
sudo apt-get install flatpak-builder -y
|
||||
sudo apt-get install elfutils -y
|
||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install flathub org.freedesktop.Platform/x86_64/20.08 org.freedesktop.Sdk/x86_64/20.08 org.electronjs.Electron2.BaseApp/x86_64/stable -y
|
||||
npm install
|
||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
|
||||
|
||||
macos:
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install Modules and Publish build
|
||||
run: |
|
||||
npm install
|
||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-mac-app
|
||||
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
- uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
|
||||
- name: Install Modules and Publish build
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
15
README.md
15
README.md
@ -2,18 +2,15 @@
|
||||
|
||||
[]()
|
||||
|
||||
<a href="https://t.me/LinuxChats"><img src="https://user-images.githubusercontent.com/25067102/206162242-17f37157-2b47-4437-81c4-cab24569a0d0.png" width="300" /> </a>
|
||||
<a href="https://t.me/LinuxChats"> Join us on Telegram </a>
|
||||
|
||||
|
||||
**v2 is coming soon with new amazing algorithms and features!**
|
||||
|
||||
[](https://github.com/TGS963/upscayl/releases/latest)
|
||||
[](https://github.com/TGS963/upscayl/releases/latest)
|
||||
|
||||
# Upscayl 🆙
|
||||
|
||||
#### Free and Open Source AI Image Upscaler
|
||||
|
||||
https://user-images.githubusercontent.com/25067102/191083105-cca0dc96-69d5-472b-baff-cb89f1603488.mp4
|
||||

|
||||
|
||||
**Upscayl is a cross-platform application built with the Linux-first philosophy. This means that we prioritize Linux builds over others but that doesn't mean we'll break things for other OSes :)**
|
||||
|
||||
@ -72,9 +69,9 @@ You can also download the flatpak version and double click the flatpak file to i
|
||||
|
||||
# Roadmap 🤫
|
||||
|
||||
- Allow video upscaling📼
|
||||
- More models
|
||||
- Make the whole world use FOSS
|
||||
- More AI models (Added ✅)
|
||||
- Allow video upscaling 📼
|
||||
- Make the whole world use FOSS (WIP 🚧)
|
||||
|
||||
# Development 🛠
|
||||
|
||||
|
BIN
download.jpg
Normal file
BIN
download.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -373,10 +373,6 @@ const Home = () => {
|
||||
return (
|
||||
<div className="flex h-screen w-screen flex-row overflow-hidden bg-base-300">
|
||||
<div className="flex h-screen w-128 flex-col rounded-r-3xl bg-base-100">
|
||||
{((!batchMode && imagePath.length > 0) ||
|
||||
(batchMode && batchFolderPath.length > 0)) && (
|
||||
<ResetButton resetImagePaths={resetImagePaths} />
|
||||
)}
|
||||
{/* HEADER */}
|
||||
<Header />
|
||||
{/* <div className="flex items-center justify-center gap-2 pb-4 font-medium">
|
||||
|
BIN
screen1.png
Normal file
BIN
screen1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
to_upscale_upscayl_4x_realesrgan-x4plus.webp
Normal file
BIN
to_upscale_upscayl_4x_realesrgan-x4plus.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
Loading…
x
Reference in New Issue
Block a user