mikael-alafriz-deel / lucid-sonic-dreams

MIT License
771 stars 157 forks source link

LSD on Replicate #44

Open voodoohop opened 1 year ago

voodoohop commented 1 year ago

Hi,

I added Lucid Sonic Dreams to Replicate.com

https://replicate.com/pollinations/lucid-sonic-dreams

And with StyleGAN XL https://replicate.com/pollinations/lucid-sonic-dreams-xl

You can also run them locally with cog. Check out the linked Github repositories if interested

s852156 commented 7 months ago

Hi, how to upload my own video and download as full HD size?

s852156 commented 7 months ago

here's error...

Prediction failed.

'FullyConnectedLayer'

Traceback (most recent call last): File "/root/.pyenv/versions/3.7.16/lib/python3.7/site-packages/cog/server/worker.py", line 217, in _predict result = predict(**payload) File "predict.py", line 201, in predict G = legacy.load_network_pkl(f)['G_ema'].to(device) # type: ignore File "/src/stylegan_xl/legacy.py", line 25, in load_network_pkl data = _LegacyUnpickler(f).load() File "/src/stylegan_xl/torch_utils/persistence.py", line 193, in _reconstruct_persistent_obj orig_class = module.dict[meta.class_name] KeyError: 'FullyConnectedLayer'