Replies: 2 comments
-
I tried to use gradio_API, but that caused error. The under code is I tried.import requests ''' #The function to access Fooocus API Define the payloadpayload = {
} Make the first API requesttry: Make the second API requestpayload = { Load and display the imageprint(result) ''' fooocus_api(api_url, cloth_image_path, mask_image_path, person_image_path, output_image_path) |
Beta Was this translation helpful? Give feedback.
-
So, if you know some way to use Fooocus without gradio, I would like to ask it |
Beta Was this translation helpful? Give feedback.
-
Hi friends,
I hope you have a good day.
I would like to ask about how to pass input and get output directly without API on Google colab.
Could I use Fooocus without API?
Also, then, can I set specific setting for the output?
Please let me know how to use Fooocus without API.
Beta Was this translation helpful? Give feedback.
All reactions