Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Previews are not showing #282

Open
3 of 6 tasks
yacinesh opened this issue Feb 16, 2024 · 18 comments
Open
3 of 6 tasks

[Bug]: Previews are not showing #282

yacinesh opened this issue Feb 16, 2024 · 18 comments
Labels
bug Confirmed report of something that isn't working pending upstream This item is awaiting an existing resolution in an upstream repo in order to be resolved.

Comments

@yacinesh
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

while it generating i can't see the preview of the image

Steps to reproduce the problem

  1. type a prompt
  2. click on generate

What should have happened?

generate and showing a preview of the image while it generate

What browsers do you use to access the UI ?

No response

Sysinfo

sysinfo-2024-02-16-22-06.json

Console logs

/

Additional information

No response

@kakachiex2
Copy link

Same problem here

@whitesky1226
Copy link

Try this: #210 (comment)

@yacinesh
Copy link
Author

@whitesky1226
I don't exactly understand what to do, can you help me with the details?

@joneschunghk
Copy link

It is no live preview when generating, although it has no effect on the results. I've compared the settings of a1111 and forge.

@jhlchu
Copy link

jhlchu commented Feb 21, 2024

Try adding the path via the command-line argument --gradio-allowed-path.

#210 (comment)
This worked for me to restore previews.

@joneschunghk
Copy link

joneschunghk commented Feb 21, 2024

I've added the argument
set COMMANDLINE_ARGS=--xformers --no-half-vae --autolaunch --gradio-allowed-path
but error:

launch.py: error: argument --gradio-allowed-path: expected one argument

If I change the argument
set COMMANDLINE_ARGS=--xformers --no-half-vae --autolaunch --gradio-allowed-path output
nothing happen. Just show the final result without live previews.

What should be filled in GRADIO_ALLOWED_PATH?

@jhlchu
Copy link

jhlchu commented Feb 21, 2024

set COMMANDLINE_ARGS= --xformers --gradio-allowed-path "C:\Stable Diffusion\outputs"
change the path in "" to your absolute path

@yacinesh
Copy link
Author

@jhlchu i've added this argument but still show the final result without live previews

@joneschunghk
Copy link

joneschunghk commented Feb 21, 2024

I've tried
--gradio-allowed-path "D:\AI\Stable Diffusion\stable-diffusion-webui-forge\output"
--gradio-allowed-path "D:/AI/Stable Diffusion/stable-diffusion-webui-forge/output"
--gradio-allowed-path "D:\AI\Stable Diffusion\stable-diffusion-webui-forge\outputs"
--gradio-allowed-path "D:/AI/Stable Diffusion/stable-diffusion-webui-forge/outputs"
all the same.

@VeteranXT
Copy link

I tried all of it, it does not work!

@onliner2021
Copy link

You have to specify the folder where the files actually reside, not the junction (mklink /J) that points to it.
For example: --gradio-allowed-path "d:\pinokio\drive\drives\peers\d1708930112345\outputs"
This works for me.

@VeteranXT
Copy link

Didn't work for me

@catboxanon catboxanon added bug Confirmed report of something that isn't working upstream labels Feb 26, 2024
@catboxanon
Copy link
Collaborator

catboxanon commented Feb 26, 2024

Should be fixed when AUTOMATIC1111/stable-diffusion-webui#15035 is merged upstream and pulled into this repo.

@joneschunghk
Copy link

use the path of a1111? not forge?

@DigitalBeer
Copy link

I use junctions for all my folders so I have this issue currently. I have left my symbolic link in place until it's fixed but in the meantime I've just changed my settings in webui to my direct paths, restarted webui and it now works again. I'm a visuals person so hopefully this screenshot will make it easier for others too :)

image

@ZamZad
Copy link

ZamZad commented Mar 1, 2024

I use junctions for all my folders so I have this issue currently. I have left my symbolic link in place until it's fixed but in the meantime I've just changed my settings in webui to my direct paths, restarted webui and it now works again. I'm a visuals person so hopefully this screenshot will make it easier for others too :)

image

this fixed everything thank you

@VeteranXT
Copy link

Image is now showing,

@yacinesh
Copy link
Author

yacinesh commented Mar 2, 2024

@DigitalBeer i've done just like yours but still not showing previews
image

@catboxanon catboxanon added pending upstream This item is awaiting an existing resolution in an upstream repo in order to be resolved. and removed upstream labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed report of something that isn't working pending upstream This item is awaiting an existing resolution in an upstream repo in order to be resolved.
Projects
None yet
Development

No branches or pull requests

10 participants