Open ChaerilM opened 4 days ago
Locally running containers or replicate hosted services? if running locally, which version
locally, the latest i had used is '612fd74b69e6c030e88f6548848593a1aaabe16a09cb79e6d714718c15f37f47'
i was wrong, i use fooocus-api now without preset. so its should be 'fda927242b1db6affa1ece4f54c37f19b964666bf23b0d06ae2439067cd344a4'
and i was wondering if there is a docker container with full fooocus-api's feature instead of watered down like replicate, where i could change model for example
and i was wondering if there is a docker container with full fooocus-api's feature instead of watered down like replicate, where i could change model for example
https://hub.docker.com/r/konieshadow/fooocus-api/tags it should be work well, In addition, you may need to hang the model outside the container
my previous problem with model outside container is the auto download doesn't seems to be starting. thus leaving me trying to debug which .safetensors are missing. although i would want some auto remove output photo since i kept the result photo in S3. thus leaving them hanging outside container seems a good idea.
hi i was wondering on how to use inpaint using docker from replicate, this is what i sent to the api, i put ImagePrompt for cn_type1 and 2 since i want to use inpainting, so i set them to that which i assume to be the default. put the image in
inpaint_input_image
and mask ininpaint_mask_image
. but it gave me result of fully generated ai image with no inpaint, so what did i do wrong here ?thanks