ManHinnn0509
ManHinnn0509
I found a solution to this issue, there's a `readonlybackground` parameter in `tk.Entry()` and you can use `configure()` to change to color of the entry. Example code: ```python self.comboBox.entry.configure(readonlybackground="#00ff00") ```...
Having the same error too, I was using the drive branch one. Installed with [install.ipynb](https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/drive/install.ipynb) and ran it with [run.ipynb](https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/drive/run.ipynb) Also added the line `!pip install httpx==0.24.1` because it won't...
I run sd-webui on both local PC and colab too, I checked the ControlNet's version and both of them are the same. I used the same model ([control_v1p_sd15_qrcode_monster](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster/tree/main)) and the...
EDIT: Added this line and fixed the error: `!pip install -q torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 torchtext==0.15.2 torchdata==0.6.1 --extra-index-url https://download.pytorch.org/whl/cu118 -U` Also tried nightly build but I couldn't launch the program, it...
Hey man, thank you so much for the detailed follow up with your training progress. I just got everything to work but I don't understand when I should stop training...
Thank you for the quick response, by "using lslib" do you mean using codes from it? Or calling it via CLI? Because I have an idea where maybe I don't...
I see, thank you info. I will try and see if lslib works on Linux/Mac. Worst case I might actually need to deal with the binaries and parse them into...
I downgraded CUDA from 11.3 to 11.2, CUDA is working because Tensorflow is using my GPU and also upgraded VS2019 but the problem still exists. I wonder if I can...
Got it, will try again soon and I will keep things updated in here.