John Slegers

Results 47 comments of John Slegers
trafficstars

The elements option makes perfect sense for custom elements, but IMO standard elements like "element" or "content" should be supported by default. Why shouldn't you support them by default?

I guess I'll adjust my approach by the time the project is released depending on whether or not you have added the new tags to the HTMLshiv by then. If...

@jonathantneal : I'm not trying to polyfill web components but rather create an abstraction layer that implements behavior of web components in a cross-browser fashion, using the traditional DOM instead...

For event handling in IE6 to IE8, you might want to check out https://github.com/jonathantneal/EventListener . Except for the random firing order issue ( http://cute-solutions.blogspot.be/2006/02/order-of-events.html ), I got the EventListener.oldie.js file...

> I'm still getting quite poor results training with this library's (huggingface's) DB example. I've been using [ShivamShrirao's fork](https://github.com/ShivamShrirao/diffusers/blob/main/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb) of this repo for several days now. With [my own Google...

> but I think everythings still degrading at least on my end. For my use case, I noticed that the diversity with the class "man" started declining significiantly. At some...

> Ya imagine that's impossible if the entire latent space is getting regularized and forgetting everything it learned in its original training. Probably. I guess I better just start all...

> Looking at the discussion and also from my experiments the model does run into overfitting and catastrophic forgetting. To me this seems likely as we finetune the whole model...

> I'm using my modified Dreambooth + Textual Inversion Any chance you can make your modified script available for the rest of us, so we can test it ourselves?

I did some testing regarding the impact of Dreambooth on different prompts, using the same seed. Pretty much all of my tests produced results similar to this, when running running...