RandomGitUser321

Results 9 issues of RandomGitUser321

## Bug Report Interlinked Ouroboros mesh turns invisible after using certain abilities. This happens on both Vulkan and OpenGL, cleared shader/PPTC caches. ### How can the issue be reproduced? While...

bug
gpu

### What is the issue? I run a workflow in ComfyUI that makes calls to Ollama server's API to generate prompts or analyze images. It works fine, normally, but occasionally...

bug
windows
nvidia

If a user is using 2.5 with int4, it can just barely fit into 8gb of vram (an extremely common vram size) without using any shared memory. If you mess...

# What does this PR do? This PR refactors the pipeline to mirror other common pipelines by adding in `callback_on_step_end` and `callback_on_step_end_tensor_inputs`, along with cfg rescaling. In the callbacks, you...

Based on the creator's example: https://github.com/xinsir6/ControlNetPlus/blob/main/promax/controlnet_union_test_tile_deblur.py It uses the same option as tile. To avoid bloating the menu, I didn't change `repaint` to be `repaint/inpaint/outpaint`, but they all use option...

Good PR

Realistically, this should be added to all these nodes, I just happened to need it for this specific node at the moment. Here's 1:1 parity proof vs the regular BasicScheduler...

I was having a hell of a time trying to figure out what the new "flux realism" sampler was (I'm guessing it's similar to comfyui's dpmpp_2s_ancestral that was semi-recently adapted...

As far as I know, they stopped using the gfx110X-dgpu directory and instead, use the gfx110X-all directory now. You can verify this by looking at the builds dates +rocmX.X.Xa2025___ between...

A simple interface demo showing how you can link Gradio and ComfyUI together. I know there are obviously alternatives like Forge, but being able to make complex custom api workflows...