Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Windows CLI terminal text displayed in the browser #1439

Closed
xx88xx opened this issue Dec 16, 2023 · 2 comments
Closed

[Feature Request] Windows CLI terminal text displayed in the browser #1439

xx88xx opened this issue Dec 16, 2023 · 2 comments
Labels
wontfix / cantfix This will not be worked on

Comments

@xx88xx
Copy link

xx88xx commented Dec 16, 2023

I'm running the install remotely and don't have access to the original machine. It would be super useful to display the windows CLI terminal info in browser to know if fooocus has stalled or what not.

Ie. This information:

image

@mashb1t
Copy link
Collaborator

mashb1t commented Dec 16, 2023

This isn't easily possible as all occurences of print would have to be wrapped with a function which then also saves to a file and extend Fooocus to show that file im the browser OR always update the gradio UI when prompting to console, which is only possible with a huge codebase refactoring.

You can already use RDP to connect to your Windows instance remotely to see the output of your terminal, given you have enabled port forwarding for 3389 (TCP and UDP).

relates to #1415 (kind of) if you want to use another workaround by using Docker and a static file server for the Docker log file output.

@SpcCw
Copy link

SpcCw commented Dec 16, 2023

Another workaround which I currently use:

Works fine and doesn't block existing user session so someone else can work on the PC without any interference. Also it is faster to start, less resource heavy and somewhat easier to secure if external access required.

Limitations: if session drops the application can drop as well and you have to start the app manually.

I usually run Fooocus as scheduled task and relaunch it via SSH if it crashes systematically so I can see what causes it.

@mashb1t mashb1t added the wontfix / cantfix This will not be worked on label Dec 28, 2023
@mashb1t mashb1t closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix / cantfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants