Skip to content

Commit 5689c04

Browse files
fix typo
1 parent 67fbd65 commit 5689c04

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

notebooks/flux.1-kontext/flux.1-kontext.ipynb

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,17 @@
154154
"model_selector"
155155
]
156156
},
157+
{
158+
"attachments": {},
159+
"cell_type": "markdown",
160+
"id": "2578fc91-dda4-4a0b-9353-5654d2763905",
161+
"metadata": {},
162+
"source": [
163+
">**Note**: run Flux.1 kontext model with notebook, you will need to accept license agreement. \n",
164+
">You must be a registered user in 🤗 Hugging Face Hub. Please visit [HuggingFace model card](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev), carefully read terms of usage and click accept button. You will need to use an access token for the code below to run. For more information on access tokens, refer to [this section of the documentation](https://huggingface.co/docs/hub/security-tokens).\n",
165+
">You can login on Hugging Face Hub in notebook environment, using following code:"
166+
]
167+
},
157168
{
158169
"cell_type": "code",
159170
"execution_count": 3,
@@ -172,17 +183,6 @@
172183
"# notebook_login()"
173184
]
174185
},
175-
{
176-
"attachments": {},
177-
"cell_type": "markdown",
178-
"id": "2578fc91-dda4-4a0b-9353-5654d2763905",
179-
"metadata": {},
180-
"source": [
181-
">**Note**: run Flux.1-dev model with notebook, you will need to accept license agreement. \n",
182-
">You must be a registered user in 🤗 Hugging Face Hub. Please visit [HuggingFace model card](https://huggingface.co/black-forest-labs/FLUX.1-dev), carefully read terms of usage and click accept button. You will need to use an access token for the code below to run. For more information on access tokens, refer to [this section of the documentation](https://huggingface.co/docs/hub/security-tokens).\n",
183-
">You can login on Hugging Face Hub in notebook environment, using following code:"
184-
]
185-
},
186186
{
187187
"attachments": {},
188188
"cell_type": "markdown",
@@ -235,11 +235,7 @@
235235
"cell_type": "code",
236236
"execution_count": 4,
237237
"id": "add19dd3",
238-
"metadata": {
239-
"test_replace": {
240-
"use_preconverted = widgets.Checkbox(value=\"schnell\" in model_selector.value": "use_preconverted = widgets.Checkbox(value=False"
241-
}
242-
},
238+
"metadata": {},
243239
"outputs": [
244240
{
245241
"data": {

0 commit comments

Comments
 (0)