Unreal-StableDiffusionTools
Unreal-StableDiffusionTools copied to clipboard
Animate Unreal Engine scenes using Stable Diffusion
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...
unable to initialize the models for some reason! would love any type of guidance on this front!
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...
 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.
 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,...