-
## error log | 日志或报错信息 | ログ
## model | 模型 | モデル
1. [original model](https://github.com/kuprel/min-dalle)
## how to reproduce | 复现步骤 | 再現方法
1.同https://github.com/pnnx/pnnx/issues/42
我用pnnx转换…
-
I come across snippet code downloading model automatically:
```python
def download_tokenizer(self):
if self.is_verbose: print("downloading tokenizer params")
suffix = '' if s…
-
I've been trying to get dalle-playground running performantly on M1, but there's a lot of work remaining to make the JAX model work via IREE/Vulkan.
so, I tried out your pytorch model,
with a re…
-
Can I run the playground with docker without GPU ?
I know CPU only will be slow as heck but for testing I don't care if the pictures take very long to generate
I got this log when running :
…
-
Hi, what steps do I need to follow to fine tune min-dalle on custom dataset?
-
What is the size of this model of min-dalle?
-
it seems like the repository:[(https://huggingface.co/kuprel/min-dalle/resolve/main)] is already not exist.
it leads to The following code does not work
`
model = MinDalle(
is_mega=is_…
-
While running some benchmarks I noticed min-dalle was only using 65% of my 3070 Ti GPU's memory:
![image](https://user-images.githubusercontent.com/6752449/180110751-0d8f0b52-3906-48aa-ac3d-8f6f1af…
-
Getting the following output when trying to run on WSL. I've followed all of the steps that should make it work, pytorch seems to think there is GPU support? Not sure if this is a bogus error or not.
…
-
According to the README.md file:
_"DALL·E Flow needs one GPU with 21GB memory at its peak. All services are squeezed into this one GPU.
...
CPU-only environment is not tested and likely won't wor…