Conversation
|
Unfortunately, I get this output: Removing the argument and visiting the website gives me a plain, blank page saying Is this correct?! Using the My configuration is: services:
stable-diffusion-cpp:
image: ghcr.io/leejet/stable-diffusion.cpp:master-cuda
container_name: stable-diffusion-cpp
restart: always
ports:
- "3211:1234"
environment:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
volumes:
- ./models:/models
- ./output:/output
runtime: nvidia
entrypoint:
- ./sd-server
- --diffusion-model
- /models/z-image/z-image-turbo-Q6_K.gguf
- --vae
- /models/z-image/vae.safetensors
- --llm
- /models/.cache/models--unsloth--Qwen3-VL-8B-Thinking-GGUF/snapshots/894774171339940a7a7f162a39d8143fb5154cdd/Qwen3-VL-8B-Thinking-Q6_K.gguf
- -v
- -l
- 0.0.0.0
- -p
- "1234"
- --offload-to-cpu
- --diffusion-fa |
|
Okay, I was able to build the index.html file (for anyone too tired to do it themselves, here is a build, but don't take my word on it, may be outdated by the time you read this!) and attached it to the web server by using the Upon closer investigation, this seems to be occuring due to this error message: Weird. |
|
Wait, why is it trying to mess with Maybe memory mapping... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Visit http://127.0.0.1:1234/