badcommandorfilename
badcommandorfilename
Hi Emdot and Nikhil, I'm interested in having Interface Inheritance working for all Script# generated code (not just [Imported] functions). Is this already a planned/requested feature? As Nikhil said: >...
Hi @canhorn How do you create a new instance of an interface-nameCachedEntity? If I look at https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator/blob/7e927d2d8654e5f9237108a401f53e16a1f7c3e4/Sample/_generated/EventHorizon.Blazor.BabylonJS.WASM/IAudioEngine.cs#L223 it generates two constructors: ``` public IAudioEngineCachedEntity() : base() { } public IAudioEngineCachedEntity(...
Thanks for confirming @canhorn ! I came up with a similar solution by shimming in: ``` var entity = EventHorizonBlazorInterop.New(new string[] { "Object" }, null); ___guid = entity.___guid; ``` Into...
For the record, I'm also seeing just noise with samples from both - imagenet64_uncond_vlb_100M_1500K.pt and - imagenet64_uncond_100M_1500K.pt diffusion_steps=4000 (and tried 1000 too). Output from a newly trained network with the...