Spaces:
Runtime error
Runtime error
apolinario
commited on
Commit
•
9619759
1
Parent(s):
d146181
Update URL
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ sys.path.append('./latent-diffusion')
|
|
9 |
from taming.models import vqgan
|
10 |
from ldm.util import instantiate_from_config
|
11 |
|
12 |
-
torch.hub.download_url_to_file('
|
13 |
|
14 |
#@title Import stuff
|
15 |
import argparse, os, sys, glob
|
|
|
9 |
from taming.models import vqgan
|
10 |
from ldm.util import instantiate_from_config
|
11 |
|
12 |
+
torch.hub.download_url_to_file('https://ommer-lab.com/files/latent-diffusion/nitro/txt2img-f8-large/model.ckpt','txt2img-f8-large.ckpt')
|
13 |
|
14 |
#@title Import stuff
|
15 |
import argparse, os, sys, glob
|