Panchovix / stable-diffusion-webui-reForge

GNU Affero General Public License v3.0
301 stars 10 forks source link

[Bug]: Remote network connections don’t work #22

Closed LesPles closed 2 months ago

LesPles commented 2 months ago

Checklist

What happened?

All else being equal with A1111 and Forge installation methods and using —listen on the command line, ReForge just doesn’t work when trying to connect on the local network.

Steps to reproduce the problem

ReForge shows that it’s opening 0.0.0.0:7860 as normal and even shows it’s listening with netstat. CURL just times out with no output, same with the browser.

What should have happened?

Doing the same when using A1111/Forge shows positive results by comparison, rending the webui in a browser or spitting out HTML with CURL.

What browsers do you use to access the UI ?

Any, but I normally use Safari with no issues

Sysinfo

See follow up posts

Console logs

See follow up posts

Additional information

No response

Panchovix commented 2 months ago

Can you try with

--listen --api --debug-mode

It could give more info about what's happening.

Just tested via https with a certificate on a local network and worked, but haven't tried with direct http.

LesPles commented 2 months ago

Love the idea behind ReForge, more people need to know about it!

——

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: f0.0.18v1.10.0RC-latest-520-gb0de80ec Commit hash: b0de80ec8d50bb0f6ee548a481b91ac4c3694786 Installing forge_legacy_preprocessor requirement: changing opencv-python version from 4.10.0.84 to 4.8.0 Installing sd-forge-controlnet requirement: changing opencv-python version from 4.10.0.84 to 4.8.0 Launching Web UI with arguments: --listen --api --debug-mode Total VRAM 24564 MB, total RAM 48893 MB Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4090 : native Hint: your device supports --pin-shared-memory for potential speed improvements. Hint: your device supports --cuda-malloc for potential speed improvements. Hint: your device supports --cuda-stream for potential speed improvements. VAE dtype: torch.bfloat16 CUDA Stream Activated: False Using pytorch cross attention ControlNet preprocessor location: D:\SD-webui-reforge\webui\models\ControlNetPreprocessor Loading model realisticVisionV51_v51VAE.safetensors [15012c538f] (1 out of 1) Loading weights [15012c538f] from D:\SD-webui-reforge\webui\models\Stable-diffusion\realisticVisionV51_v51VAE.safetensors 2024-07-15 18:41:19,449 - ControlNet - INFO - ControlNet UI callback registered. Running on local URL: http://0.0.0.0:7860 model_type EPS UNet ADM Dimension 0 Using pytorch attention in VAE Working with z of shape (1, 4, 32, 32) = 4096 dimensions. Using pytorch attention in VAE extra {'cond_stage_model.clip_l.logit_scale', 'cond_stage_model.clip_l.text_projection'} To load target model SD1ClipModel Begin to load 1 model [Memory Management] Current Free GPU Memory (MB) = 22993.9990234375 [Memory Management] Model Memory (MB) = 454.2076225280762 [Memory Management] Minimal Inference Memory (MB) = 1024.0 [Memory Management] Estimated Remaining GPU Memory (MB) = 21515.791400909424 Moving model(s) has taken 0.07 seconds Model loaded in 1.6s (load weights from disk: 0.5s, forge load real models: 0.9s, calculate empty prompt: 0.2s).

To create a public link, set share=True in launch(). Startup time: 14.7s (prepare environment: 4.5s, import torch: 2.3s, import gradio: 0.6s, setup paths: 0.7s, other imports: 0.5s, load scripts: 1.0s, create ui: 0.4s, gradio launch: 4.3s, add APIs: 0.3s).

——

I’m getting the same results as before, browser times out and:

Server/SD PC: C:\Users\Gamer>netstat -an | findstr 7860 TCP 0.0.0.0:7860 0.0.0.0:0 LISTENING

Is there a log file you’d like me to send too?

On 15 Jul 2024, at 18:00, Panchovix @.***> wrote:

Can you try with

--listen --api --debug-mode

It could give more info about what's happening.

Just tested via https with a certificate on a local network and worked, but haven't tried with direct http.

— Reply to this email directly, view it on GitHub https://github.com/Panchovix/stable-diffusion-webui-reForge/issues/22#issuecomment-2228979351, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFCUQWSBTIF4JJAIPOG5M2LZMP52TAVCNFSM6AAAAABK4VVCRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRYHE3TSMZVGE. You are receiving this because you authored the thread.

LesPles commented 2 months ago

Update:

ReForge: % curl http://10.0.2.3:7860 curl: (28) Failed to connect to 10.0.2.3 port 7860 after 75002 ms: Couldn't connect to server

Forge: % curl http://10.0.2.3:7860 <!doctype html> <html lang="en" style=" margin: 0; padding: 0; …

Also here is my working Forge output for reference: —— Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: f0.0.17v1.8.0rc-latest-278-gbfee03d8 Commit hash: bfee03d8d9415a925616f40ede030fe7a51cbcfd CUDA 12.1 Launching Web UI with arguments: --listen --api --debug-mode Total VRAM 24564 MB, total RAM 48893 MB Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4090 : native Hint: your device supports --pin-shared-memory for potential speed improvements. Hint: your device supports --cuda-malloc for potential speed improvements. Hint: your device supports --cuda-stream for potential speed improvements. VAE dtype: torch.bfloat16 CUDA Stream Activated: False Using pytorch cross attention ControlNet preprocessor location: D:\SD-webui-forge\webui\models\ControlNetPreprocessor 18:52:38 - ReActor - STATUS - Running v0.7.0-b7 on Device: CUDA [-] ADetailer initialized. version: 24.3.5, num models: 22 Loading weights [15012c538f] from D:\SD-webui-forge\webui\models\Stable-diffusion\realisticVisionV51_v51VAE.safetensors 2024-07-15 18:52:40,194 - ControlNet - INFO - ControlNet UI callback registered. model_type EPS UNet ADM Dimension 0 Running on local URL: http://0.0.0.0:7860 Using pytorch attention in VAE Working with z of shape (1, 4, 32, 32) = 4096 dimensions. Using pytorch attention in VAE extra {'cond_stage_model.clip_l.logit_scale', 'cond_stage_model.clip_l.text_projection'} To load target model SD1ClipModel Begin to load 1 model [Memory Management] Current Free GPU Memory (MB) = 22993.9990234375 [Memory Management] Model Memory (MB) = 454.2076225280762 [Memory Management] Minimal Inference Memory (MB) = 1024.0 [Memory Management] Estimated Remaining GPU Memory (MB) = 21515.791400909424 Moving model(s) has taken 0.07 seconds Model loaded in 1.7s (load weights from disk: 0.4s, forge load real models: 1.1s, calculate empty prompt: 0.2s). To create a public link, set `share=True` in `launch()`. Startup time: 14.3s (prepare environment: 3.1s, import torch: 1.8s, import gradio: 0.5s, setup paths: 0.4s, other imports: 0.4s, list SD models: 0.2s, load scripts: 2.1s, create ui: 0.9s, gradio launch: 4.4s, add APIs: 0.4s). —— > On 15 Jul 2024, at 18:47, ***@***.*** wrote: > > Love the idea behind ReForge, more people need to know about it! > > > —— > > Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] > Version: f0.0.18v1.10.0RC-latest-520-gb0de80ec > Commit hash: b0de80ec8d50bb0f6ee548a481b91ac4c3694786 > Installing forge_legacy_preprocessor requirement: changing opencv-python version from 4.10.0.84 to 4.8.0 > Installing sd-forge-controlnet requirement: changing opencv-python version from 4.10.0.84 to 4.8.0 > Launching Web UI with arguments: --listen --api --debug-mode > Total VRAM 24564 MB, total RAM 48893 MB > Set vram state to: NORMAL_VRAM > Device: cuda:0 NVIDIA GeForce RTX 4090 : native > Hint: your device supports --pin-shared-memory for potential speed improvements. > Hint: your device supports --cuda-malloc for potential speed improvements. > Hint: your device supports --cuda-stream for potential speed improvements. > VAE dtype: torch.bfloat16 > CUDA Stream Activated: False > Using pytorch cross attention > ControlNet preprocessor location: D:\SD-webui-reforge\webui\models\ControlNetPreprocessor > Loading model realisticVisionV51_v51VAE.safetensors [15012c538f] (1 out of 1) > Loading weights [15012c538f] from D:\SD-webui-reforge\webui\models\Stable-diffusion\realisticVisionV51_v51VAE.safetensors > 2024-07-15 18:41:19,449 - ControlNet - INFO - ControlNet UI callback registered. > Running on local URL: http://0.0.0.0:7860 > model_type EPS > UNet ADM Dimension 0 > Using pytorch attention in VAE > Working with z of shape (1, 4, 32, 32) = 4096 dimensions. > Using pytorch attention in VAE > extra {'cond_stage_model.clip_l.logit_scale', 'cond_stage_model.clip_l.text_projection'} > To load target model SD1ClipModel > Begin to load 1 model > [Memory Management] Current Free GPU Memory (MB) = 22993.9990234375 > [Memory Management] Model Memory (MB) = 454.2076225280762 > [Memory Management] Minimal Inference Memory (MB) = 1024.0 > [Memory Management] Estimated Remaining GPU Memory (MB) = 21515.791400909424 > Moving model(s) has taken 0.07 seconds > Model loaded in 1.6s (load weights from disk: 0.5s, forge load real models: 0.9s, calculate empty prompt: 0.2s). > > To create a public link, set `share=True` in `launch()`. > Startup time: 14.7s (prepare environment: 4.5s, import torch: 2.3s, import gradio: 0.6s, setup paths: 0.7s, other imports: 0.5s, load scripts: 1.0s, create ui: 0.4s, gradio launch: 4.3s, add APIs: 0.3s). > > > > —— > > > I’m getting the same results as before, browser times out and: > > Client: > % curl http://10.0.3.2:7860 > curl: (7) Failed to connect to 10.0.3.2 port 7860 after 2 ms: Couldn't connect to server > > > Server/SD PC: > C:\Users\Gamer>netstat -an | findstr 7860 > TCP 0.0.0.0:7860 0.0.0.0:0 LISTENING > > > > > Is there a log file you’d like me to send too? > > > > > > > >> On 15 Jul 2024, at 18:00, Panchovix ***@***.***> wrote: >> >> >> Can you try with >> >> --listen --api --debug-mode >> >> It could give more info about what's happening. >> >> Just tested via https with a certificate on a local network and worked, but haven't tried with direct http. >> >> — >> Reply to this email directly, view it on GitHub , or unsubscribe . >> You are receiving this because you authored the thread. >> >
LesPles commented 2 months ago

Sysinfo from ReForge:

{ "Platform": "Windows-10-10.0.22631-SP0", "Python": "3.10.6", "Version": "f0.0.18v1.10.0RC-latest-520-gb0de80ec", "Commit": "b0de80ec8d50bb0f6ee548a481b91ac4c3694786", "Script path": "D:\SD-webui-reforge\webui", "Data path": "D:\SD-webui-reforge\webui", "Extensions dir": "D:\SD-webui-reforge\webui\extensions", "Checksum": "f9585f421d9c326347b1056a2dfd77a70d09ea55eb68d8eae892adac031a6926", "Commandline": [ "launch.py", "--listen", "--api", "--debug-mode" ], "Torch env info": { "torch_version": "2.1.2+cu121", "is_debug_build": "False", "cuda_compiled_version": "12.1", "gcc_version": null, "clang_version": null, "cmake_version": null, "os": "Microsoft Windows 11 Pro", "libc_version": "N/A", "python_version": "3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] (64-bit runtime)", "python_platform": "Windows-10-10.0.22631-SP0", "is_cuda_available": "True", "cuda_runtime_version": null, "cuda_module_loading": "LAZY", "nvidia_driver_version": "551.86", "nvidia_gpu_models": "GPU 0: NVIDIA GeForce RTX 4090", "cudnn_version": null, "pip_version": "pip3", "pip_packages": [ "numpy==1.26.2", "open-clip-torch==2.20.0", "pytorch-lightning==1.9.4", "torch==2.1.2+cu121", "torchdiffeq==0.2.3", "torchmetrics==1.4.0.post0", "torchsde==0.2.6", "torchvision==0.16.2+cu121" ], "conda_packages": null, "hip_compiled_version": "N/A", "hip_runtime_version": "N/A", "miopen_runtime_version": "N/A", "caching_allocator_config": "", "is_xnnpack_available": "True", "cpu_info": [ "Architecture=9", "CurrentClockSpeed=3400", "DeviceID=CPU0", "Family=198", "L2CacheSize=28672", "L2CacheSpeed=", "Manufacturer=GenuineIntel", "MaxClockSpeed=3400", "Name=Intel(R) Core(TM) i7-14700K", "ProcessorType=3", "Revision=" ] }, "Exceptions": [], "CPU": { "model": "Intel64 Family 6 Model 183 Stepping 1, GenuineIntel", "count logical": 28, "count physical": 20 }, "RAM": { "total": "48GB", "used": "8GB", "free": "40GB" }, "Extensions": [ { "name": "sd-webui-aspect-ratio-helper", "path": "D:\SD-webui-reforge\webui\extensions\sd-webui-aspect-ratio-helper", "version": "99fcf9b0", "branch": "main", "remote": "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git" }, { "name": "ultimate-upscale-for-automatic1111", "path": "D:\SD-webui-reforge\webui\extensions\ultimate-upscale-for-automatic1111", "version": "2322caa4", "branch": "master", "remote": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git" } ], "Inactive extensions": [], "Environment": { "COMMANDLINE_ARGS": " --listen --api --debug-mode", "GRADIO_ANALYTICS_ENABLED": "False" }, "Config": { "ldsr_steps": 100, "ldsr_cached": false, "SCUNET_tile": 256, "SCUNET_tile_overlap": 8, "SWIN_tile": 192, "SWIN_tile_overlap": 8, "SWIN_torch_compile": false, "control_net_detectedmap_dir": "detected_maps", "control_net_models_path": "", "control_net_modules_path": "", "control_net_unit_count": 3, "control_net_model_cache_size": 5, "control_net_ipadapter_cache_size": 5, "control_net_no_detectmap": true, "control_net_detectmap_autosaving": false, "control_net_allow_script_control": false, "control_net_sync_field_args": true, "controlnet_show_batch_images_in_ui": false, "controlnet_increment_seed_during_batch": false, "controlnet_disable_openpose_edit": false, "controlnet_disable_photopea_edit": false, "controlnet_photopea_warning": true, "controlnet_input_thumbnail": true, "sd_checkpoint_hash": "15012c538f503ce2ebfc2c8547b268c75ccdaff7a281db55399940ff1d70e21d", "save_images_before_highres_fix": false, "sd_model_checkpoint": "realisticVisionV51_v51VAE.safetensors [15012c538f]", "disabled_extensions": [], "disable_all_extensions": "none", "arh_javascript_aspect_ratio_show": true, "arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9", "arh_ui_javascript_selection_method": "Aspect Ratios Dropdown", "arh_hide_accordion_by_default": true, "arh_expand_by_default": false, "arh_ui_component_order_key": "MaxDimensionScaler, MinDimensionScaler, PredefinedAspectRatioButtons, PredefinedPercentageButtons", "arh_show_max_width_or_height": false, "arh_max_width_or_height": 1024.0, "arh_show_min_width_or_height": false, "arh_min_width_or_height": 1024.0, "arh_show_predefined_aspect_ratios": false, "arh_predefined_aspect_ratio_use_max_dim": false, "arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9", "arh_show_predefined_percentages": false, "arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200", "arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)", "outdir_samples": "", "outdir_txt2img_samples": "outputs\txt2img-images", "outdir_img2img_samples": "outputs\img2img-images", "outdir_extras_samples": "outputs\extras-images", "outdir_grids": "", "outdir_txt2img_grids": "outputs\txt2img-grids", "outdir_img2img_grids": "outputs\img2img-grids", "outdir_save": "log\images", "outdir_init_images": "outputs\init-images", "samples_save": true, "samples_format": "png", "samples_filename_pattern": "", "save_images_add_number": true, "save_images_replace_action": "Replace", "grid_save": true, "grid_format": "png", "grid_extended_filename": false, "grid_only_if_multiple": true, "grid_prevent_empty_spots": false, "grid_zip_filename_pattern": "", "n_rows": -1, "font": "", "grid_text_active_color": "#000000", "grid_text_inactive_color": "#999999", "grid_background_color": "#ffffff", "save_images_before_face_restoration": false, "save_images_before_color_correction": false, "save_mask": false, "save_mask_composite": false, "jpeg_quality": 80, "webp_lossless": false, "export_for_4chan": true, "img_downscale_threshold": 4.0, "target_side_length": 4000.0, "img_max_size_mp": 200.0, "use_original_name_batch": true, "use_upscaler_name_as_suffix": false, "save_selected_only": true, "save_init_img": false, "temp_dir": "", "clean_temp_dir_at_start": false, "save_incomplete_images": false, "notification_audio": true, "notification_volume": 100, "save_to_dirs": true, "grid_save_to_dirs": true, "use_save_to_dirs_for_ui": false, "directories_filename_pattern": "[date]", "directories_max_prompt_words": 8, "auto_backcompat": true, "use_old_emphasis_implementation": false, "use_old_karras_scheduler_sigmas": false, "no_dpmpp_sde_batch_determinism": false, "use_old_hires_fix_width_height": false, "hires_fix_use_firstpass_conds": false, "use_old_scheduling": false, "use_downcasted_alpha_bar": false, "refiner_switch_by_sample_steps": false, "lora_functional": false, "extra_networks_show_hidden_directories": true, "extra_networks_dir_button_function": false, "extra_networks_hidden_models": "When searched", "extra_networks_default_multiplier": 1, "extra_networks_card_width": 0.0, "extra_networks_card_height": 0.0, "extra_networks_card_text_scale": 1, "extra_networks_card_show_desc": true, "extra_networks_card_description_is_html": false, "extra_networks_card_order_field": "Path", "extra_networks_card_order": "Ascending", "extra_networks_tree_view_default_enabled": false, "extra_networks_tree_view_default_width": 180.0, "extra_networks_add_text_separator": " ", "ui_extra_networks_tab_reorder": "", "textual_inversion_print_at_load": false, "textual_inversion_add_hashes_to_infotext": true, "sd_hypernetwork": "None", "sd_lora": "None", "lora_preferred_name": "Alias from file", "lora_add_hashes_to_infotext": true, "lora_show_all": false, "lora_hide_unknown_for_versions": [], "lora_in_memory_limit": 0, "lora_not_found_warning_console": false, "lora_not_found_gradio_warning": false, "cross_attention_optimization": "Automatic", "s_min_uncond": 0, "s_min_uncond_all": false, "token_merging_ratio": 0, "token_merging_ratio_img2img": 0, "token_merging_ratio_hr": 0, "pad_cond_uncond": false, "pad_cond_uncond_v0": false, "persistent_cond_cache": true, "batch_cond_uncond": true, "fp8_storage": "Disable", "cache_fp16_weight": false, "hide_samplers": [], "eta_ddim": 0, "eta_ancestral": 1, "ddim_discretize": "uniform", "s_churn": 0, "s_tmin": 0, "s_tmax": 0, "s_noise": 1, "sigma_min": 0.0, "sigma_max": 0.0, "rho": 0.0, "eta_noise_seed_delta": 0, "always_discard_next_to_last_sigma": false, "sgm_noise_multiplier": false, "uni_pc_variant": "bh1", "uni_pc_skip_type": "time_uniform", "uni_pc_order": 3, "uni_pc_lower_order_final": true, "sd_noise_schedule": "Default", "skip_early_cond": 0, "sd_checkpoints_limit": 1, "sd_checkpoints_keep_in_cpu": true, "sd_checkpoint_cache": 0, "sd_unet": "Automatic", "enable_quantization": false, "emphasis": "Original", "enable_batch_seeds": true, "comma_padding_backtrack": 20, "sdxl_clip_l_skip": false, "upcast_attn": false, "randn_source": "GPU", "tiling": false, "hires_fix_refiner_pass": "second pass", "enable_prompt_comments": true, "sdxl_crop_top": 0.0, "sdxl_crop_left": 0.0, "sdxl_refiner_low_aesthetic_score": 2.5, "sdxl_refiner_high_aesthetic_score": 6.0, "sd_vae_checkpoint_cache": 0, "sd_vae_overrides_per_model_preferences": true, "auto_vae_precision_bfloat16": false, "auto_vae_precision": true, "sd_vae_encode_method": "Full", "sd_vae_decode_method": "Full", "inpainting_mask_weight": 1, "initial_noise_multiplier": 1, "img2img_extra_noise": 0, "img2img_color_correction": false, "img2img_fix_steps": false, "img2img_background_color": "#ffffff", "img2img_editor_height": 720, "img2img_sketch_default_brush_color": "#ffffff", "img2img_inpaint_mask_brush_color": "#ffffff", "img2img_inpaint_sketch_default_brush_color": "#ffffff", "return_mask": false, "return_mask_composite": false, "img2img_batch_show_results_limit": 32, "overlay_inpaint": true, "return_grid": true, "do_not_show_images": false, "js_modal_lightbox": true, "js_modal_lightbox_initially_zoomed": true, "js_modal_lightbox_gamepad": false, "js_modal_lightbox_gamepad_repeat": 250.0, "sd_webui_modal_lightbox_icon_opacity": 1, "sd_webui_modal_lightbox_toolbar_opacity": 0.9, "gallery_height": "", "open_dir_button_choice": "Subdirectory", "enable_pnginfo": true, "save_txt": false, "add_model_name_to_info": true, "add_model_hash_to_info": true, "add_vae_name_to_info": true, "add_vae_hash_to_info": true, "add_user_name_to_info": false, "add_version_to_infotext": true, "disable_weights_auto_swap": true, "infotext_skip_pasting": [], "infotext_styles": "Apply if any", "show_progressbar": true, "live_previews_enable": true, "live_previews_image_format": "png", "show_progress_grid": true, "show_progress_every_n_steps": 10, "show_progress_type": "Approx NN", "live_preview_allow_lowvram_full": false, "live_preview_content": "Prompt", "live_preview_refresh_period": 1000.0, "live_preview_fast_interrupt": false, "js_live_preview_in_modal_lightbox": false, "keyedit_precision_attention": 0.1, "keyedit_precision_extra": 0.05, "keyedit_delimiters": ".,\/!?%^*;:{}=`~() ", "keyedit_delimiters_whitespace": [ "Tab", "Carriage Return", "Line Feed" ], "keyedit_move": true, "disable_token_counters": false, "include_styles_into_token_counters": true, "extra_options_txt2img": [], "extra_options_img2img": [], "extra_options_cols": 1, "extra_options_accordion": false, "compact_prompt_box": false, "samplers_in_dropdown": true, "dimensions_and_batch_together": true, "sd_checkpoint_dropdown_use_short": false, "hires_fix_show_sampler": false, "hires_fix_show_prompts": false, "txt2img_settings_accordion": false, "img2img_settings_accordion": false, "interrupt_after_current": true, "localization": "None", "quicksettings_list": [ "sd_model_checkpoint", "sd_vae", "CLIP_stop_at_last_layers" ], "ui_tab_order": [], "hidden_tabs": [], "ui_reorder_list": [], "gradio_theme": "Default", "gradio_themes_cache": true, "show_progress_in_title": true, "send_seed": true, "send_size": true, "enable_reloading_ui_scripts": false, "api_enable_requests": true, "api_forbid_local_requests": true, "api_useragent": "", "profiling_enable": false, "profiling_activities": [ "CPU" ], "profiling_record_shapes": true, "profiling_profile_memory": true, "profiling_with_stack": true, "profiling_filename": "trace.json", "auto_launch_browser": "Local", "enable_console_prompts": false, "show_warnings": false, "show_gradio_deprecation_warnings": true, "memmon_poll_rate": 8, "samples_log_stdout": false, "multiple_tqdm": true, "enable_upscale_progressbar": true, "print_hypernet_extra": false, "list_hidden_files": true, "disable_mmap_load_safetensors": false, "hide_ldm_prints": true, "dump_stacks_on_signal": false, "face_restoration": false, "face_restoration_model": "CodeFormer", "code_former_weight": 0.5, "face_restoration_unload": false, "postprocessing_enable_in_main_ui": [], "postprocessing_disable_in_extras": [], "postprocessing_operation_order": [], "upscaling_max_images_in_cache": 5, "postprocessing_existing_caption_action": "Ignore", "unload_sd_during_upscale": false, "ESRGAN_tile": 256, "ESRGAN_tile_overlap": 32, "DAT_tile": 256, "DAT_tile_overlap": 32, "HAT_tile": 256, "HAT_tile_overlap": 32, "SRFormer_tile": 176, "SRFormer_tile_overlap": 32, "GRL_tile": 256, "GRL_tile_overlap": 32, "OmniSR_tile": 256, "OmniSR_tile_overlap": 32, "SPAN_tile": 256, "SPAN_tile_overlap": 32, "COMPACT_tile": 0, "COMPACT_tile_overlap": 32, "realesrgan_enabled_models": [ "R-ESRGAN 4x+", "R-ESRGAN 4x+ Anime6B" ], "set_scale_by_when_changing_upscaler": false, "unload_models_when_training": false, "pin_memory": false, "save_optimizer_state": false, "save_training_settings_to_txt": true, "dataset_filename_word_regex": "", "dataset_filename_join_string": " ", "training_image_repeats_per_epoch": 1, "training_write_csv_every": 500.0, "training_xattention_optimizations": false, "training_enable_tensorboard": false, "training_tensorboard_save_images": false, "training_tensorboard_flush_every": 120.0, "canvas_hotkey_zoom": "Alt", "canvas_hotkey_adjust": "Ctrl", "canvas_hotkey_shrink_brush": "Q", "canvas_hotkey_grow_brush": "W", "canvas_hotkey_move": "F", "canvas_hotkey_fullscreen": "S", "canvas_hotkey_reset": "R", "canvas_hotkey_overlap": "O", "canvas_show_tooltip": true, "canvas_auto_expand": true, "canvas_blur_prompt": false, "canvas_disabled_functions": [ "Overlap" ], "interrogate_keep_models_in_memory": false, "interrogate_return_ranks": false, "interrogate_clip_num_beams": 1, "interrogate_clip_min_length": 24, "interrogate_clip_max_length": 48, "interrogate_clip_dict_limit": 1500.0, "interrogate_clip_skip_categories": [], "interrogate_deepbooru_score_threshold": 0.5, "deepbooru_sort_alpha": true, "deepbooru_use_spaces": true, "deepbooru_escape": true, "deepbooru_filter_tags": "" }, "Startup": { "total": 16.935904502868652, "records": { "initial startup": 0.021532773971557617, "prepare environment/checks": 0.021400928497314453, "prepare environment/git version info": 0.10332584381103516, "prepare environment/torch GPU test": 2.386082410812378, "prepare environment/clone repositores": 0.21346426010131836, "prepare environment/run extensions installers/sd-webui-aspect-ratio-helper": 0.0, "prepare environment/run extensions installers/ultimate-upscale-for-automatic1111": 0.0, "prepare environment/run extensions installers": 0.0, "prepare environment/run extensions_builtin installers/canvas-zoom-and-pan": 0.0, "prepare environment/run extensions_builtin installers/extra-options-section": 0.0, "prepare environment/run extensions_builtin installers/forge_legacy_preprocessors": 1.2301733493804932, "prepare environment/run extensions_builtin installers/forge_preprocessor_inpaint": 0.0, "prepare environment/run extensions_builtin installers/forge_preprocessor_marigold": 0.0, "prepare environment/run extensions_builtin installers/forge_preprocessor_normalbae": 0.0, "prepare environment/run extensions_builtin installers/forge_preprocessor_recolor": 0.0, "prepare environment/run extensions_builtin installers/forge_preprocessor_reference": 0.0, "prepare environment/run extensions_builtin installers/forge_preprocessor_revision": 0.0, "prepare environment/run extensions_builtin installers/forge_preprocessor_tile": 0.0, "prepare environment/run extensions_builtin installers/LDSR": 0.0, "prepare environment/run extensions_builtin installers/Lora": 0.0, "prepare environment/run extensions_builtin installers/mobile": 0.0, "prepare environment/run extensions_builtin installers/prompt-bracket-checker": 0.0, "prepare environment/run extensions_builtin installers/ScuNET": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_controlllite": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_controlnet": 0.9103472232818604, "prepare environment/run extensions_builtin installers/sd_forge_controlnet_example": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_dynamic_thresholding": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_fooocus_inpaint": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_freeu": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_hypertile": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_ipadapter": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_kohya_hrfix": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_latent_modifier": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_multidiffusion": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_neveroom": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_photomaker": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_sag": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_stylealign": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_svd": 0.0, "prepare environment/run extensions_builtin installers/sd_forge_z123": 0.0, "prepare environment/run extensions_builtin installers/soft-inpainting": 0.0, "prepare environment/run extensions_builtin installers/SwinIR": 0.0, "prepare environment/run extensions_builtin installers": 2.1405205726623535, "prepare environment": 4.88490891456604, "launcher": 0.0, "import torch": 2.405841112136841, "import gradio": 1.0373146533966064, "setup paths": 1.5581583976745605, "import ldm": 0.0, "import sgm": 0.0, "initialize shared": 0.06983399391174316, "other imports": 0.8441629409790039, "opts onchange": 0.0, "setup SD model": 0.0, "setup codeformer": 0.0, "setup gfpgan": 0.0, "set samplers": 0.0, "list extensions": 0.0, "restore config state file": 0.0, "list SD models": 0.012070655822753906, "list localizations": 0.0, "load scripts/custom_code.py": 0.0, "load scripts/img2imgalt.py": 0.0, "load scripts/loopback.py": 0.0, "load scripts/outpainting_mk_2.py": 0.0, "load scripts/poor_mans_outpainting.py": 0.0, "load scripts/postprocessing_caption.py": 0.0, "load scripts/postprocessing_codeformer.py": 0.0, "load scripts/postprocessing_create_flipped_copies.py": 0.0, "load scripts/postprocessing_focal_crop.py": 0.008505821228027344, "load scripts/postprocessing_gfpgan.py": 0.0, "load scripts/postprocessing_split_oversized.py": 0.0, "load scripts/postprocessing_upscale.py": 0.0, "load scripts/processing_autosized_crop.py": 0.0, "load scripts/prompt_matrix.py": 0.0, "load scripts/prompts_from_file.py": 0.0, "load scripts/sd_upscale.py": 0.0, "load scripts/xyz_grid.py": 0.0, "load scripts/ldsr_model.py": 0.28287601470947266, "load scripts/lora_script.py": 0.1513991355895996, "load scripts/scunet_model.py": 0.030280113220214844, "load scripts/swinir_model.py": 0.020180225372314453, "load scripts/hotkey_config.py": 0.0, "load scripts/extra_options_section.py": 0.0, "load scripts/legacy_preprocessors.py": 0.010099649429321289, "load scripts/preprocessor_inpaint.py": 0.0, "load scripts/preprocessor_marigold.py": 0.0504450798034668, "load scripts/preprocessor_normalbae.py": 0.0, "load scripts/preprocessor_recolor.py": 0.0, "load scripts/forge_reference.py": 0.0, "load scripts/preprocessor_revision.py": 0.0, "load scripts/preprocessor_tile.py": 0.0, "load scripts/forge_controllllite.py": 0.010067462921142578, "load scripts/controlnet.py": 0.30376267433166504, "load scripts/xyz_grid_support.py": 0.0, "load scripts/sd_forge_controlnet_example.py": 0.0, "load scripts/forge_dynamic_thresholding.py": 0.0, "load scripts/forge_fooocus_inpaint.py": 0.0, "load scripts/forge_freeu.py": 0.032282352447509766, "load scripts/forge_hypertile.py": 0.0, "load scripts/forge_ipadapter.py": 0.007100343704223633, "load scripts/kohya_hrfix.py": 0.0, "load scripts/forge_latent_modifier.py": 0.0, "load scripts/forge_multidiffusion.py": 0.0, "load scripts/forge_never_oom.py": 0.0, "load scripts/forge_photomaker.py": 0.0, "load scripts/forge_sag.py": 0.009064435958862305, "load scripts/forge_stylealign.py": 0.0, "load scripts/forge_svd.py": 0.021210908889770508, "load scripts/forge_z123.py": 0.03125166893005371, "load scripts/soft_inpainting.py": 0.0, "load scripts/sd_webui_aspect_ratio_helper.py": 0.04933047294616699, "load scripts/ultimate-upscale.py": 0.0, "load scripts/comments.py": 0.030272245407104492, "load scripts/refiner.py": 0.0, "load scripts/sampler.py": 0.0, "load scripts/seed.py": 0.0, "load scripts": 1.048128604888916, "load upscalers": 0.0, "refresh VAE": 0.0, "refresh textual inversion templates": 0.0, "scripts list_optimizers": 0.020206212997436523, "scripts list_unets": 0.0, "reload hypernetworks": 0.0, "initialize extra networks": 0.0, "scripts before_ui_callback": 0.0, "create ui": 0.4034864902496338, "gradio launch": 4.344365119934082, "add APIs": 0.30600953102111816, "app_started_callback/lora_script.py": 0.0, "app_started_callback/controlnet.py": 0.0, "app_started_callback": 0.0 } }, "Packages": [ "absl-py==2.1.0", "accelerate==0.21.0", "addict==2.4.0", "aenum==3.1.15", "aiofiles==23.2.1", "aiohttp==3.9.5", "aiosignal==1.3.1", "albumentations==1.4.3", "altair==5.3.0", "antlr4-python3-runtime==4.9.3", "anyio==3.7.1", "async-timeout==4.0.3", "attrs==23.2.0", "basicsr==1.4.2", "blendmodes==2022", "cachetools==5.3.2", "certifi==2024.7.4", "cffi==1.16.0", "chardet==5.2.0", "charset-normalizer==3.3.2", "clean-fid==0.1.35", "click==8.1.7", "clip==1.0", "colorama==0.4.6", "coloredlogs==15.0.1", "colorlog==6.8.2", "contourpy==1.2.1", "cssselect2==0.7.0", "cycler==0.12.1", "cython==3.0.10", "deprecation==2.1.0", "depth-anything==2024.1.22.0", "diffusers==0.25.0", "diskcache==5.6.3", "easydict==1.13", "einops==0.4.1", "exceptiongroup==1.2.2", "facexlib==0.3.0", "fastapi==0.94.0", "ffmpy==0.3.2", "filelock==3.15.4", "filterpy==1.4.5", "flatbuffers==24.3.25", "fonttools==4.53.1", "frozenlist==1.4.1", "fsspec==2024.6.1", "ftfy==6.2.0", "future==1.0.0", "fvcore==0.1.5.post20221221", "gitdb==4.0.11", "gitpython==3.1.32", "gradio-client==0.5.0", "gradio==3.41.2", "grpcio==1.64.1", "h11==0.12.0", "handrefinerportable==2024.2.12.0", "httpcore==0.15.0", "httpx==0.24.1", "huggingface-hub==0.23.4", "humanfriendly==10.0", "idna==3.7", "imageio==2.34.2", "importlib-metadata==8.0.0", "importlib-resources==6.4.0", "inflection==0.5.1", "insightface==0.7.3", "iopath==0.1.9", "jax==0.4.30", "jaxlib==0.4.30", "jinja2==3.1.4", "joblib==1.4.2", "jsonmerge==1.8.0", "jsonschema-specifications==2023.12.1", "jsonschema==4.23.0", "kiwisolver==1.4.5", "kornia==0.6.7", "lark==1.1.2", "lazy-loader==0.4", "lightning-utilities==0.11.3.post0", "llvmlite==0.43.0", "lmdb==1.5.1", "lxml==5.2.2", "manifold3d==2.5.1", "markdown-it-py==3.0.0", "markdown==3.6", "markupsafe==2.1.5", "matplotlib==3.9.1", "mdurl==0.1.2", "mediapipe==0.10.14", "ml-dtypes==0.4.0", "mpmath==1.3.0", "multidict==6.0.5", "networkx==3.3", "numba==0.60.0", "numpy==1.26.2", "omegaconf==2.2.3", "onnx==1.16.1", "onnxruntime-gpu==1.18.1", "open-clip-torch==2.20.0", "opencv-contrib-python==4.10.0.84", "opencv-python-headless==4.10.0.84", "opencv-python==4.10.0.84", "opt-einsum==3.3.0", "orjson==3.10.6", "packaging==24.1", "pandas==2.2.2", "piexif==1.1.3", "pillow-avif-plugin==1.4.3", "pillow==9.5.0", "pip==24.1.2", "platformdirs==4.2.2", "portalocker==2.10.1", "prettytable==3.10.2", "protobuf==3.20.0", "psutil==5.9.5", "py-cpuinfo==9.0.0", "pycollada==0.8", "pycparser==2.22", "pydantic==1.10.15", "pydub==0.25.1", "pygments==2.18.0", "pyparsing==3.1.2", "pyreadline3==3.4.1", "python-dateutil==2.9.0.post0", "python-multipart==0.0.9", "pytorch-lightning==1.9.4", "pytz==2024.1", "pywavelets==1.6.0", "pywin32==306", "pyyaml==6.0.1", "referencing==0.35.1", "regex==2024.5.15", "reportlab==4.2.2", "requests==2.32.3", "resize-right==0.0.2", "rich==13.7.1", "rpds-py==0.19.0", "rtree==1.3.0", "safetensors==0.4.2", "scikit-image==0.21.0", "scikit-learn==1.5.1", "scipy==1.14.0", "seaborn==0.13.2", "semantic-version==2.10.0", "send2trash==1.8.3", "sentencepiece==0.2.0", "setuptools==69.5.1", "shapely==2.0.5", "six==1.16.0", "smmap==5.0.1", "sniffio==1.3.1", "sounddevice==0.4.7", "spandrel-extra-arches==0.1.1", "spandrel==0.3.4", "starlette==0.26.1", "svg.path==6.3", "svglib==1.5.1", "sympy==1.13.0", "tabulate==0.9.0", "tb-nightly==2.18.0a20240714", "tensorboard-data-server==0.7.2", "termcolor==2.4.0", "threadpoolctl==3.5.0", "tifffile==2024.7.2", "timm==1.0.7", "tinycss2==1.3.0", "tokenizers==0.13.3", "tomesd==0.1.3", "tomli==2.0.1", "toolz==0.12.1", "torch==2.1.2+cu121", "torchdiffeq==0.2.3", "torchmetrics==1.4.0.post0", "torchsde==0.2.6", "torchvision==0.16.2+cu121", "tqdm==4.66.4", "trampoline==0.1.2", "transformers==4.30.2", "trimesh==4.4.3", "typing-extensions==4.12.2", "tzdata==2024.1", "ultralytics-thop==2.0.0", "ultralytics==8.2.57", "urllib3==2.2.2", "uvicorn==0.30.1", "vhacdx==0.0.8.post1", "wcwidth==0.2.13", "webencodings==0.5.1", "websockets==11.0.3", "werkzeug==3.0.3", "wheel==0.43.0", "xatlas==0.0.9", "xxhash==3.4.1", "yacs==0.1.8", "yapf==0.40.2", "yarl==1.9.4", "zipp==3.19.2" ] }

On 15 Jul 2024, at 18:47, @.*** wrote:

Love the idea behind ReForge, more people need to know about it!

——

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: f0.0.18v1.10.0RC-latest-520-gb0de80ec Commit hash: b0de80ec8d50bb0f6ee548a481b91ac4c3694786 Installing forge_legacy_preprocessor requirement: changing opencv-python version from 4.10.0.84 to 4.8.0 Installing sd-forge-controlnet requirement: changing opencv-python version from 4.10.0.84 to 4.8.0 Launching Web UI with arguments: --listen --api --debug-mode Total VRAM 24564 MB, total RAM 48893 MB Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4090 : native Hint: your device supports --pin-shared-memory for potential speed improvements. Hint: your device supports --cuda-malloc for potential speed improvements. Hint: your device supports --cuda-stream for potential speed improvements. VAE dtype: torch.bfloat16 CUDA Stream Activated: False Using pytorch cross attention ControlNet preprocessor location: D:\SD-webui-reforge\webui\models\ControlNetPreprocessor Loading model realisticVisionV51_v51VAE.safetensors [15012c538f] (1 out of 1) Loading weights [15012c538f] from D:\SD-webui-reforge\webui\models\Stable-diffusion\realisticVisionV51_v51VAE.safetensors 2024-07-15 18:41:19,449 - ControlNet - INFO - ControlNet UI callback registered. Running on local URL: http://0.0.0.0:7860 model_type EPS UNet ADM Dimension 0 Using pytorch attention in VAE Working with z of shape (1, 4, 32, 32) = 4096 dimensions. Using pytorch attention in VAE extra {'cond_stage_model.clip_l.logit_scale', 'cond_stage_model.clip_l.text_projection'} To load target model SD1ClipModel Begin to load 1 model [Memory Management] Current Free GPU Memory (MB) = 22993.9990234375 [Memory Management] Model Memory (MB) = 454.2076225280762 [Memory Management] Minimal Inference Memory (MB) = 1024.0 [Memory Management] Estimated Remaining GPU Memory (MB) = 21515.791400909424 Moving model(s) has taken 0.07 seconds Model loaded in 1.6s (load weights from disk: 0.5s, forge load real models: 0.9s, calculate empty prompt: 0.2s).

To create a public link, set share=True in launch(). Startup time: 14.7s (prepare environment: 4.5s, import torch: 2.3s, import gradio: 0.6s, setup paths: 0.7s, other imports: 0.5s, load scripts: 1.0s, create ui: 0.4s, gradio launch: 4.3s, add APIs: 0.3s).

——

I’m getting the same results as before, browser times out and:

Client: % curl http://10.0.3.2:7860 curl: (7) Failed to connect to 10.0.3.2 port 7860 after 2 ms: Couldn't connect to server

Server/SD PC: C:\Users\Gamer>netstat -an | findstr 7860 TCP 0.0.0.0:7860 0.0.0.0:0 LISTENING

Is there a log file you’d like me to send too?

On 15 Jul 2024, at 18:00, Panchovix @.***> wrote:

Can you try with

--listen --api --debug-mode

It could give more info about what's happening.

Just tested via https with a certificate on a local network and worked, but haven't tried with direct http.

— Reply to this email directly, view it on GitHub https://github.com/Panchovix/stable-diffusion-webui-reForge/issues/22#issuecomment-2228979351, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFCUQWSBTIF4JJAIPOG5M2LZMP52TAVCNFSM6AAAAABK4VVCRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRYHE3TSMZVGE. You are receiving this because you authored the thread.

Panchovix commented 2 months ago

Thanks for the complete report, error is pretty interesting. I can't replicate somehow.

If you go to a pretty older commit (https://github.com/Panchovix/stable-diffusion-webui-reForge/commit/5a7e7555287633d99da3ad3d733f8e4868643b76), does it work?

That is before any modification to the API, basically "pure" forge.

You can do

git checkout 5a7e755

to go to that commit, and then git checkout main

to restore to main latest commit.

LesPles commented 2 months ago

Same issue with that commit, even when I do a clean install.

On 15 Jul 2024, at 21:45, Panchovix @.***> wrote:

Thanks for the complete report, error is pretty interesting. I can't replicate somehow.

If you go to a pretty older commit (5a7e755 https://github.com/Panchovix/stable-diffusion-webui-reForge/commit/5a7e7555287633d99da3ad3d733f8e4868643b76), does it work?

That is before any modification to the API, basically "pure" forge.

You can do

git checkout 5a7e755

to go to that commit, and then git checkout main

to restore to main latest commit.

— Reply to this email directly, view it on GitHub https://github.com/Panchovix/stable-diffusion-webui-reForge/issues/22#issuecomment-2229398230, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFCUQWTXNDFMGGB3ZHKSWTTZMQYGBAVCNFSM6AAAAABK4VVCRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRZGM4TQMRTGA. You are receiving this because you authored the thread.

Panchovix commented 2 months ago

Okay that is weird since at that point, there was no change from A1111.

Let's try going even more back, to bfee03d

git checkout bfee03d

That commit is basically stock Forge without any upstream changes. Can you try with that one and see if it works?

LesPles commented 2 months ago

My apologies for wasting your time….. Turns out Postmaster (endpoint application firewall) was blocking the connection but not informing me!

The Main branch works just fine.

Sorry about that.

Love the project, keep up the good work.

L.

On 16 Jul 2024, at 20:07, Panchovix @.***> wrote:

Okay that is weird since at that point, there was no change from A1111.

Let's try going even more back, to bfee03d https://github.com/Panchovix/stable-diffusion-webui-reForge/commit/bfee03d8d9415a925616f40ede030fe7a51cbcfd git checkout bfee03d

That commit is basically stock Forge without any upstream changes. Can you try with that one and see if it works?

— Reply to this email directly, view it on GitHub https://github.com/Panchovix/stable-diffusion-webui-reForge/issues/22#issuecomment-2231641588, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFCUQWXKSFRBSB7KXWVUU73ZMVVN3AVCNFSM6AAAAABK4VVCRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGY2DCNJYHA. You are receiving this because you authored the thread.