stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: "interrogate deepbooru" no longer works.
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
hitting interrogate deepbooru just stays at 'loading'
Steps to reproduce the problem
- Go to img2img
- Press interrogate deepbooru
- ...
What should have happened?
after pressing should only take a few sec until it loads in what it detected
Commit where the problem happens
212fba3139e00aea30fae8cf3aec62f0be1f3952
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
--listen --hypernetwork-dir modules/hypernetworks --xformers --opt-split-attention --precision full --medvram --no-half --deepdanbooru
Additional information, context and logs
Traceback (most recent call last): File "
I'm having the same issue here as well
Process SpawnProcess-2: Traceback (most recent call last): File "C:\Python38\lib\multiprocessing\process.py", line 314, in _bootstrap self.run() File "C:\Python38\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "C:\ai\stable-diffusion-webui\modules\deepbooru.py", line 41, in deepbooru_process deepbooru_process_return["value"] = get_deepbooru_tags_from_model(model, tags, pil_image, threshold, deepbooru_opts) File "C:\ai\stable-diffusion-webui\modules\deepbooru.py", line 124, in get_deepbooru_tags_from_model image = tf.image.resize( File "C:\ai\stable-diffusion-webui\venv\lib\site-packages\tensorflow\python\util\traceback_utils.py", line 153, in error_handler raise e.with_traceback(filtered_tb) from None File "C:\ai\stable-diffusion-webui\venv\lib\site-packages\tensorflow\python\framework\constant_op.py", line 102, in convert_to_eager_tensor return ops.EagerTensor(value, ctx.device_name, dtype) ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type NoneType).
works fine here; webui on 98947d173e3f1667eba29c904f681047dea9de90 (latest as of now), tested on a "hello asuka" image
Download this file and unzip it to this location(stable-diffusion-webui\models\deepbooru)
Download this file and unzip it to this location(stable-diffusion-webui\models\deepbooru)
still seams to not work
Closing as stale.