Replies: 11 comments 50 replies
-
thanks, but i haven't made a collab notebook or tested if its compatible - just not enough time. |
Beta Was this translation helpful? Give feedback.
-
If I can find sometime this weekend, I might have a try and see if I can get it working. I'm no expert on colab either but I've used it a little bit, I have a card good enough to produce images but not for training so having dreambooth built in along with other training methods is an advantage. |
Beta Was this translation helpful? Give feedback.
-
Colab only seems to support Python 3.9 at the moment so I'm dead in the water, though there may be hacks to get around this. |
Beta Was this translation helpful? Give feedback.
-
Got it running on colab, just want to tidy up a bit. |
Beta Was this translation helpful? Give feedback.
-
Hey folks! Is there any update on the Colab notebook for this? |
Beta Was this translation helpful? Give feedback.
-
Hey there! I've been using it for a while with Colab but didn't see the request, I have a single-cell colab to run/update it, however, you'll have to self-host the models on GDrive (I sync it with my computer, so it's simpler for me to add models and Loras), just run it, add your models to their respective folders, and you're good to go. |
Beta Was this translation helpful? Give feedback.
-
first of all thanks very much as everything is almost working perfectly my problem is that CodeFormers isn't working
any idea how to solve this? |
Beta Was this translation helpful? Give feedback.
-
you may want to check out https://colab.research.google.com/drive/126cDNwHfifCyUpCCQF9IHpEdiXRfHrLN |
Beta Was this translation helpful? Give feedback.
-
If anyone wants to use a colab, here is the one I built that Frankensteined some of TheLastBen's colab cells. It has some errors that I haven't bothered to fix yet (like the one @AI-Casanova solved for Codeformers). But it should work. A few things to note:
https://github.com/wordbrew/vladcolab/blob/main/Vladmandic_A1111.ipynb I'm new(er) to Git, so sorry if this isn't right way to share the colab. I had built a gist, but it doesn't appear to allow you to easily copy the colab to your gdrive. This git repo does. I probably won't be maintaining it though. |
Beta Was this translation helpful? Give feedback.
-
Humm. I'm new to all of this but let me see if i understand. From what i have gathered a notebook is just a notebook that runs commands in colab, (like on old bat file) and a repository is the actual code online in github that can install or execute? Sorry last time i had to learn tech was dos 5.0 running win.exe lol. its been a while! ...but if im right above. then damn. I just need to google the hell out of how to write a google colab notebook and im set. I was under the impression vladmandic had to be installed on a local machine... |
Beta Was this translation helpful? Give feedback.
-
You can install it on a local machine, it was intended for that purpose
originally but some of us don’t have the compute power to run it locally so
we use other sources like Google Colab. If you have a capable pc to run it
then jump on YouTube and look up Olivio tutorials. He did a pretty
straightforward tutorial on installing it locally.
…On Tue, May 2, 2023 at 11:00 PM djwashout ***@***.***> wrote:
Humm. I'm new to all of this but let me see if i understand. From what i
have gathered a notebook is just a notebook that runs commands in colab,
(like on old bat file) and a repository is the actual code online in github
that can install or execute? Sorry last time i had to learn tech was dos
5.0 running win.exe lol. its been a while! ...but if im right above. then
damn. I just need to google the hell out of how to write a google colab
notebook and im set. I was under the impression vladmandic had to be
installed on a local machine...
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7JVNUHAGA6XESADHE6YHVTXEHYAXANCNFSM6AAAAAAWYS75CE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi there, I just came across this repo and am very excited to try it out. Is there a Google Colab available for running it?
If not, it would be awesome to have a notebook up to date in Google Colab, so that it can be run in the cloud.
This is an awesome example, very useful for me and lots of people who don't own strong enough GPUs to run it local:
https://github.com/camenduru/stable-diffusion-webui-colab
Thanks, this looks very promising! 🙌
Beta Was this translation helpful? Give feedback.
All reactions