Inference API works bad ???

#2
by Trace2333 - opened

Inference API works very bad, and always generate repeat content.

Hi,
what inference contents are you using?

my input in the Inference API: blue sky
It just returned: blue sky and the sun shining brightly in the sky.
input: Astronaut rides horse
returns: Astronaut rides horseback ride on moon in 1969 lunar eclipse. Photo: NASA
The 1969 lunar
I think it may not work properly.

my input in the Inference API: blue sky
It just returned: blue sky and the sun shining brightly in the sky.
input: Astronaut rides horse
returns: Astronaut rides horseback ride on moon in 1969 lunar eclipse. Photo: NASA
The 1969 lunar
I think it may not work properly.

The API i'm using is just the huggingface web Inference API. More detailly, alibaba-pai/pai-bloom-1b1-text2prompt-sd-v2

Hi,
you need to put your input "raw prompt" in here and use this entire paragraph as input to the model.
image.png
You can try this.

Sign up or log in to comment