sheldonchiu / AI-AIO

A super toolbox for everyone to enjoy AI on Papaerspace
MIT License
18 stars 4 forks source link

Image browser not working #24

Closed simonelmundo closed 9 months ago

simonelmundo commented 9 months ago

It never worked for me , here is the log:

Command received

[2023-09-25 11:27:06] Starting Image Browser

Setting up Image Browser

[2023-09-25 11:27:06] Setting up Image Browser [2023-09-25 11:27:06] Updating Repo /storage/sd-webui-infinite-image-browsing ... There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/ master

ERROR

Error Not running cat: /tmp/image_browser.pid: No such file or directory /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus]

sheldonchiu commented 9 months ago

Is now fixed, please run cd /notebooks && git pull && cd image_browser && bash control.sh reload to update

simonelmundo commented 9 months ago

Do I have to open the image browser through your website? Is there a way to do it from the terminal with a command? I followed your instructions to update it, but opening the image browser from your website [ai.sheldonxxxx.cc] was still not working. When I refreshed the page, it disconnected from my notebook.

sheldonchiu commented 9 months ago

Do I have to open the image browser through your website? Is there a way to do it from the terminal with a command?

You can either run status in terminal, and it will print all the website url, or receive using discord.

When I refreshed the page, it disconnected from my notebook.

In this case, you need to either import the perviously exported setting or enter the api key and environment Name, then click the sync button to reconnect to the notebook.

Screenshot 2023-09-26 at 9 27 15 PM

simonelmundo commented 9 months ago

Should image browser be working now? I still can't get it to work "Error Encountered error while start image_browser." I get the same error as before

sheldonchiu commented 9 months ago

oh, you need to run rm -rf /storage/sd-webui-infinite-image-browsing to clean up, then run cd /notebooks && git pull && cd image_browser && bash control.sh reload to start image browser.

Next time you should be able to start image browser normally.

simonelmundo commented 9 months ago

IT WORK !!! Thanks man!