stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: what's happening? generate - but image can't see
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
generate image can't see
Steps to reproduce the problem
My local deployment ran successfully, but the image is invalid
What should have happened?
Generate a visible image
Commit where the problem happens
My local deployment ran successfully, but the image is invalid
What platforms do you use to access the UI ?
MacOS
What browsers do you use to access the UI ?
Apple Safari
Command Line Arguments
./webui.sh --no 一half
List of extensions
不
Console logs
No error message
Additional information
No response
Does it happen with other models?
@lanyan520 Are you by chance using weights like (text:1.1)? If so, check that you don't have a wild number in there. I had this problem today with one and after much unnecessary troubleshooting, rebuilding, etc., I realized I had mistyped one - (text:195).
@lanyan520 Are you by chance using weights like (text:1.1)? If so, check that you don't have a wild number in there. I had this problem today with one and after much unnecessary troubleshooting, rebuilding, etc., I realized I had mistyped one - (text:195).
I typed in just one word: girl, everything else is default, and generates an image, but the image is invalid
Does it happen with other models?
macOs --just prompt:girl,generate an image --invalid image
Try a different model. https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8401
Try a different model. #8401
Thank you. I'll try
Try a different model. #8401
I have changed to other model,The structure is still the same, an invalid image generated
Post your logs.
Post your logs.
Last login: Sun May 14 13:36:20 on ttys001 idea@ideadeMacBook-Pro ~ % export PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 idea@ideadeMacBook-Pro ~ % cd ./stable-diffusion-webui
idea@ideadeMacBook-Pro stable-diffusion-webui % ./webui.sh --no-half
################################################################ Install script for stable-diffusion + Web UI Tested on Debian 11 (Bullseye) ################################################################
################################################################ Running on idea user ################################################################
################################################################ Repo already cloned, using it as install directory ################################################################
################################################################ Create and activate python venv ################################################################
################################################################ Launching launch.py... ################################################################ Python 3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)] Commit hash: 5ab7f213bec2f816f9c5644becb32eb72c8ffb89 Installing requirements Launching Web UI with arguments: --no-half --skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled No module 'xformers'. Proceeding without it. Loading weights [14749efc0a] from /Users/idea/stable-diffusion-webui/models/Stable-diffusion/sd-v1-4-full-ema.ckpt Creating model from config: /Users/idea/stable-diffusion-webui/configs/v1-inference.yaml LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Applying cross attention optimization (InvokeAI). Textual inversion embeddings loaded(0): Model loaded in 16.3s (load weights from disk: 5.7s, create model: 1.9s, apply weights to model: 5.7s, move model to device: 2.9s). Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True
in launch()
.
Startup time: 25.0s (import torch: 2.1s, import gradio: 1.8s, import ldm: 0.7s, other imports: 1.6s, load scripts: 0.8s, load SD checkpoint: 17.2s, create ui: 0.6s, gradio launch: 0.2s).
100%|███████████████████████████████████████████| 20/20 [03:42<00:00, 11.13s/it]
Total progress: 100%|███████████████████████████| 20/20 [03:34<00:00, 10.71s/it]
Total progress: 100%|███████████████████████████| 20/20 [03:34<00:00, 10.70s/it]
https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/5461#discussioncomment-5846581
#5461 (reply in thread)
Thank you. I downloaded the branch fix and it's working
#5461 (reply in thread)
Thank you. I downloaded the branch fix and it's working