carefree0910 / carefree-creator

AI magics meet Infinite draw board.
https://creator.nolibox.com/guest
MIT License
2.13k stars 216 forks source link

Is something updated? #23

Open yangming915 opened 1 year ago

yangming915 commented 1 year ago

Last day I launch my local server. when it load an init the model, it failed! It looks like it need to use the new file about prompt enhance API, the console show that it is a 'pytorch_model.bin' file with 334M and need to download it. But as you know, it very slow to do that even connectError. So I try to download it on the 'huggingface', there is some updated file with 334Mb seem right. But when I download it from the page, I got a 318M one like the local old one , I certainly think it is the old one after i use it. I want to use the new one, how can I get it?

carefree0910 commented 1 year ago

Hi!

The prompt enhance API is indeed a new feature, which directly borrows from here, so technically speaking you can directly download it yourself!

And since I'm just using that API, I don't know whether it has old/new versions. 😣

yangming915 commented 1 year ago

yes I know this page, it is so troubling I want to download the new one but it always give me the old one. The new one with 334Mb size seem to be updated last day, but it seems anything wrong.

yangming915 commented 1 year ago

Hi!

The prompt enhance API is indeed a new feature, which directly borrows from here, so technically speaking you can directly download it yourself!

And since I'm just using that API, I don't know whether it has old/new versions. 😣

And can I know the audit_algorithm is in my local sever or your cloud?

yangming915 commented 1 year ago

Hi! The prompt enhance API is indeed a new feature, which directly borrows from here, so technically speaking you can directly download it yourself! And since I'm just using that API, I don't know whether it has old/new versions. 😣

And can I know the audit_algorithm is in my local sever or your cloud?

thanks for your reply

carefree0910 commented 1 year ago

Hi!

The audit algorithms are on my cloud, after all if it wasn't for the policy restrictions from the cloud I will not bother using audit algorithms anyway! 🤣

So if you deployed locally and use it with API calls, no audit will be performed; but if you are using the creator product, I'll have to apply the audit algorithms (because either you are using my cloud to calculate, or you are storing the generated images on my cloud.)

yangming915 commented 1 year ago

Hi!

The audit algorithms are on my cloud, after all if it wasn't for the policy restrictions from the cloud I will not bother using audit algorithms anyway! 🤣

So if you deployed locally and use it with API calls, no audit will be performed; but if you are using the creator product, I'll have to apply the audit algorithms (because either you are using my cloud to calculate, or you are storing the generated images on my cloud.)

haha, I really want to use your webUI, it is convenient. Thanks again.

carefree0910 commented 1 year ago

In case you are interested: this issue also discussed about the audit stuffs!