psychedelicious

Results 433 comments of psychedelicious

BTW - seamless working fine for me. Tested SD1.5 and SDXL, all permutations of axes. I wonder if there is some interaction with other settings you were using? ![image](https://github.com/invoke-ai/InvokeAI/assets/4822129/7cde0364-7467-4f8f-87e9-fe9dfcf92bae) ![image](https://github.com/invoke-ai/InvokeAI/assets/4822129/1d2b86c8-5a20-4637-90d7-e954f3b95c0e)...

Note: I tested this PR to see if it fixed #6375. It does not.

Hi, this has been the behaviour for quite some time now. Internally, the app works very, very differently than v2.3.5, and some operations do not retain metadata. --- I'd be...

Didn't mean to suggest you specifically should implement the functionality - just some guidance for any contributor who might want to address the problem. I'm curious, how do PS/Topaz compare...

That is super excessive VRAM usage. Looks like it is running really, really slowly too. The ESRGAN upscale is ridiculously slow. Unfortunately, I don't have an AMD GPU to test...

If you suspect the YAML file isn't being read, an easy way to test is add `use_memory_db: true`. You should see a line like this on startup: ``` [2024-05-03 13:30:13,686]::[InvokeAI]::INFO...

We expect colored logs for warnings and errors only (and debug, if you set the log level accordingly). This works for me. I'm confident the precision is set correctly in...

Hi @panchi64, do you anticipate picking back up on this per discussion in https://discord.com/channels/1020123559063990373/1149513722688180304/1235665033011396650 ? No worries if not, just checking in on some older PRs.

W have a lot of custom logic around diffusers, and the "just add a single line!" doesn't necessarily apply to our implementation. @RyanJDick @lstein Can you advise on effort to...