FLUX.1 TOOLS CONTROLNET PARA FORGE WEBUI !!! #2693
Replies: 9 comments 1 reply
-
终于来了!!!!!!!!!!!!!!但是不知道8GVRAM是否可用。 |
Beta Was this translation helpful? Give feedback.
-
Went through all the steps, but I can't get an image out of it. I just immediately get an 'image generated' progress line without anything actually happening |
Beta Was this translation helpful? Give feedback.
-
My setup: Links and Credits: |
Beta Was this translation helpful? Give feedback.
-
I gotta a little bit further...
Starting generation...
Generating image 1 of 1 with seed: 889237646
Loading checkpoint shards: 100%|#######################################################################################################################################| 4/4 [00:03<00:00, 1.09it/s]
Fetching 16 files: 0%| | 0/16 [00:00<?, ?it/s]
Fetching 16 files: 0%| | 0/16 [00:00<?, ?it/s]
Error in generation: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Stacktrace:Traceback (most recent call last):
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\utils\_http.py", line 406, in hf_raise_for_status
response.raise_for_status()
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\requests\models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/black-forest-labs/FLUX.1-Depth-dev/resolve/61201579c6a6ad57a1acc19ffe62a1188f8adfc9/model_index.json
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\file_download.py", line 1374, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\file_download.py", line 1294, in get_hf_file_metadata
r = _request_wrapper(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\file_download.py", line 278, in _request_wrapper
response = _request_wrapper(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\file_download.py", line 302, in _request_wrapper
hf_raise_for_status(response)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\utils\_http.py", line 468, in hf_raise_for_status
raise _format(HfHubHTTPError, message, response) from e
huggingface_hub.errors.HfHubHTTPError: (Request ID: Root=1-67c80e0a-4639b02c6e89070e1f1ab4eb;4ddb0d61-5b6e-4ecc-8a5a-c992561dbecd)
403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository..
Cannot access content at: https://huggingface.co/black-forest-labs/FLUX.1-Depth-dev/resolve/61201579c6a6ad57a1acc19ffe62a1188f8adfc9/model_index.json.
Make sure your token has the correct permissions.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\extensions\sd-forge-fluxcontrolnet\scripts\fluxcontrolnet.py", line 671, in generate
self.pipe = self.load_models(use_hyper_flux=use_hyper_flux, debug_enabled=debug_enabled)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\extensions\sd-forge-fluxcontrolnet\scripts\fluxcontrolnet.py", line 471, in load_models
pipe = FluxControlPipeline.from_single_file(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\diffusers\loaders\single_file.py", line 425, in from_single_file
cached_model_config_path = _download_diffusers_model_config_from_hub(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\diffusers\loaders\single_file.py", line 249, in _download_diffusers_model_config_from_hub
cached_model_path = snapshot_download(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\_snapshot_download.py", line 296, in snapshot_download
thread_map(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\tqdm\contrib\concurrent.py", line 69, in thread_map
return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\tqdm\contrib\concurrent.py", line 51, in _executor_map
return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\tqdm\std.py", line 1182, in __iter__
for obj in iterable:
File "C:\pinokio\bin\miniconda\lib\concurrent\futures\_base.py", line 621, in result_iterator
yield _result_or_cancel(fs.pop())
File "C:\pinokio\bin\miniconda\lib\concurrent\futures\_base.py", line 319, in _result_or_cancel
return fut.result(timeout)
File "C:\pinokio\bin\miniconda\lib\concurrent\futures\_base.py", line 458, in result
return self.__get_result()
File "C:\pinokio\bin\miniconda\lib\concurrent\futures\_base.py", line 403, in __get_result
raise self._exception
File "C:\pinokio\bin\miniconda\lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\_snapshot_download.py", line 270, in _inner_hf_hub_download
return hf_hub_download(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\file_download.py", line 860, in hf_hub_download
return _hf_hub_download_to_cache_dir(
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\file_download.py", line 967, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "C:\pinokio\api\stable-diffusion-webui-forge.git\app\venv\lib\site-packages\huggingface_hub\file_download.py", line 1485, in _raise_on_head_call_error
raise LocalEntryNotFoundError(
huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Generation completed successfully!
On Wednesday, 5 March 2025 at 07:29:58 GMT, danilomaiaweb ***@***.***> wrote:
Work Fine here:
image.png (view on web)
My setup:
Rayzen 5 3500X 6-Core
32GB Ram
RTX 3060 12GB
image.png (view on web)
Links and Credits:
https://www.youtube.com/watch?v=WdTrQchJRmU
https://www.youtube.com/watch?v=iNG5CpOiwXo
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Great job man. It would be a great leap forward if you could add control weight and timestep range. |
Beta Was this translation helpful? Give feedback.
-
Not sure what you actually mean by those. But here's screenshot of the settings... hopefully this is what you need. If not, let me know where to look. |
Beta Was this translation helpful? Give feedback.
-
nvm... I got it working. It's the huggingface token. You have to make sure that when you get a token, you make sure you tick any boxes to allow read permissions. One of those seems to be key. |
Beta Was this translation helpful? Give feedback.
-
Check the troubleshooting video https://youtu.be/iNG5CpOiwXo?si=qKFUZVq2InXfHnDz&t=302 |
Beta Was this translation helpful? Give feedback.
-
Freshly baked, I just discovered it, and reprinted it for everyone, thanks to this author. @AcademiaSD
https://www.youtube.com/watch?v=WdTrQchJRmU
https://github.com/AcademiaSD/sd-forge-fluxcontrolnet
Beta Was this translation helpful? Give feedback.
All reactions