tazztone

Results 34 comments of tazztone

idk. more few more MB of VRAM usage? it works and pics come out as they should with LoRA

"comfy converted" FLUX LORAs are working now 🥳 the rest are inserted as `undefined

i also get error with ✨button: with fp8, nf4 i get `Bad image index: -1 ` with GGUF q8 i get `TypeError: Got unsupported ScalarType BFloat16` here is more log:...

yes. i asked claude ai, and it told me to edit the file: `stable-diffusion-webui-forge\modules\sd_samplers_common.py ` and replace some part of it with this code: ``` def single_sample_to_image(sample, approximation=None): # Convert...

aight this fixed it for me: edit: the run_modal.py file to exclude the venv and __pycache__ folders like this: ``` code_mount = modal.Mount.from_local_dir( "D:\\Program Files\Stable Diffusion\\FLUX_TRAIN\\modal_com\\ai-toolkit", remote_path="/root/ai-toolkit", condition=lambda path: not...

i had a similar error ` File "C:\_stability_matrix\Data\Packages\stable-diffusion-webui-forge\modules\sd_samplers_common.py", line 74, in single_sample_to_image x_sample = 255. * np.moveaxis(x_sample.cpu().numpy(), 0, 2) TypeError: Got unsupported ScalarType BFloat16` when trying to use the hiresfix...

i will hijack my issue for the error i just encountered: resharpen is unchecked yet it still makes my generation fail (with Flux **nf4** model): ``` File "C:\_stability_matrix\Data\Packages\stable-diffusion-webui-forge\extensions\sd-webui-resharpen\scripts\resharpen.py", line 33,...

> I might need to change how the Extension works for Flux specifically. do you have any plans for flux support in general? will you eventually combine your useful extensions...

read this https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/1050

my buttons to start, abort, etc don't show up anymore: v18.0.1