启动器.ipynb 2.21 KB
Newer Older
chenpangpang's avatar
chenpangpang committed
1
2
3
4
5
6
7
8
9
{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "e5c5a211-2ccd-4341-af10-ac546484b91f",
   "metadata": {
    "tags": []
   },
   "source": [
chenpangpang's avatar
chenpangpang committed
10
    "## 项目介绍\n",
chenpangpang's avatar
chenpangpang committed
11
    "- 原项目地址:https://github.com/Kwai-Kolors/Kolors\n",
chenpangpang's avatar
chenpangpang committed
12
13
14
15
16
17
18
19
    "- 可图大模型是由快手可图团队开发的基于潜在扩散的大规模文本到图像生成模型。Kolors 在数十亿图文对下进行训练,在视觉质量、复杂语义理解、文字生成(中英文字符)等方面,相比于开源/闭源模型,都展示出了巨大的优势。同时,Kolors 支持中英双语,在中文特色内容理解方面更具竞争力。\n",
    "## 使用说明\n",
    "- 启动和重启 Notebook 点上方工具栏中的「重启并运行所有单元格」。出现如下内容就算成功了:\n",
    "    - `Running on local URL:  http://0.0.0.0:7860`\n",
    "    - `Running on public URL: https://xxxxxxxxxxxxxxx.gradio.live`\n",
    "- 通过以下方式开启页面:\n",
    "    - 控制台打开「自定义服务」了,访问自定义服务端口号设置为7860\n",
    "    - 直接打开显示的公开链接`public URL`\n"
chenpangpang's avatar
chenpangpang committed
20
21
22
23
24
25
26
27
28
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "53a96614-e2d2-4710-a82b-0d5ca9cb9872",
   "metadata": {
    "tags": []
   },
chenpangpang's avatar
chenpangpang committed
29
   "outputs": [],
chenpangpang's avatar
chenpangpang committed
30
31
   "source": [
    "# 启动\n",
chenpangpang's avatar
chenpangpang committed
32
    "!sh start.sh"
chenpangpang's avatar
chenpangpang committed
33
34
   ]
  },
chenpangpang's avatar
chenpangpang committed
35
36
37
38
39
40
41
42
43
44
45
46
47
48
  {
   "cell_type": "markdown",
   "source": [
    "---\n",
    "**扫码关注公众号,获取更多资讯**<br>\n",
    "<div align=center>\n",
    "<img src=\"assets/二维码.jpeg\" width = 20% />\n",
    "</div>\n"
   ],
   "metadata": {
    "collapsed": false
   },
   "id": "2f54158c2967bc25"
  },
chenpangpang's avatar
chenpangpang committed
49
50
51
  {
   "cell_type": "code",
   "outputs": [],
chenpangpang's avatar
chenpangpang committed
52
53
54
55
56
   "source": [],
   "metadata": {
    "collapsed": false
   },
   "id": "6dc59fbbcf222b6b"
chenpangpang's avatar
chenpangpang committed
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.10.13"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}