上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 88 下一页
摘要: 在线接口文档: https://app.apifox.com/invite?token=symrLP7sojF6N31kZqnpZ 接口地址 https://chat.xutongbao.top/api/light/chat/createChatCompletion 请求方式 POST 请求参数 t 阅读全文
posted @ 2023-11-01 15:35 徐同保 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://chat.xutongbao.top/ 阅读全文
posted @ 2023-10-27 17:36 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Index.js: import React from 'react' import { connect } from 'react-redux' import { withRouter } from 'react-router-dom' import useList from './useList 阅读全文
posted @ 2023-10-25 17:04 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 思路: 根据浏览器宽度,确定列数,请求的图片列表数据是列数的10倍,按列数取数据渲染 Index.js: import React from 'react' import { connect } from 'react-redux' import { withRouter } from 'react 阅读全文
posted @ 2023-10-25 16:54 徐同保 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 提示词: masterpiece, best quality, 1girl, (anime), (manga), (2D), half body, perfect eyes, both eyes are the same, Global illumination, soft light, dream 阅读全文
posted @ 2023-10-25 16:22 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://chat.xutongbao.top/ 阅读全文
posted @ 2023-10-25 14:15 徐同保 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://platform.stability.ai/sandbox/upscaling const sdUpscaleOnAzure = async (req, res) => { let { list = [], type = '1', apiKey = '' } = req.body i 阅读全文
posted @ 2023-10-23 16:20 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: import React, { useReducer } from "react"; import ReactDOM from "react-dom"; import "./styles.css"; function App() { const [, forceUpdate] = useReduce 阅读全文
posted @ 2023-10-23 16:14 徐同保 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 解决方案: <Form.Item label="更多设置" name="moreSetting" valuePropName="checked"> <Switch onChange={handleMoreSetting} /> </Form.Item> 参考链接: https://chat.xuto 阅读全文
posted @ 2023-10-22 13:48 徐同保 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 方案一: const axios = require('axios') const FormData = require('form-data') const fs = require('fs') const sdUpscaleOnAzure = async (req, res) => { cons 阅读全文
posted @ 2023-10-16 16:32 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 88 下一页