Giter Site home page Giter Site logo

Comments (3)

danilw avatar danilw commented on June 13, 2024 1

il close this issue when il add new script for auto-sd-paint-ext

if you have more questions/want share/learn some info - we can do it using real time communication in my discord, join link on page

from krita-stablediffusion-webui-colab.

danilw avatar danilw commented on June 13, 2024

Do you plan to also support https://github.com/Interpause/auto-sd-paint-ext with Colab?

yes, tomorrow maybe, I was waiting when there be Encryption support, look like it added now

Do the new models also work without modifications? Just add the url? Has anyone tried them? (v1-5-pruned-emaonly.ckpt, sd-v1-5-inpainting.ckpt)

if models works in default StableDiffusion - they will work same way here, links in this script is just "user friendly text" that easy can be changed

Regarding plugin-server encrypted communications, ngrok creates both http and https

client side of this plugin support only http link

About your change - I point this moment:

tflname = "/content/drive/MyDrive/AI/models/sd-v1-4.ckpt"

speed of "your mounted google drive at server" is about 10 Mb/sec (at best, usually much less) and when you mounted it - it "does not instantly move all data to the server", it doing it "slowly in bacgkround"

when speed of cached file(model) from internet (that downloaded very often) in Google Colab VM is about 100 Mb/sec (min I have seen) to 400 Mb/sec

So - downloading "from internet" is many times faster than using your Google Drive.

In this way the download is not carried out every time the instance is restarted

I literally tested it, I had similar idea, but it about 10-20 times slower to just download gigabytes from Google Drive than from internet (remember static files from internet can be cached by google so it "not from internet", when your google drive - never cached because only you downloading it)

from krita-stablediffusion-webui-colab.

danilw avatar danilw commented on June 13, 2024

Update - I wont update anything now, it works so I keep it as it is. People who still use this plugin can make changes they need.

Better way is just make new Colab for new plugin https://github.com/Interpause/auto-sd-paint-ext that I wont do for now.

So I close it.

from krita-stablediffusion-webui-colab.

Related Issues (1)

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.