Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
17.07k stars 1.96k forks source link

[Bug]: (Photopea) Send to ControlNet Button Has Stopped Working #3054

Open InfraRd opened 1 month ago

InfraRd commented 1 month ago

Is there an existing issue for this?

What happened?

Photopea API, which was working fine until yesterday, caused a problem. Everything seems to be correct and the API pulls the image from the Controlnet unit without any problems and starts the application, but I cannot send it back to the controlnet unit with the "send to controlnet" button from Photopea. I tried with different browsers (Chrome, Brave etc.), but the problem did not go away. The strange thing is that everything is exactly the same as yesterday both in my system, and Automatic1111+Controlnet, but suddenly this problem appeared today.

Steps to reproduce the problem

  1. Load an image file in Controlnet unit
  2. Click on Edit Button
  3. Do some editing in Photopea interface
  4. Click on Send to Controlnet Button q1 q2 q3 q4

What should have happened?

Send to Controlnet Button should send the edited image file to source Controlnet unit

Commit where the problem happens

webui: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0 controlnet: d22ab8a3717da4f135ff5482188765659f986550

What browsers do you use to access the UI ?

Google Chrome, Brave

Command Line Arguments

--opt-sdp-no-mem-attention --no-half-vae --opt-channelslast

List of enabled extensions

q5

Console logs

--START
venv "D:\Automatic1111\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --opt-sdp-no-mem-attention --no-half-vae --opt-channelslast
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
CHv1.8.10: Get Custom Model Folder
ControlNet preprocessor location: D:\Automatic1111\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2024-09-26 12:47:53,609 - ControlNet - INFO - ControlNet v1.1.445
2024-09-26 12:47:53,853 - ControlNet - INFO - ControlNet v1.1.445
[Vec. CC] Style Sheet Loaded...
Loading weights [e48ca7f826] from D:\Automatic1111\stable-diffusion-webui\models\Stable-diffusion\epicphotogasm_v1.safetensors
CHv1.8.10: Set Proxy:
2024-09-26 12:47:56,390 - ControlNet - INFO - ControlNet UI callback registered.
Creating model from config: D:\Automatic1111\stable-diffusion-webui\configs\v1-inference.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 24.6s (prepare environment: 10.2s, import torch: 4.2s, import gradio: 1.8s, setup paths: 1.7s, initialize shared: 0.3s, other imports: 1.3s, list SD models: 0.2s, load scripts: 3.6s, reload hypernetworks: 0.1s, create ui: 1.3s, gradio launch: 0.2s).
Loading VAE weights specified in settings: D:\Automatic1111\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.ckpt
Applying attention optimization: sdp... done.
Model loaded in 4.7s (load weights from disk: 0.3s, create model: 0.8s, apply weights to model: 2.6s, load VAE: 0.4s, load textual inversion embeddings: 0.1s, calculate empty prompt: 0.3s).
2024-09-26 12:48:25,865 - ControlNet - INFO - Preview Resolution = 512
--END

Additional information

No response

Stegosapiens commented 2 weeks ago

Same here