Hello
If you pay for a subscription Pro how many images will be available to create in FLUX.1-dev
Hello
If you pay for a subscription Pro how many images will be available to create in FLUX.1-dev
It’s not possible to make a general statement. This is because Zero GPU’s quota calculation method is quite unique, as it is calculated based on the amount of time occupied rather than the number of requests or the amount of computation. For example, if you simply duplicate the following Space, it will consume 75 seconds of quota in one go. This quota can be used until it reaches a total of 1,500 seconds per day. However, if you use a Space with the code modified as shown below, it will only consume 30 seconds at a time.(Note that with high-load prompts, it may exceed 30 seconds and fail. This is merely an example for illustrative purposes.)
Additionally, even if the request fails, the quota is still consumed because it is a shared resource.
#@spaces.GPU(duration=75)
@spaces.GPU(duration=30)
Thank you very much for your reply