Lee Jordan

Results 50 comments of Lee Jordan

Try this (I did this on Linux Mint 21.3): ``` #!/bin/bash CWD=$(pwd) NME="moondream" ENV="${NME}-venv" PTH="${CWD}/${NME}" APP="${PTH}/${ENV}/app" BIN="${PTH}/${ENV}/bin" BIH="${HOME}/.local/bin" INS="${HOME}/.local/share/oss-models/${NME}" APH="${INS}/app" sudo apt install lzma echo "[i] Installing Moondream from GIT"...

Commenting out the min-width on the stackswitcher seems to resolve for me and the tab button come back into view when right clicking a folder in nemo and selecting properties....

To save the output in exif in a JPEG In sample.py add at the bottom near print(answer): ``` with open(f"{args.image}.txt", "w") as desc_file: desc_file.write(answer) ``` In a bash script with...

It could be a parameter like --prompt and use the current as default? Like --chars= Or something like splitting the result and if the last sentence runs over the token...

This worked for me on Linux with systemd in ollama.service instead of app:// Change `OLLAMA_ORIGINS="app://obsidian.md*"` To `OLLAMA_ORIGINS="*"` If running as a service and wanting to run manually with ollama serve...

Currently having success generating desktop wallpapers after prompt enhancement with ollama-llama3 at 1920x1080 with schnell barely using 1GB VRAM with diffusers. Sequential CPU offload, avg speed=140 seconds@5 steps. Max GPU...

Confirmed running fine and under 2GB VRAM in Linux Mint on a 3050 6GB. Prompt enhancement in Ollama runs up the VRAM more than Flux so far.

Confirmed for me too that sequential works even on low VRAM. Generation time for me is around 2 minutes per image and here's how to live with it ... Script...

Often this is software based. What does pip list output? Is the accelerate module there? ``` accelerate==0.33.0 certifi==2024.7.4 charset-normalizer==3.3.2 diffusers @ git+https://github.com/huggingface/diffusers.git@2d753b6fb53a24ffe4e833bd5c29036a36bf091d filelock==3.15.4 fsspec==2024.6.1 huggingface-hub==0.24.5 idna==3.7 importlib_metadata==8.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 mpmath==1.3.0...

I haven't used moode for quite a while now and can address issues for 6.7. Please contact the moode project owners to have these features implemented in their software and...