Code Monkey home page Code Monkey logo

Comments (23)

carefree0910 avatar carefree0910 commented on June 1, 2024 1

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

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

image

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

The local port is 8123 by default, and since you've already seen the {"detail": "Not Found"}, it should be OK to use the url (bropines.online:36849) already ๐Ÿ˜‰

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Also, by running

cfcreator serve --help

You may find that you can specify the port via

cfcreator serve -p xxxx

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

The local port is 8123 by default, and since you've already seen the {"detail": "Not Found"}, it should be OK to use the url (bropines.online:36849) already ๐Ÿ˜‰

But it doesn't give the gui to me. Or is it supposed to be like that?
Initially, I thought that the server runs on port 8123 on localhost and I just need to proxy it into the network, through the tunnel. But for some reason it didn't happen.

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

I seem to get it. We create a server in the colab and connect it here
image

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

Either my tunnel is a piece of garbage crap, or besides ngrok it doesn't work at all

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

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.

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

That looks weird, might be a bug... I'll look into it ๐Ÿ˜ฃ

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Hi, I found that if you use the Try these out! section, the generation process will be stuck; but if you press the Generate & Add button directly, you can get the results. This is definitely a bug and I'll fix it ASAP!

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

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

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

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, carefree-creator, is the backend part. ๐Ÿ˜‰ The frontend part is scheduled to be open-sourced, as mentioned here.

I know that Gradio-based projects also supports exposing backend APIs, but I think those APIs are not as standard/flexible as I need. ๐Ÿ˜”

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

image
I must have broken something again.

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Ah, looks weird... Maybe you misfilled the Server Host? The ngrok address will change everytime you run the colab.

To check out if the Server Host is filled correctly, you can copy paste it to your browser and see if it shows {"detail": "Not Found"}. ๐Ÿ˜‰

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

Ah, looks weird... Maybe you misfilled the Server Host? The ngrok address will change everytime you run the colab.

To check out if the Server Host is filled correctly, you can copy paste it to your browser and see if it shows {"detail": "Not Found"}. ๐Ÿ˜‰

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

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

https://colab.research.google.com/drive/1WoWSU16PVWa9rJx-0Jhw8Gmu0gWLSkhW?usp=sharing

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Turns out that it's an https issue, which can be observed if you open the console of your browser:

image

I'm not familiar with bore, but if you can get it serve https service, it should be fine!

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

Turns out that it's an https issue, which can be observed if you open the console of your browser:

image

I'm not familiar with bore, but if you can get it serve https service, it should be fine!

Here I used LocalTunnel. I think I can make it work with a certificate

from carefree-creator.

bropines avatar bropines commented on June 1, 2024
browser_Wz5JRUCoau.mp4

Presets not working)

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Oh, the ACG Paints application is actually an internal testing feature that should not appear here yet. ๐Ÿคฃ I'll hide them tomorrow.

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

Oh, the ACG Paints application is actually an internal testing feature that should not appear here yet. ๐Ÿคฃ I'll hide them tomorrow.

A.... OK.

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

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! ๐Ÿ˜‰

from carefree-creator.

bropines avatar bropines commented on June 1, 2024

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

from carefree-creator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.