so many bug on controlnet and forge change vram setting on itsonw in middle of the image generation , some loras and embeddings not exist on forge tab :( #442
Unanswered
mostafablender
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again .
3 problem that really annoy me .
1- control net not working , i used location of my A1111 controlnet from setting , canny and lineart work but i get error for openpose and depth and others i write the code in the end .
2- when i was using controlnet canny , forge in middle of the image generation start to change vram setting to lowvram without any good reason and it make image generatino so slower or even pause in the way it wont even tell me and no any error
3- some lora are not in the lora tab also embeddings , i wrote the location exactly currect to use them from A1111 but some lora not working , after a few time trying , the embeddings tab is not exist in my froge anymore (i dont know if i turn it off and on i see the tab again or not but the models are not there )
Traceback (most recent call last):
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\extensions-builtin\sd_forge_controlnet\lib_controlnet\controlnet_ui\controlnet_ui_group.py", line 847, in run_annotator
result = preprocessor(
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\extensions-builtin\forge_legacy_preprocessors\scripts\legacy_preprocessors.py", line 103, in call
result, is_image = self.call_function(img=input_image, res=resolution, thr_a=slider_1, thr_b=slider_2, **kwargs)
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\extensions-builtin\forge_legacy_preprocessors\legacy_preprocessors\preprocessor.py", line 440, in lineart
result = 255 - model_lineart(img)
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\extensions-builtin\forge_legacy_preprocessors\annotator\lineart_init_.py", line 119, in call
self.load_model(self.model_name)
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\extensions-builtin\forge_legacy_preprocessors\annotator\lineart_init_.py", line 107, in load_model
load_file_from_url(remote_model_path, model_dir=self.model_dir)
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\modules\modelloader.py", line 39, in load_file_from_url
download_url_to_file(url, cached_file, progress=progress)
File "D:\Games\SSSSSSSSSSS\FORGE\stable-diffusion-webui-forge\venv\lib\site-packages\torch\hub.py", line 620, in download_url_to_file
u = urlopen(req)
File "C:\Users\mostafa\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\mostafa\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 525, in open
response = meth(req, response)
File "C:\Users\mostafa\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 634, in http_response
response = self.parent.error(
File "C:\Users\mostafa\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 563, in error
return self._call_chain(*args)
File "C:\Users\mostafa\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Users\mostafa\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 501: Not Implemented
Beta Was this translation helpful? Give feedback.
All reactions