Jan Jakubcik

Results 8 comments of Jan Jakubcik

I experienced the same issue. ``` File "C:\GIT\backend\lib\site-packages\autofixture\__init__.py", line 4, in from autofixture.base import AutoFixture File "C:\GIT\backend\lib\site-packages\autofixture\base.py", line 5, in from django.utils.six import with_metaclass ModuleNotFoundError: No module named 'django.utils.six' ```

I am beginner. I have the same problem. I tried today to do this: ``` train_ds = MedNISTDataset(train_x, train_y, train_transforms) train_loader = torch.utils.data.DataLoader( train_ds, batch_size=300, shuffle=True, num_workers=10, multiprocessing_context="fork") ``` Which...

The linked bug is mac related and I work on windows. ```python -c 'import monai; monai.config.print_debug_info()'``` ``` ================================ Printing MONAI config... ================================ MONAI version: 0.8.1 Numpy version: 1.22.3 Pytorch version:...

After I set the num_workers=0, I could get a step further with the basic 2d segmentation example. I hit a problem during model training at second step with ```RuntimeError: CUDA...

I would like to have an option to define an invisible series element. Like this ``` series: [{type:'hidden', data: [0,0] }] ``` or ``` series: [{type:'line', show: false }] ```...

FYI: I just updated. This commit broke following custom nodes for me: mikey_nodes was-node-suite-comfyui ComfyUI_tinyterraNodes ComfyUI-Easy-Use facerestore_cf ComfyUI_Comfyroll_CustomNodes comfyui-reactor-node all of them will fail on: ``` ImportError: cannot import name...

Original link for downloading the book3 pile ```https://the-eye.eu/public/AI/pile_preliminary_components/books3.tar.gz``` is no longer valid. Is there any .torrent tracker or file share link available?

I think it is not related to prompts at all, but to available memory during decoding. I got similar issue like: ``` [INFO ] stable-diffusion.cpp:554 - running in eps-prediction mode...