klren0312 / daliy_knowledge

知识积累,正确使用方式是watch
21 stars 4 forks source link

nft学习相关 #789

Open klren0312 opened 10 months ago

klren0312 commented 10 months ago

AI生成nft图片 https://github.com/dappuniversity/ai_nft_generator 免费IPFS and Filecoin存储图片 https://nft.storage/ 小游戏敲人送nft https://github.com/z-institute/SBF-BONK svg随机生成 https://github.com/PatrickAlphaC/all-on-chain-generated-nft 随机生成nft图片 https://juancurti.medium.com/generate-random-nfts-with-node-js-sourcecode-b93a2ab411fe

调用AI出图

POST https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-2 Authorization:Bearer {{TOKEN}}

{

        "inputs": "actual 8K portrait photo of gareth person, portrait, happy colors, bright eyes, clear eyes, warm smile, smooth soft skin, big dreamy eyes, beautiful intricate colored hair, symmetrical, anime wide eyes, soft lighting, detailed face, by makoto shinkai, stanley artgerm lau, wlop, rossdraws, concept art, digital painting, looking into camera",
        "parameters": {
            "negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime"
        },
        "options": { "wait_for_model": true }
}