stable-diffusion-webui-embedding-editor icon indicating copy to clipboard operation
stable-diffusion-webui-embedding-editor copied to clipboard

Embedding editor extension for web ui

Results 11 stable-diffusion-webui-embedding-editor issues
Sort by recently updated
recently updated
newest added

EDIT: does not seem to work with SD 2.0 768 model: 'FrozenOpenCLIPEmbedder' object has no attribute 'transformer' Reproduction: On Windows - fresh install of the webui, adding all extensions. use...

Changed the wrap_gradio_gpu_call import to new one for stable-diffusion-webui stable release 1.6.0

It's a lot of clicking to imprecisely adjust sliders along the colours matching keywords. It could be done in 1 click with a proper UI function. It could also be...

I'm very interested in this extension, but the sliders seem to be unorganized. Rather than only getting the min and max value of every embedding, perhaps using torch.pca_lowrank() or what...

Not sure if this is caused by some recent webui commit, but suddenly I'm getting this error ``` Error executing callback ui_tabs_callback for C:\Users\username\desktop\stable-diffusion-webui\extensions\stable-diffusion-webui-embedding-editor\scripts\embedding_editor.py Traceback (most recent call last): File...

``` Traceback (most recent call last): File "O:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 321, in run_predict output = await app.blocks.process_api( File "O:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1015, in process_api result = await self.call_function(fn_index, inputs, iterator, request) File...

Optimizer was added in [bddebe09edeb6a18f2c06986d5658a7be3a563ea](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/bddebe09edeb6a18f2c06986d5658a7be3a563ea).

Hello Can we load tensor values for a single vector from a csv file? Please see https://github.com/tkalayci71/embedding-inspector/issues/10 for context Thanks

Hi The extension shows sliders with separate floor/ceiling ranges for each 1/768 tensor. `def build_slider` codes up the floor and ceil vals - are these assigned only for the UI...

I been testing out the sliders and been able to achive some results. Such as being able to make background disappear, or change the age of the subject (however irrelevant...