pharmapsychotic

Results 32 comments of pharmapsychotic

You may have meant to open this issue at https://github.com/pharmapsychotic/clip-interrogator

There was a masking bug with the 2 stage models (base + refiner) 0.9 and 1.0, a fix should be rolling out before long.

It's currently sent via the `extras` field on the Request. For example: https://github.com/Stability-AI/stability-sdk/blob/1e85abd65a641dc153e94e19274651c58a1b882e/src/stability_sdk/api.py#L171 and the available presets: https://github.com/Stability-AI/stability-sdk/blob/1e85abd65a641dc153e94e19274651c58a1b882e/src/stability_sdk/animation.py#L81

Hey @ZhimaoLin , SD3 and Stable Image services are only available with the v2 REST API and there's Python code samples using requests library on the platform site https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1sd3/post They...

@Marcophono2 did you figure out nice settings to use? I also switched from BLIP codebase to using transformers version and the generated captions are not as good. There is a...

There's a handy function for this the animation notebook uses to fetch the user's profile picture and credit balance you could use: https://github.com/Stability-AI/stability-sdk/blob/main/src/stability_sdk/api.py#L181 It will probably shift locations as StabilityInference...

- The transform sequence has been removed and ChainRequest is used instead now that it is available. - Warp2d and Warp3d have been replaced by TransformResample which can achieve both...

oh good idea! I've been doing bunch of other stuff with comfy lately

hey I just finally got around to playing with it on M1 mac. it looks like it does work with pytorch 2 and fast mode is works well but "best"...

Glad it's useful to you! For the faces, a dedicated facial recognition model is probably what you really want. You might be able to crop to face and calculate CLIP...