Bigfield77

Results 12 comments of Bigfield77

Hello, I was able to replicate the change in aspect ratio for stage_1 but stage_2 complains about and unknown argument width IFSuperResolutionPipeline.__call__() got an unexpected keyword argument 'width' I have...

I only do the first 2 stages as the SD upscaler doesn't work on my install right now. For the first stage anything in the range 80*80 pixels and above...

When i looked for the same error, it seems that torch (on windows at least) has had that issue since the last few release. The last release where this works...

it makes a huge difference in memory usage only if xformers_memory attention is enabled in line 531 of gradio_app_sdxl_specific_id.py. pipe.enable_xformers_memory_efficient_attention() But unfortunately it seems to break the attention mechanism of...

try to run: pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 xformers --index-url https://download.pytorch.org/whl/cu121 --upgrade that should take care of the xformers issue at least

for the issue with C:\Users\Windows.cache\huggingface\hub\models--SG161222--RealVisXL_V4.0\snapshots\49740684ab2d8f4f5dcf6c644df2b33388a8ba85\text_encoder Mine looks like this: ![image](https://github.com/HVision-NKU/StoryDiffusion/assets/108305548/2dc6bc25-4cc8-400e-bfe7-8db3fe11d1b3) I think I had to download it manually and overwrite it (i might have been out of disk space while...

I had the same issue when I moved my stable diffusion folder from one drive to another I had to change the path to the yaml file inside config.json (at...

> Thanks for the guide, I needed to pip install IPython And also needed to add the python libs to the LIB environment variable : C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Users\XXX\AppData\Local\Programs\Python\Python310\libs...