MisterChief95

Results 69 comments of MisterChief95

I have a feeling it's trying to use your Radeon Graphics instead of the Nvidia GPU. You can try adding `--device-id 1` to the `COMMANDLINE_ARGS` field in your `webui-user.bat` file.

Its just a visual thing. I don't think the value can be tweaked for the UI, but behind the scenes, it works with up to do 255 tokens: ```py @torch.inference_mode()...

Res Multistep is a sampler and KL Optimal is a scheduler. KL Optimal is built-in but Res Multistep is not. I have an extension that adds Res Multistep and Res...

Your don't have enough VRAM/System RAM to run the FP16 Flux Dev model efficiently. My suggestion is to get Flux Schnell [here](https://huggingface.co/lllyasviel/FLUX.1-schnell-gguf/tree/main) and download any of the Q models. Start...

Can you share the UI version? It will be on the bottom of the UI page and be something like `version: f2.0.1v1.10.1-previous-659-gc055f2d4`. What's curious to me is that in the...

I know @Panchovix implemented it in reForge then spun it off into its own extension. Would be cool to see it here too. Only thing is that it relies on...

Ended taking this upon myself in the end. Here's a port of JankHidiffusion for reForge to lllyasviel's Forge: https://github.com/MisterChief95/sd-forge-hidiffusion I cleaned up the UI and switched from depending on the...

Forge has built-in support for the following upscalers: - ESRGAN/ESRGAN+ - DAT - HAT - SwinIR - SCUNet (technically a denoiser) It should be possible to add more via extensions...

Created an extension to add some more upscalers. https://github.com/MisterChief95/sd-webui-extra-upscalers Adds the following: - ATD - DRCT - MoSR (requires `spandrel >= 0.4.0`) - MoESR (requires `spandrel >= 0.4.1`) - PLKSR...