TencentARC / PhotoMaker

PhotoMaker

Home Page:https://photo-maker.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A snap or a flatpak package for an easy installation on Linux?

dziadulewicz opened this issue · comments

I was looking for simple packages and found none. Or am i missing something?

I have no idea how to install this. Did notice the installation section on the coding portion of the main page but its makes absolutely no sense to me? No apt no rpm no pacman? What is all this?

If one is supposed to use terminal, i for one of probably many am afraid to start throwing such stuff in the terminal (that's where this refers to right?). Pip?

I'm sure i'm not the only who would want to try this fine looking photo enhancer out but only get dizzy looking on the apparent "installation" section. Snap or a flatpak (or whatever simple); both all good for most normal users as long as the thing launches and works. And the old method would still always remain for computer geniuses right.

Could such universal package of flatpak or a snap be made by any chance at some point? Or what is the deal here? The software looks amazing!

Thanks in advance.

conda create --name photomaker python=3.10
conda activate photomaker
pip install -U pip

# Install requirements
pip install -r requirements.txt

# Install photomaker
pip install git+https://github.com/TencentARC/PhotoMaker.git