roshanuser

Results 3 comments of roshanuser

> @roshanuser Can you post the screenshot of settings in webui? Yes ![Screenshot Capture - 2024-04-03 - 22-14-53](https://github.com/lllyasviel/stable-diffusion-webui-forge/assets/165548010/7cd22d57-3c09-4bb0-acf3-9394e150afe5) ControlNet settings ![Screenshot Capture - 2024-04-03 - 22-16-00](https://github.com/lllyasviel/stable-diffusion-webui-forge/assets/165548010/5102821f-5a0f-43a5-9b58-f15d52fa4972)

> I meant the CN settings, with which you are able to generate the image. I am using inpaint upload Following are CN Settings ![Screenshot Capture - 2024-04-03 - 22-45-34](https://github.com/lllyasviel/stable-diffusion-webui-forge/assets/165548010/12d0b9f6-78e6-42a2-af29-a33a98359dd9)...

I am also facing same issue **Code:** import base64 import requests from PIL import Image from io import BytesIO import json def filename_to_base64(filename): with open(filename, "rb") as fh: return base64.b64encode(fh.read())...