-
Notifications
You must be signed in to change notification settings - Fork 215
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
On which port does the local server start? #20
Comments
The local port is |
Also, by running cfcreator serve --help You may find that you can specify the port via cfcreator serve -p xxxx |
But it doesn't give the gui to me. Or is it supposed to be like that? |
Either my tunnel is a piece of garbage crap, or besides ngrok it doesn't work at all |
Either I'm an idiot or something is wrong. But the normal version on your server calmly outputs the result, running it on a local server or on a colab does not output anything. Stupidly endless loading. |
That looks weird, might be a bug... I'll look into it 😣 |
Hi, I found that if you use the |
in general, it is planned to lay out the frontend code so that people just run a local server, if they can. For example, naifu materials or the shell from automatic1111 simply runs as WebUI directly on the Colab server. I would also like a button in the local server settings that checks the connection. I think many people will feel calmer that they haven't messed up anywhere |
Sorry for bringing you terrible experience, the bug comes from the WebUI part - I emit an event before I listen to it, so the first try will be messed up. 😣 Now I've updated the WebUI, everything should be fine after you refresh it! For your advice: the whole project was designed to decouple frontend and the backend, which is pretty different from the typical Gradio-based projects (e.g. automatic1111). I designed in this way because I want to bring more flexibility to it: people can build their own frontend based on the backend APIs, or can build their own backend based on the frontend API interfaces. And this project,
|
Ah, looks weird... Maybe you misfilled the To check out if the |
I understood that. And when you click on the link, he writes not found. But here that on my tunnel that on ngrok it does not work. I can't run it now, but I can give you a link to notepad for your tests |
browser_Wz5JRUCoau.mp4Presets not working) |
Oh, the |
A.... OK. |
Because this application is not fully 'local' at the mean time, I'm using some third party APIs which may cost me quite a few dollars. 🤣 Once I localized those algorithms, I'll send it back online! 😉 |
Okay. Here's another question. Will there be VAE support for models? I just didn't see it in the settings |
You mean only loading your own VAE? Not for now because that will be a little too fine grained. 😣 But you can load your own (full) ckpt: https://github.com/carefree0910/carefree-creator#custom-checkpoints |
I run the program through colab through the bore tunnel. The thing is that the local server cannot see the assigned port.
The text was updated successfully, but these errors were encountered: