Yupeng Zhou
Yupeng Zhou
When I use img2img generation, the image input panel disappears. What cause this problem? text2image do not have this problem and restart the stablewebui not work. 
> > When I use img2img generation, the image input panel disappears. What cause this problem? text2image do not have this problem and restart the stablewebui not work.  >...
Hi, @Speedway1 , I have modified the code, but do not know whether solving your problem. could you git pull and run again?
The issue seems to have been resolved in the latest version; the issue will be temporarily closed.
We now add a low GPU Memory cost version, it was tested on a machine with 24GB GPU memory (Tesla A10) and 30GB RAM and is expected to work well...
We are glad to solve your problem, I am not familiar with [SSD-1B](https://huggingface.co/segmind/SSD-1B). Maybe need some time. I am expected to update the code in 1-2 days.
Hi, I previously tested using local weights and forgot to remove them. I have now modified the code, so it no longer requires loading any local weights. Please run git...
> git clone https://huggingface.co/RunDiffusion/Juggernaut-XL-v8 > git clone https://huggingface.co/SG161222/RealVisXL_V4.0 Also, `git lfs clone` these pre-trained models is a good idea in the area of downloading these pre-trained models costs too much...
HI, @SoftologyPro Thank you again for your attention to our work. could you try pip install safetensors==0.4.0
@SoftologyPro Sorry to bother you again. I modify the code to load_safe_tensor = True. Could you git pull and try again? I do not have a Windows machine that has...