-
Trying to run with 8GB VRAM
All models appear to load as expected and code runs up until the time the image is passed into the pipeline (ie right up to the inference point)
to avoid OOM issues h…
-
hello
i followed your instructions for installation however when i got to run `python gradio_seesr.py` i get the following:
`WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers w…
-
While loading **UNet2DConditionModel** from pretrained SD-2, **ValueError** appears, as parameter weights related to image_attentions are missed.
> Traceback (most recent call last):
> File "tra…
-
Could support be added for FLUX in both OSEDiff and SeeSR?
https://huggingface.co/black-forest-labs
Thank you!
-
你好,我希望在自己的数据集上微调SD-Turbo模型,训练基于SD-turbo的SeeSR也是使用 ‘[train_seesr.py](https://github.com/cswry/SeeSR/blob/main/train_seesr.py)’这个文件吗?
-
Hello! Your work is excellent! In the process of replicating the experiment, I loaded the pre-training file on google drive, but the loading failed, I want to know how to solve it, thank you!
Traceba…
-
SeeSR-main/test_seesr.py", line 125, in load_tag_model
model = ram(pretrained='preset/models/ram_swin_large_14m.pth',
SeeSR-main/ram/models/ram_lora.py", line 319, in ram
model = RAMLora(…
-
请问下,给的seesr预训练模型中,并没有diffusion_pytorch_model.bin这个文件,为什么运行代码后,要求有这个文件?
-
I get this error when trying to use `from_pretrained_orig()`:
` File "C:\Stuff\Apps\SeeSR\gradio_seesr_turbo.py", line 48, in
unet = UNet2DConditionModel.from_pretrained_orig(seesr_model_pat…
-
hi, I am training my own model, I want to load pretrain controlnet use "--controlnet_model_name_or_path", but there is an error:
Traceback (most recent call last):
File "train_seesr.py", line …