Unreal-StableDiffusionTools icon indicating copy to clipboard operation
Unreal-StableDiffusionTools copied to clipboard

Animate Unreal Engine scenes using Stable Diffusion

Results 7 Unreal-StableDiffusionTools issues
Sort by recently updated
recently updated
newest added

Console errors: ``` LogPython: Error: Traceback (most recent call last): LogPython: Error: File "", line 1, in LogPython: Error: NameError: name 'SD_dependencies_installed' is not defined LogPython: Error: Traceback (most recent...

When I try to generate an image the engine crashes and I get this error : `LoginId:c1c995204cbf8d62ca73a48f6599566a EpicAccountId:dfb5237f78194006bc94cfa1d172c082 Assertion failed: IsValid() [File:E:\UnrealEngine\UE_5.2\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h] [Line: 1109] UnrealEditor_StableDiffusionTools!UStableDiffusionSubsystem::CaptureFromViewportSource() [F:\UnrealProjects\StableDiffusion52\Plugins\StableDiffusionTools\Source\StableDiffusionTools\Private\StableDiffusionSubsystem.cpp:680] UnrealEditor_StableDiffusionTools!::operator()() [F:\UnrealProjects\StableDiffusion52\Plugins\StableDiffusionTools\Source\StableDiffusionTools\Private\StableDiffusionSubsystem.cpp:351] UnrealEditor_Core UnrealEditor_Core...

![image](https://github.com/Mystfit/Unreal-StableDiffusionTools/assets/41385811/7c1e7bcd-54eb-47a7-97c0-6f61bfa242b9) Hello, how can I fix the error below? LogPython: Converting ..\..\..\..\..\..\TT\A_Main\ue5_StableTest51\Content\AI_Models\Checkpoints\luxuryHotel_v10.safetensors model to diffusers format LogPython: Error: `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value...

The following modules are missing or built with a different engine version: StableDiffusionTools StableDiffusionToolsEditor StableDiffusionSequencer StableDiffusionSequencerEditor Engine modules cannot be compiled at runtime. Please build through your IDE.

![image](https://user-images.githubusercontent.com/79454653/210995720-90a4f860-e91b-4e3b-a09f-cb32aebd8481.png) What am i doing wrong..?

I'm building the plugin using command-line tools (UAT) for "reasons", which unfortunately triggers a lot of errors and warnings. This doesn't happen when compiling with Visual Studio In my case,...