CodeExplode

Results 24 comments of CodeExplode

> There is a color sketch feature in the ui Just wondering where this is? I just updated and looked everywhere but only have the masking brush edit: Just found...

The way that loss is calculated is it slightly adds noise to an image, then asks the AI to guess what parts are noise and should be removed (which is...

Heya just a slight update since I wrote this code in discord, the second line can just be: text = text.replace("@", placeholder_string ) I'm not entirely sure whether it's helping...

Both repos appear to save embeddings in the exact same format, with only minor differences like using quotation marks vs apostrophes for string declarations https://github.com/nicolai256/Stable-textual-inversion_win/blob/main/ldm/modules/embedding_manager.py#L131 https://github.com/invoke-ai/InvokeAI/blob/main/ldm/modules/embedding_manager.py#L210 They both also only...

It's definitely doable, but will need new code I think. I think what you want is to join the vectors of your embeddings together, which would be easy for somebody...

Hrm I've noticed this for a while now but wasn't sure if I was incorrect in presuming it used to be different. Pretty sure I used to be able to...

Hrm I have drivers 31.0.15.2225 on a 3060, win 10 pro, and have no issues starting and using the web UI.

The issue I'm noticing is that after it can't find the VAE in the checkpoint (and prints out all the missing keys), it also can't load the standalone VAE again,...

It looks like some things got moved around, I haven't had a chance to check out 2.0 yet sorry. To manually edit the code, it looks like Auto made some...

If you're using a batch size of 1 due to low vram, you don't actually need to bucket and can just resize images to image sizes which SD accepts (64...