SakeTami
StabilityMatrix
StabilityMatrix

patreon


v2.11.0 Preview 1

Hey all! Image masking and Inpainting are now supported in Inference as of this update~ (More info here) We've been working quite a while to implement the prerequisites for this, but we hope this will offer a good foundation for other usages like ControlNet and Prompt regional masking as well.

Please let us know if you encounter any issues with the inpainting canvas or SDFX Package install!

Added

Inference

Changed

Fixed

Special Thanks

Visionaries - Many thanks to our Visionary-tier supporters, Scopp Mcdee and Waterclouds! Your generous support helps us continue to improve Stability Matrix! 💖

Downloads

Get this and other development releases as auto-updates in the app

Or

Download manually by connecting your Patreon account in your lykos.ai profile

ℹ️  We're transitioning to this new automated download system to speed up our updates, please message us on Patreon or Discord if you have any issues in accessing the downloads!

Comments

problem with ksampler in SDFX. HELP!!!!! Error occurred when executing KSampler: Numpy is not available File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\nodes.py", line 1371, in sample return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\nodes.py", line 1341, in common_ksampler samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\sample.py", line 43, in sample samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\samplers.py", line 795, in sample return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\samplers.py", line 697, in sample return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\samplers.py", line 684, in sample output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\samplers.py", line 663, in inner_sample samples = sampler.sample(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\samplers.py", line 568, in sample samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options) File "D:\StabilityMatrix\Packages\SDFX\venv\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\k_diffusion\sampling.py", line 145, in sample_euler callback({'x': x, 'i': i, 'sigma': sigmas[i], 'sigma_hat': sigma_hat, 'denoised': denoised}) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\comfy\samplers.py", line 566, in k_callback = lambda x: callback(x["i"], x["denoised"], x["x"], total_steps) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\latent_preview.py", line 91, in callback preview_bytes = previewer.decode_latent_to_preview_image(preview_format, x0) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\latent_preview.py", line 26, in decode_latent_to_preview_image preview_image = self.decode_latent_to_preview(x0) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\latent_preview.py", line 45, in decode_latent_to_preview return preview_to_image(latent_image) File "D:\StabilityMatrix\Packages\SDFX\ComfyUI\latent_preview.py", line 19, in preview_to_image return Image.fromarray(latents_ubyte.numpy())

Federico Bicocchi

Unpacking resources Unpacking resources Download Complete created virtual environment CPython3.10.11.final.0-64 in 147ms creator CPython3Posix(dest=/home/punisher/AppImages/Data/Packages/SDFX/venv, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/punisher/.local/share/virtualenv) added seed packages: pip==24.0, setuptools==69.5.1, wheel==0.43.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator Loading... Error: Git and Node.js are required. Please install them before proceeding. Could not install sdfx (StabilityMatrix.Core.Exceptions.ProcessException: install script failed with code 1: 'Loading...\nError: Git and Node.js are required. Please install them before proceeding.\n' at StabilityMatrix.Core.Python.PyVenvRunner.CustomInstall(ProcessArgs args, Action`1 outputDataReceived) at StabilityMatrix.Core.Models.Packages.Sdfx.InstallPackage(String installLocation, TorchVersion torchVersion, SharedFolderMethod selectedSharedFolderMethod, DownloadPackageVersionOptions versionOptions, IProgress`1 progress, Action`1 onConsoleOutput) at StabilityMatrix.Core.Models.Packages.Sdfx.InstallPackage(String installLocation, TorchVersion torchVersion, SharedFolderMethod selectedSharedFolderMethod, DownloadPackageVersionOptions versionOptions, IProgress`1 progress, Action`1 onConsoleOutput) at StabilityMatrix.Core.Models.PackageModification.InstallPackageStep.ExecuteAsync(IProgress`1 progress) at StabilityMatrix.Core.Models.PackageModification.PackageModificationRunner.ExecuteSteps(IReadOnlyList`1 steps))

Kevin O'Malley

SDFX wont install says it needs git and nodejs, but both are installed???

Kevin O'Malley


More Creators