AugmentedRealityCat

Results 86 comments of AugmentedRealityCat

This is NOT using a checkpoint. This uses diffusers - basically everthing else in the stable-diffusion-v1-5 folder on Huggingface besides the ckpt and safetensors. Try this: remove all the ckpt...

Also got this error for the first time today. ``` File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_request.py", line 195, in __init__ assert transport is not None ```

You are asking for more than your GPU can manage in VRAM. 2048x2048 is very large. Try reducing the resolution of the image you are working from, not just the...

Have you tried scaling down the image first in a separate app, and then load it at this reduced resolution ? Maybe reducing the image size parameters doesn't get to...

You should try to discover what are the conditions that makes it work in certain circumstances and not it some others. That would help you find the root cause of...

Solution given by [ttulttul](https://github.com/ttulttul), posted as a reply to a similar issue: > Make sure you are using SAMModelLoader (Segment Anything) rather than "SAM Model Loader". Doing so resolved this...

I confirm that I have observed that problem and that I haven't found any solution to make seamless tiling work as it should. The [Asymmetric Tiling](https://github.com/tjm35/asymmetric-tiling-sd-webui) extension, which is very...

> That would be great, any solution to fix tiling would help. Ask and you shall receive ! So the little trick I had in mind works perfectly, but it...

Here is some more information that might help you. The same problem also happens with the asymmetric tiling extension. This is the extension I'm using for creating panoramic content. https://github.com/tjm35/asymmetric-tiling-sd-webui...