Bryce Drennan

Results 173 comments of Bryce Drennan

It's fetching and saving the latest version of the top level domains list. A lock is to prevent multiple threads and processes from needlessly requesting the data and then contending...

We should make sure that the cache isn't shared between different versions of tldextract nor by different python virtualenvs even if they have the same version. I'm working on a...

@bastbnl I'd rather see if there is a way to better hide this complexity from the user entirely. On the other hand, if you saw a way to enable that...

I also experience this. Any "color" categories not in the first frame are excluded from all frames. Similarly, the x and y range are set by the data in the...

I don't think this library is currently in a functional state.

Also I think you forgot to include the error.

> The initial and target images must be generated with the same seed for cross attention control to work. Apparently only works if you're modifying an image you generated, so...

[The original paper](https://arxiv.org/pdf/2208.01626.pdf) that repo is based on does indicate there is a way to apply it to normal images. Would be great to find someone who has implemented that...

Thanks I'll look into that. what system architecture are you on?