error

#3
by eoghanharris - opened

I cannot use this, all I am getting is 'error'. Also 'this application is too busy. Keep trying.' Have tried different images and prompts.
Are servers overloaded?

@eoghanharris Thanks for reporting this. Not sure what was the cause, but the Space was in error and restarting fixed the error.

Also 'this application is too busy. Keep trying.' Have tried different images and prompts.
Are servers overloaded?

Regarding this, it's just that the number of current users is larger than the max queue size, which was set to 10. I've just changed it to 20. If there are always many users, it may not change anything, (actually it increases the total wait time, so it may not make sense), but I increased the value anyway.

@eoghanharris
BTW, you can always duplicate this Space and use it privately. Also, I've just added a jupyter notebook here so that you can run it on Google Colab too.

@hysts
Absolutely love this Space - tweeted about it here which may have led to the huge amount of traffic. Locked myself out of one of my favorite tools!

Have tried for past 7/8 hours with no luck. If we want to use it are we going to need to duplicate?

I'm trying to test it out but no luck. The app is too busy :/

@willgibs Thanks! Wow, cool tweet! I was wondering why the number of users has suddenly increased, but a lot of attention to your tweet explains it.

@lutherbli33et You can use Google Colab as well. https://colab.research.google.com/#fileId=https%3A//huggingface.co/spaces/hysts/ControlNet-v1-1/blob/main/notebooks/notebook.ipynb
CPU/GPU OOM might occur on free Colab, though.

To run this Space on Google Colab, first, you need to change the runtime to use GPU:

Then, if you run cells, it becomes like this:

You can open the shared link to try the app. (The app is also shown inside the Colab cell, but it would be easier to use the shared link.)

@lutherbli33et You can use Google Colab as well. https://colab.research.google.com/#fileId=https%3A//huggingface.co/spaces/hysts/ControlNet-v1-1/blob/main/notebooks/notebook.ipynb
CPU/GPU OOM might occur on free Colab, though.

To run this Space on Google Colab, first, you need to change the runtime to use GPU:

Then, if you run cells, it becomes like this:

You can open the shared link to try the app. (The app is also shown inside the Colab cell, but it would be easier to use the shared link.)

how does this work? How can I use google collab to run this application the same way than on huggingface, i.e. giving it an input image and a prompt, and retrieving the result image in Lineart?

@hysts - yah that works like a charm. . . didn't even think of Colab .. .big thanks!

Still errors all the time. I miss my playground.

Still error for several hours just to upate. Not sure if its semi-isolated but thanks for your work nevertheless

@PiekTV @Mamzzer
What error are you getting? If this is something that needs to be fixed, it would be helpful if you could provide more information.
Looking at the log of the Space, I don't see errors and the Space seems to be working fine for quite a while, though the queue seems to be full most of the time.
Is the error "This application is too busy. Keep trying!"?

If so, it's shown when the queue is full. You can just keep clicking the run button for a while, and if you are lucky, you can get in the queue.
In general, to run a Space, you first need to get in the queue and wait for your turn. The maximum queue length of this Space is set to 20 so as not to make waiting time too long. In the case of this Space, if in the 20th in the queue, the waiting time should be about 4-5 minutes.

As I mentioned above, you can run this Space on Google Colab as well, so maybe it would be a lot faster and time-efficient for you to run it on Colab than trying to get in the queue.
(Also, you can duplicate the Space as well if you are willing to pay some to run it on GPU.)

hysts changed discussion status to closed

Closed? how come?

eoghanharris changed discussion status to open

@eoghanharris Oh, sorry. I thought the issue was resolved weeks ago.

no, just tried it and it processed, but after a three minute wait, it gave 'error'

2023-07-18_10h43_32.png

@eoghanharris Hmm, yeah, you are right. The Space was up when I closed this issue, but it's down again...

Where is the documentation on 1. How to duplicate space? 2. How to host this completely on my own server? there is no clear documentation for anything for v1.1 controlnet that i can find??

Sign up or log in to comment