YAFU

Results 15 comments of YAFU

> The same error happened to me, I was able to solve it by leaving the program in the build folder /build/krom. Executing it there the icons are displayed without...

> Does not hang anymore, at least on Manjaro Linux. However, still does not work and i can´t see any icons. Hi. See here: https://github.com/armory3d/armorpaint/issues/1231#issuecomment-1105675465

> I have the same issue in Blender 3.3 on Ubuntu 20.04.5 LTS. From here: https://github.com/Rapptz/discord.py/issues/5968#issuecomment-716222434 After installing those packages you should run Blender from the same terminal where you...

@carson-katri I'm not sure what to do, just run preload_models.py? I get the following: https://pastebin.com/UxDjZ6Hq I have Python 3.10 installed on my system now. BTW, I am using addon dependencies...

Hi. I have a GPU with 4GB vRAM. I'm using "lowvram" argument and it definitely uses my GPU (Monitored with nvidia-smi on Linux). I am able to generate images bigger...

Hi. I removed the "--prefer-binary" line from the "requirements.txt" file and then I installed dependencies with: `python3 -m pip install -r requirements.txt` In my distro dependencies are installed in user...

Thanks. I have left the file like this: ``` try: # Check if the last dependency is installed. #importlib.import_module("transformers") set_dependencies_installed(True) except ModuleNotFoundError: # Don't register other panels, operators etc. return...

Apparently according to this: https://docs.blender.org/api/current/info_tips_and_tricks.html#bundled-python-extensions ``` Warning The Python (major, minor) version must match the one that Blender comes with. Therefor you can’t use Python 3.6 with Blender built to...

Hi. No, increasing steps doesn't seem to help. Apparently it is all related to size. The closer to 512x512 the better result I get. But I can't go beyond 400x400...

Hi. I am testing latest git main version (0.0.5) downloaded with: `git clone --recurse-submodules https://github.com/carson-katri/dream-textures.git` Then apparently the "install dependencies" button worked fine (be patient, it has to download a...