derpina-ai

Results 35 comments of derpina-ai

found this bug too, my workaround is to delete the inpainting image when i go to img2img. I did not need to do the opposite until now, but I guess...

#tabs .tabitem .card { width: calc(3px * var(50)); height: calc(4.48px * var(50)); min-width: 50px !important; min-height: 74.6px !important; font-size: 60%; text-align: center; transition: all 0.1s ease-in-out; border-width: 1px; **margin-bottom: 5px;...

` 10-Feb-24 7:13:18 PM: An unhandled exception occured: not an error at SQLite.SQLiteConnection.LoadExtension(String filename) at Diffusion.Database.DataStore.Create(Action notify, Action complete) at Diffusion.Toolkit.MainWindow.OnLoaded(Object sender, RoutedEventArgs e) at System.Threading.Tasks.Task.c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback,...

It's already implemented. ![image](https://github.com/mckaywrigley/chatbot-ui/assets/153082447/b71298b6-6f2f-41db-8a17-6678291c92fb)

Just git pull my friend. This repo doesn’t provide docker images nor are they required except for supabase hosting/migration. You deployed using older code, just redeploy using the latest version,...

First of all @danielgrabowski I'm not a maintainer or repo owner here, just a dude in case you didn't realize. Secondly that thing is 4 months old, it's probably missing...

your error is related to animatediff/postprocess. Remove/disable the extension if you aren't using it would be my first tip.

that's funny because patching lora consumes exactly 0 vram on my 4090. However, vanilla flux dev does hang on image generation, https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1233 and other flux models (realistic for example) don't...

The code in the link is about rounding exponential values ( Stochastic Rounding Logic ). I didn't check where that function is used but it will introduce inaccuracy and randomness....