You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I added controlnet for automatic1111 last night and hit update to make sure it was the latest version. I didnt realize it downloaded the latest version for this as well...
So I opened it this morning and got several errors.
Thinking it was controlnets fault I turned that off and restarted and it still is broken.
Prior to the update I would hit the card button to get the preview image prompt. However today I did that and nothing happens and I get various errors in the console that dont seem to have anything to do with my side of things.
This has been a really good extension and really want it to work. I guess Ill try and redownload the earlier version.
Also the new tab that popped up- the civit browser cant be turned off in the settings, and I couldnt figure out how to delete it from the rest of the folder's code. Def dont need that and would be great if you added an option to remove that extra new tab and or put it into an accordion at the bottom of the main tab. I dont want a model downloader I just need a prompt checker.
Heres the terminal
To create a public link, set share=True in launch().
Startup time: 18.4s (prepare environment: 0.5s, import torch: 5.9s, import gradio: 1.3s, setup paths: 1.6s, initialize shared: 0.2s, other imports: 1.1s, load scripts: 1.9s, create ui: 1.4s, gradio launch: 4.3s).
Applying attention optimization: sdp-no-mem... done.
Model loaded in 14.7s (load weights from disk: 5.1s, create model: 1.0s, apply weights to model: 5.8s, apply float(): 2.4s, load textual inversion embeddings: 0.1s, calculate empty prompt: 0.2s).
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
Whats the error?
The text was updated successfully, but these errors were encountered:
So I added controlnet for automatic1111 last night and hit update to make sure it was the latest version. I didnt realize it downloaded the latest version for this as well...
So I opened it this morning and got several errors.
Thinking it was controlnets fault I turned that off and restarted and it still is broken.
Prior to the update I would hit the card button to get the preview image prompt. However today I did that and nothing happens and I get various errors in the console that dont seem to have anything to do with my side of things.
This has been a really good extension and really want it to work. I guess Ill try and redownload the earlier version.
Also the new tab that popped up- the civit browser cant be turned off in the settings, and I couldnt figure out how to delete it from the rest of the folder's code. Def dont need that and would be great if you added an option to remove that extra new tab and or put it into an accordion at the bottom of the main tab. I dont want a model downloader I just need a prompt checker.
Heres the terminal
To create a public link, set
share=True
inlaunch()
.Startup time: 18.4s (prepare environment: 0.5s, import torch: 5.9s, import gradio: 1.3s, setup paths: 1.6s, initialize shared: 0.2s, other imports: 1.1s, load scripts: 1.9s, create ui: 1.4s, gradio launch: 4.3s).
Applying attention optimization: sdp-no-mem... done.
Model loaded in 14.7s (load weights from disk: 5.1s, create model: 1.0s, apply weights to model: 5.8s, apply float(): 2.4s, load textual inversion embeddings: 0.1s, calculate empty prompt: 0.2s).
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
CHv1.8.10: Start use_preview_image_prompt
CHv1.8.10: Start parse js msg
CHv1.8.10: End parse js msg
CHv1.8.10: Load model info of lora/sd 1.5 loras/_characters/Character-friends_rachel_green_v1.1.safetensors 2fc6100667bf4c5d1e663d51cb38dd59d73bfe324134df574fed47037e927eda in lora
Traceback (most recent call last):
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api
result = await self.call_function(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/Users/elizabeth/AUTOMATIC1111/.venv/lib/python3.10/site-packages/gradio/utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "/Users/elizabeth/AUTOMATIC1111/extensions/Stable-Diffusion-Webui-Civitai-Helper/ch_lib/js_action_civitai.py", line 152, in use_preview_image_prompt
preview_prompt = meta.get("prompt", "")
AttributeError: 'NoneType' object has no attribute 'get'
Whats the error?
The text was updated successfully, but these errors were encountered: