''Invalid username or password'' or the end of Ben's Paperspace support
First at all, I want to thank Ben for giving me a ability to generate AI artwork for last 2 years with your true artwork of progamming. Ben, sure, has his own reasons to stop this project, so, let's no try to dig deeper into that. And wish good luck to Ben in his new undertakings.
One again, thank you for all, Ben.
But there is still a huge problem. Poor people like me who can't afford a good PC or using pay-for-hour platforms like RunPod still exist. So, Paperspace is still an option.
Last summer, during previous Paperspace case, between us were true handymans like user named @SRagy, who fixed broken notebook himself (or herself). And I hope such users are still here.
I'd happy to fix this myself, but I don't even know Python basics to do that. I tried to use old Sragy's file to launch WebUI. And Ibroke through numerous errors by just adding "!pip install ...". And I stoped here -- I don't know how to fix this.
So, any ideas, my comrades in misfortune? Not in my 'gradio.block' case, but in this whole situation.
I'm having the same issue with Paperspace, no idea how to fix.
same issue with comfyui on paperspace :/
Yeah he deleted the huggingface repo that it's trying to pull from.
Try this instead: https://github.com/ffxvs/sd-webui-complete-setup
A few months ago I also had a couple of problems, I decided to clone the comfyui repository and do everything manually from the terminal, I was able to get it working and it's all much simpler
I want to echo what @Archon332 said - thanks Ben very much for your work. Unfortunate this is happening but we will find ways to keep working!
Would anyone be interested in starting up a discord to discuss troubleshooting together for PPS notebooks, unless a community like this already exists? Feel free to PM me.
Cloning the repo and doing things manually as @Arrozz11 suggested will work for now but I'm expecting things to break in the future and it would be helpful to share solutions
I cloned my code from the ComfyUI repository, and it's working perfectly.
Hey is there any chance someone could share a copy of what was on
https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Scripts/ ?
I thought I backed it up but I only backed up the Github repo it looks like....
Also @StamArtworks is it this you're referring to?
Jupyter Notebook To run it on services like paperspace, kaggle or colab you can use my Jupyter Notebook
Because if so I remember trying this awhile ago and it was doing tunneling and that got me banned from Paperspace for a little bit
@dreamlogic-X I have developed my own notebook by cloning the required resources, making the use of the Hugging Face dataset unnecessary. Additionally, the implementation operates independently without the need for tunneling or external network dependencies.
I want to echo what @Archon332 said - thanks Ben very much for your work. Unfortunate this is happening but we will find ways to keep working!
Would anyone be interested in starting up a discord to discuss troubleshooting together for PPS notebooks, unless a community like this already exists? Feel free to PM me.
Cloning the repo and doing things manually as @Arrozz11 suggested will work for now but I'm expecting things to break in the future and it would be helpful to share solutions
It would be nice to make a discord server so we can help each other. If no one comes, I'll create one tomorrow (I have to sleep now).
Okay so after testing, it turns out, it really does just run from the terminal/a simple notebook as the users above pointed out. OMG. I'm finding this a bit hilarious because of how much I've struggled in the past and you can literally just run it without anything extra... TBD if more issues arise. I don't know if something changed (I don't remember being able to do this) but this is great...
Here's what I did:
1 - clone repo (if you havent already) 2- make a jupyter notebook with this code:
%cd /notebooks/ComfyUI !pip install -r requirements.txt !python main.py --listen --port 6006 --preview-method auto
3 - I found that it kept printing the tensorboard from one session before so I added the below code a cell above. I think it's handy too to have it at the top of the notebook so you don't have to scroll down:
import os
current_fqdn = os.environ.get('PAPERSPACE_FQDN')
if current_fqdn: tensorboard_url = f"https://tensorboard-{current_fqdn}" print(f"Access ComfyUI at: {tensorboard_url}")
4 - Wait for it to finish loading then hit the link generated from the above :)
@Arrozz11 I made a discord, and for whoever else wants to join! tell your paperspace friends... https://discord.gg/Yr6TQ7qp
Okay so after testing, it turns out, it really does just run from the terminal/a simple notebook as the users above pointed out. OMG. I'm finding this a bit hilarious because of how much I've struggled in the past and you can literally just run it without anything extra... TBD if more issues arise. I don't know if something changed (I don't remember being able to do this) but this is great...
Here's what I did:
1 - clone repo (if you havent already) 2- make a jupyter notebook with this code:
%cd /notebooks/ComfyUI !pip install -r requirements.txt !python main.py --listen --port 6006 --preview-method auto
3 - I found that it kept printing the tensorboard from one session before so I added the below code a cell above. I think it's handy too to have it at the top of the notebook so you don't have to scroll down:
import os
current_fqdn = os.environ.get('PAPERSPACE_FQDN')
if current_fqdn: tensorboard_url = f"https://tensorboard-{current_fqdn}" print(f"Access ComfyUI at: {tensorboard_url}")
4 - Wait for it to finish loading then hit the link generated from the above :)
@Arrozz11 I made a discord, and for whoever else wants to join! tell your paperspace friends... https://discord.gg/Yr6TQ7qp
I'm glad someone @dreamlogic-X made it work. But as I see, this is for ComfyUI. Can I make this work for A1111 WeubUI? And what repo should I copy to start with? PPS? Fast Stable Diffusion? Stable-diffusion-webui repo?
@dreamlogic-X Eu desenvolvi meu próprio notebook clonando os recursos necessários, tornando o uso do conjunto de dados Hugging Face desnecessário. Além disso, a implementação opera de forma independente, sem a necessidade de tunelamento ou dependências de rede externa.
Could you show us how to implement this on our notebooks? There's even a server created for this https://discord.gg/Yr6TQ7qp
Colab notebooks work, they will always be maintained
yea im stuck on this, anyone know how we can get around this, it would be great if someone that has it up and running again would post some instructions for comfy.. and again @TheLastBen thank you for your support, if you could maybe point out or hint on how we can run it ourselves, ie clone the hugging face stuff to our own hugging face stuff that would be awesome!!
cheers!!
Jupyter Notebook
does this run on papper space by chance? anything that needs to be changed? thanks..
@StamArtworks, can you share the solution?
thank you!
I can't run SD on PaperSpace A1111 WebUI. Can you send me the Discord invite where the solution to the problem is?