mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-13 23:14:20 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46a2558d53 | ||
|
|
86109646e3 |
@@ -289,7 +289,7 @@ class TrainDecoderConfig(BaseModel):
|
||||
# Then something else errored and we should just pass through
|
||||
return values
|
||||
|
||||
using_text_encodings = any([unet.cond_on_text_encodings for unet in decoder_config.unets])
|
||||
using_text_embeddings = any([unet.cond_on_text_encodings for unet in decoder_config.unets])
|
||||
using_clip = exists(decoder_config.clip)
|
||||
img_emb_url = data_config.img_embeddings_url
|
||||
text_emb_url = data_config.text_embeddings_url
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.12.3'
|
||||
__version__ = '0.12.4'
|
||||
|
||||
Reference in New Issue
Block a user