Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -381,7 +381,7 @@ def create_intervene_part(pipe: HookedStableDiffusionXLPipeline, saes_dict, mean
|
|
| 381 |
with gr.Row():
|
| 382 |
gr.Markdown("**TimedHook Range** (which steps to apply the feature)", visible=is_base_model)
|
| 383 |
with gr.Row():
|
| 384 |
-
start_index = gr.Number(value=
|
| 385 |
end_index = gr.Number(value=20 if is_base_model else 1, label="End index", minimum=0, maximum=n_steps, elem_id="end_index", precision=0, visible=is_base_model)
|
| 386 |
with gr.Column(scale=3):
|
| 387 |
with gr.Row():
|
|
|
|
| 381 |
with gr.Row():
|
| 382 |
gr.Markdown("**TimedHook Range** (which steps to apply the feature)", visible=is_base_model)
|
| 383 |
with gr.Row():
|
| 384 |
+
start_index = gr.Number(value=5 if is_base_model else 0, label="Start index", minimum=0, maximum=n_steps, elem_id="start_index", precision=0, visible=is_base_model)
|
| 385 |
end_index = gr.Number(value=20 if is_base_model else 1, label="End index", minimum=0, maximum=n_steps, elem_id="end_index", precision=0, visible=is_base_model)
|
| 386 |
with gr.Column(scale=3):
|
| 387 |
with gr.Row():
|