WhiteAiZ commited on
Commit
1d36f1b
verified
1 Parent(s): 7e84778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -16
app.py CHANGED
@@ -21,22 +21,22 @@ css = """
21
  with gr.Blocks(theme="theNeofr/Syne", fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
22
  gr.Markdown("# Download SDXL / SD 1.5 / SD 3.5 / FLUX.1 safetensors and convert to HF馃 Diffusers format and create your repo", elem_classes="title")
23
  gr.Markdown(f"""
24
- ### 鈿狅笍IMPORTANT NOTICE鈿狅笍<br>
25
- It's dangerous to expose your access token or key to others.
26
- If you do use it, I recommend that you duplicate this space on your own HF account in advance.
27
- Keys and tokens could be set to **Secrets** (`HF_TOKEN`, `CIVITAI_API_KEY`) if it's placed in your own space.
28
- It saves you the trouble of typing them in.<br>
29
- It barely works in the CPU space, but larger files can be converted if duplicated on the more powerful **Zero GPU** space.
30
- In particular, conversion of FLUX.1 or SD 3.5 is almost impossible in CPU space.
31
- ### The steps are the following:
32
- 1. Paste a write-access token from [hf.co/settings/tokens](https://huggingface.co/settings/tokens).
33
- 1. Input a model download url of the Hugging Face or Civitai or other sites.
34
- 1. If you want to download a model from Civitai, paste a Civitai API Key.
35
- 1. Input your HF user ID. e.g. 'yourid'.
36
- 1. Input your new repo name. If empty, auto-complete. e.g. 'newrepo'.
37
- 1. Set the parameters. If not sure, just use the defaults.
38
- 1. Click "Submit".
39
- 1. Patiently wait until the output changes. It takes approximately 2 to 3 minutes (on SDXL models downloading from HF).
40
  """)
41
  with gr.Column():
42
  dl_url = gr.Textbox(label="URL to download", placeholder="https://huggingface.co/bluepen5805/blue_pencil-XL/blob/main/blue_pencil-XL-v7.0.0.safetensors",
 
21
  with gr.Blocks(theme="theNeofr/Syne", fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
22
  gr.Markdown("# Download SDXL / SD 1.5 / SD 3.5 / FLUX.1 safetensors and convert to HF馃 Diffusers format and create your repo", elem_classes="title")
23
  gr.Markdown(f"""
24
+ ### 鈿狅笍AVISO IMPORTANTE鈿狅笍<br>
25
+ Es peligroso exponer su token o clave de acceso a otros.
26
+ Si lo utiliza, le recomiendo que duplique este espacio en su propia cuenta HF con antelaci贸n.
27
+ Las claves y tokens se pueden configurar en **Secreto** (`HF_TOKEN`, `CIVITAI_API_KEY`) si est谩 colocado en tu propio espacio.
28
+ Le ahorra la molestia de escribirlos.<br>
29
+ Apenas funciona en el espacio de la CPU, pero se pueden convertir archivos m谩s grandes si se duplican en el espacio m谩s potente **Zero GPU**.
30
+ En particular, la conversi贸n de FLUX.1 o SD 3.5 es casi imposible en el espacio de la CPU.
31
+ ### Los pasos son los siguientes:
32
+ 1. Pegue un token de acceso en write desde [hf.co/settings/tokens](https://huggingface.co/settings/tokens).
33
+ 1. Ingrese una URL de descarga del modelo de Hugging Face o Civitai u otros sitios.
34
+ 1. Si desea descargar un modelo de Civitai, pegue una clave API de Civitai.
35
+ 1. Ingrese su ID de usuario de HF. por ejemplo, 'tuid'.
36
+ 1. Ingrese su nuevo nombre de repositorio. Si est谩 vac铆o, autocompletar. por ejemplo, 'newrepo'.
37
+ 1. Configure los par谩metros. Si no est谩 seguro, utilice los valores predeterminados.
38
+ 1. Haga clic en "Enviar".
39
+ 1. Espere pacientemente hasta que cambie la salida. La descarga desde HF tarda aproximadamente de 2 a 3 minutos (en los modelos SDXL).).
40
  """)
41
  with gr.Column():
42
  dl_url = gr.Textbox(label="URL to download", placeholder="https://huggingface.co/bluepen5805/blue_pencil-XL/blob/main/blue_pencil-XL-v7.0.0.safetensors",