mrhan1993 / Fooocus-API

FastAPI powered API for Fooocus
GNU General Public License v3.0
567 stars 152 forks source link

How to set the name for saving the image? #238

Closed YZBPXX closed 5 months ago

mrhan1993 commented 6 months ago

not support, More than one person has mentioned custom file names. Is there any scenario for this requirement? Why customize the file name?

YZBPXX commented 6 months ago

I have a batch of images that need to remove subtitles by inpainting, and I also hope to match the original image by naming the new image

miraculix95 commented 6 months ago

customizing the file name is good when programmatically testing a prompt with a lot of different models and loras. Putting the lora and checkpoint name into the filename, helps identify the files

mrhan1993 commented 5 months ago

292