How to working this? #524
Unanswered
GiyeopKim1993
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Run with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I was planning to generate images using SDXL.
I loaded the model noobaiXLNAIXL_vPred075SVersion and used it as follows:
To use the GPU, I built CUBLAS.
The CPU is an Intel i7 11th generation, and the GPU is an RTX 4060.
stable-diffusion.cpp:497 - total params memory size = 12327.02MB (VRAM 12327.02MB, RAM 0.00MB): clip 3119.36MB(VRAM), unet 9113.19MB(VRAM), vae 94.47MB(VRAM), controlnet 0.00MB(VRAM), pmid 0.00MB(VRAM)
/bin/sd -m ./noobaiXLNAIXL_vPred075SVersion.safetensors -p "looking at viewer" -o "looking at viewer.png" --vae ./sdxl_vae.safetensors
It took 1 hour and 25 minutes, and I only got noise.
I am attaching the noisy image.
Beta Was this translation helpful? Give feedback.
All reactions