DenOfEquity

Results 81 comments of DenOfEquity

Thanks Mark999a for the knowledge.

Nice one, works well. I'd argue for including `scribble_color_fixed=True, scribble_alpha_fixed=True, scribble_softness_fixed=True` on the Inpaint canvas. edit: As it turns out, I can make those changes. Thank for PR, Haoming02.

This is speculation, but I've seen a similar issue before, where the model (in my case PixArt Sigma) expects the latent sizes to be a multiple of 2. 526 /...

There's also *Settings* > *Extra Networks* > *Add network to prompt*.

You can access the new Forge embeddings database as: `embedding_db = modules.textual_inversion.textual_inversion.EmbeddingDatabase()` refresh: `embedding_db.load_textual_inversion_embeddings(force_reload=True, sync_with_sd_model=False)` attributes seem to be as usual, *filename* contains full path.

vxiaobai: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings#running-within-local-area-network

Nice work, rabidcopy. If the prediction_type is set at the start of sampling instead, there's no issue with needing to apply before model is loaded. [branch](https://github.com/DenOfEquity/stable-diffusion-webui-forge/tree/vprediction-hacky). *Settings > User interface...

Hi. I haven't had time to test this yet, and I'd also like to see if lllyasviel has new opinions on it. IMO this keyword method is ideal as there's...

IMO, this isn't something the webUI should be doing; even though I agree the warnings can be annoying. I've found that the warning `Attempted to select a non-interactive or hidden...