ArchAngelAries

Results 8 comments of ArchAngelAries

Necroing because there's an extension version... sort of... even works on DirectML for windows AMD GPUs [LamaCleaner SD Extension](https://github.com/aka7774/sd_lama_cleaner.git)

Realized I'm getting this error, idk how to resolve: *** Error loading script: animate.py Traceback (most recent call last): File "D:\AI-Stuff\AI\stable-diffusion-webui-directml\modules\scripts.py", line 382, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "D:\AI-Stuff\AI\stable-diffusion-webui-directml\modules\script_loading.py",...

> Refer to [this comment](https://github.com/vladmandic/sdnext/issues/3918#issuecomment-2863849169). I had the same issue today, the newest AMD Driver Update (25.5.1, 32.0.21001.9024) broke ZLUDA for AMD GPU Forge and SDNext. Rolling back to a...

I went ahead and created a custom script to be saved in A1111 script folder that can do this, so I guess never mind? Or you can implement this if...

Added prompt recognition and re-enforced User AR min/max values: ``` import modules.scripts as scripts import gradio as gr import random import re from modules import processing from modules.processing import Processed...

I have issues with a fresh install as well, nothing but pixelated noise. Nothing in #544 applies to me.

I'm on a 7900 XT and mine works but it is painfully slow (20 mins for a single 512x768 Flux 1D generation at 22 steps, compared to a couple mins...

> > (Side note: If anyone knows better ARGs than what I'm using, please share) > > Well. I don't think you need --all-in-fp32 . Try fp16 and if everything...