v2.11.0 Preview 1
Added 2024-06-02 03:22:51 +0000 UTCHey 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
Added new package: SDFX by sdfxai
Added "Show Nested Models" toggle for new Checkpoints page, allowing users to show or hide models in subfolders of the selected folder
Added ZLUDA option for SD.Next
Added PixArt & SDXL Hyper options to the Civitai model browser
Added release date to model update notification card on the Checkpoints page
Added option in Settings to choose whether to Copy or Move files when dragging and dropping files into the Checkpoint Manager
Added more launch options for Forge - #618
Inference
Added Inpainting support for Image To Image projects using the new image mask canvas editor
Changed
Maximized state is now stored on exit and restored on launch
Clicking outside the Select Model Version dialog will now close it
Changed Package card buttons to better indicate that they are buttons
Fixed
Fixed error when deleting Inference browser images in a nested project path with recycle bin mode
Fixed extra text in positive prompt when loading image parameters in Inference with empty negative prompt value
Fixed NullReferenceException that sometimes occured when closing Inference tabs with images due to Avalonia.Bitmap.Size accessor issue
Fixed package installs not showing any progress messages
Fixed crash when viewing model details for Unknown model types in the Checkpoint Manager
Fixed #598 - program not exiting after printing help or version text
Fixed #630 - InvokeAI update hangs forever waiting for input
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
(Windows) lykos.ai/files/sm/v2.11.0-pre.1+4da19d5/StabilityMatrix-win-x64/zip
(Linux) lykos.ai/files/sm/v2.11.0-pre.1+4da19d5/StabilityMatrix-linux-x64/zip
(macOS) lykos.ai/files/sm/v2.11.0-pre.1+4da19d5/StabilityMatrix-macos-arm64/dmg
ℹ️ 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
2024-06-24 22:44:52 +0000 UTCUnpacking 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
2024-06-04 00:04:46 +0000 UTCSDFX wont install says it needs git and nodejs, but both are installed???
Kevin O'Malley
2024-06-04 00:03:21 +0000 UTC