StyleDrop-PyTorch icon indicating copy to clipboard operation
StyleDrop-PyTorch copied to clipboard

Unoffical implement for [StyleDrop](https://arxiv.org/abs/2306.00983)

Results 16 StyleDrop-PyTorch issues
Sort by recently updated
recently updated
newest added

Hello Thank you for the great work, and I'm trying to replicate some of the results that you mentioned, but unfortunately the size of model is too huge to run...

Hi, Thank you for your great work. When I try to run training code ```python !accelerate launch --mixed_precision fp16 train_t2i_custom_v2.py --config=configs/custom.py\ ``` I receive the following error: ``` TypeError: __init__()...

Hi. I was trying to test how this works, but the Gradio link seems to be down.

Congratulations on such a beautiful job, But I encountered some problems while running this project, could you please answer me? 1. How should I obtain the dataset mentioned in the...

Wondering what this issue means/if it is a known issue: File "/u/ipu/miniconda3/envs/styledrop2/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) File "/u/ipu/jiboji-styledrop/StyleDrop-PyTorch/open_clip/transformer.py", line 332, in forward x = r(x, attn_mask=attn_mask) File...

Is this module included in the code? I can't seem to find it.

Hello, thank you very much for your work. Your work might be quite relevant to one of our businesses. However, due to the nature of the data being special, it...

torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 22.00 MiB (GPU 0; 14.61 GiB total capacity; 13.30 GiB already allocated; 9.19 MiB free; 13.78 GiB reserved in total by PyTorch)...

. ├── assets │ ├── ckpts │ │ ├── cc3m-285000.ckpt │ │ │ ├── lr_scheduler.pth │ │ │ ├── nnet_ema.pth │ │ │ ├── nnet.pth │ │ │ ├── optimizer.pth...