Bim
Bim
Ok. So height.png was apparently still 16-bit, but converting it to 256 colors and running nin10kit again does not change the outcome... GIMP says it has 256 color and identify...
From what I grasp from a quick debugging session is that: - The struct in [export_params](https://github.com/TricksterGuy/nin10kit/blob/79722f4d5d7a3edcef51cb5e72a9a382d12752d2/shared/export_params.hpp#L39) should really be default-initialized. - The default when reading command line parameters is that...
> If the image has I'd like to remind you that the program's userbase is almost entirely college students. To write code that draws an image on the GBA (or...
Oh yeah, sure. You're right about the 5 bit color thing! That sounds pausible! I looked through the options and used: > --mode=4 --bpp=8 --start 1 --palette 191 And indeed...
The problem with the [greyscale image / height map](https://i.postimg.cc/3wbVk3mY/height.png) is not resolved though. This is essentially a uin8_t image. I want nin10kit not to fumble with it. The color values...
See #34. Converting the [height map](https://i.postimg.cc/3wbVk3mY/height.png) with "--mode=direct" does what I want. I also tried the [color map](https://i.postimg.cc/d3hf2pRr/color.png) and some 4bpp and 24bpp images.
Very flexible, but seems a bit verbose. I would be just fine with the "--autotile" option.
I see the problem, so it might make sense to support both. Your example is sort of a worst case. This is a optimization problem, that's why I said it's...
I was trying to connect an ESP32 to my Ubuntu box using BLE and use it as a MIDI device. I guess this is the problem... It would be nice...
Run ``` conda env create -f environment.yaml conda activate ldm ``` first (pasted from the [stable-diffusion-v1 requirements](https://github.com/CompVis/stable-diffusion#requirements)). Then do the rest from [stable-diffusion-v2 requirements](https://github.com/Stability-AI/stablediffusion#requirements). Stay in the activated "ldm" conda...