Santiago Ignacio Poli

Results 6 comments of Santiago Ignacio Poli

I know this was supposedly fixed, but I'm still facing the error with the latest version of both https://github.com/runwayml/stable-diffusion and https://github.com/AUTOMATIC1111/stable-diffusion-webui Logs: ``` Loading weights [3e16efc8] from /home/stable-diffusion-webui/models/Stable-diffusion/model-1-5.ckpt Global Step:...

Unfortunately, tags are one of the few things you can't configure via Annotations. Obviously, it would be very difficult to integrate this functionality because it transcends **swagger-jersey2-jaxrs**. I'll try to...

VisualVM: ![screenshot from 2015-06-17 17 21 27](https://cloud.githubusercontent.com/assets/759695/8217712/6bee6412-1515-11e5-824b-60e3d35167ee.png)

My code is totally asynchronous, so I'm not doing any blocking call at all. I have set the .withRequestProcessingThreads with my actual quantity of cores (4) because I supposed it...

Not setting any additional request processing threads hasn't changed anything. Thanks for your response though!! Setting the Leak Detector to ADVANCED show this: ``` 17:58:06.062 [rxnetty-nio-eventloop-3-1] ERROR io.netty.util.ResourceLeakDetector - LEAK:...

My client is very, very simple: ``` java public class APIUserRepository implements UserRepository { public static final String API_HOST = "http://localhost:8081"; @Override public Observable getUsers(List userIds) { return Observable.from(userIds).flatMap(this::getUser); }...