Skip to content

Commit 7962751

Browse files
committed
Created using Colab
1 parent a659d3e commit 7962751

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

stable_diffusion.ipynb

+3-14
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"colab": {
66
"name": "stable-diffusion.ipynb",
77
"private_outputs": true,
8-
"provenance": [],
9-
"include_colab_link": true
8+
"provenance": []
109
},
1110
"kernelspec": {
1211
"name": "python3",
@@ -19,16 +18,6 @@
1918
"gpuClass": "standard"
2019
},
2120
"cells": [
22-
{
23-
"cell_type": "markdown",
24-
"metadata": {
25-
"id": "view-in-github",
26-
"colab_type": "text"
27-
},
28-
"source": [
29-
"<a href=\"https://colab.research.google.com/github/ruchira-net/css-loader/blob/master/stable_diffusion.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
30-
]
31-
},
3221
{
3322
"cell_type": "code",
3423
"source": [
@@ -74,9 +63,9 @@
7463
{
7564
"cell_type": "code",
7665
"source": [
77-
"prompt = \"a photo of Pikachu fine dining with a view to the Eiffel Tower\"\n",
66+
"prompt = \"Horror book cover in a gritty, gothic style, featuring a haunted mansion with eerie, glowing windows.\"\n",
7867
"negative_prompt = \"text\"\n",
79-
"seed = random.randint(0, sys.maxsize)\n",
68+
"seed = random.randint(0, 2147483647)\n",
8069
"\n",
8170
"# Pick a value between 5.0 and 8.0:\n",
8271
"guidance_scale = 7\n",

0 commit comments

Comments
 (0)