> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-train-lora-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Credits Management

> In this article, we will introduce ComfyUI's credit management features, including how to obtain, use, and view credits.

The credit system was added to support the `API Nodes`, as calling closed-source AI models requires token consumption, so proper credit management is necessary. By default, the credits interface is not displayed. Please first log in to your ComfyUI account in `Settings` -> `User`, and then you can view your associated account's credit information in `Settings` -> `Credits`.

![ComfyUI Credits Interface](https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/menu-credits.jpg)

<Note>
  ComfyUI will always remain fully open-source and free for local users.
</Note>

## How to Purchase Credits?

Below is a demonstration video for purchasing credits:

<video controls className="w-full aspect-video" src="https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/Buy_Credits_Flow.mp4" />

Detailed steps are as follows:

<Steps>
  <Step title="Log in to your ComfyUI account">
    Log in to your ComfyUI account in `Settings` -> `User`
    ![Login Interface](https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/user.jpg)
  </Step>

  <Step title="Go to `Settings` -> `Credits` to purchase credits">
    After logging in, you should see the `Credits` option added to the menu

    Go to `Settings` -> `Credits` to purchase credits
    ![Credits Interface](https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/purchase-1.jpg)
  </Step>

  <Step title="Set the amount of credits to purchase">
    ![Set Purchase Amount](https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/buy.jpg)
    In the popup, set the purchase amount and click the `Buy` button
  </Step>

  <Step title="Make payment through Stripe">
    ![Stripe Payment Page](https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/stripe_payment.jpg)
    On the payment page, please follow these steps:

    1. Select the currency for payment
    2. Confirm that the email is the same as your ComfyUI registration email
    3. Choose your payment method

    * Credit Card
    * WeChat (only supported when paying in USD)

    4. Click the `Pay` button or the `Generate QR Code` button to complete the payment process
  </Step>

  <Step title="Complete payment and check your credit balance">
    ![Payment Successful](https://mintlify.s3.us-west-1.amazonaws.com/dripart-train-lora-docs/images/interface/setting/purchase-2.jpg)
    After completing the payment, please return to `Menu` -> `Credits` to check if your balance has been updated. Try refreshing the interface or restarting if necessary
  </Step>
</Steps>

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Can credits go negative?">
    No, when your credit balance is negative, you will not be able to run API Nodes
  </Accordion>

  <Accordion title="Can I get a refund for unused credits?">
    Currently, we do not support refunds
  </Accordion>

  <Accordion title="How do I check my current balance and usage?">
    Click on `Settings` -> `Credits` to see your current balance and access the `Credit History` entry
  </Accordion>

  <Accordion title="Can I share my credits with other users?">
    You can log into the same account on multiple devices, but we do not support sharing credits with other users
  </Accordion>

  <Accordion title="How do I know how many credits I've consumed each time?">
    Due to different image sizes and generation quantities, the `Tokens` and `Credits` consumed each time vary. In `Settings` -> `Credits`, you can see the credits consumed each time and the corresponding credit history
  </Accordion>
</AccordionGroup>
