Duskfallcrew commited on
Commit
e16c891
·
verified ·
1 Parent(s): 7b0c50e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ with gr.Blocks() as demo:
266
  # Add initial warnings (only once)
267
  gr.Markdown("""
268
  ## **⚠️ IMPORTANT WARNINGS ⚠️**
269
- This app may violate Google Colab AUP. Use at your own risk. `xformers` may cause issues.
270
  """)
271
 
272
  model_to_load = gr.Textbox(label="Model to Load (Checkpoint or Diffusers)", placeholder="Path to model")
 
266
  # Add initial warnings (only once)
267
  gr.Markdown("""
268
  ## **⚠️ IMPORTANT WARNINGS ⚠️**
269
+ This App is Coded by an LLM partially, and for more information please go here: [Ktiseos Nyx](https://github.com/Ktiseos-Nyx/Sdxl-to-diffusers). The colab edition of this may indeed break AUP. This space is running on CPU and in theory SHOULD work, but may be slow. Earth and Dusk/ Ktiseos Nyx does not have the enterprise budget for ZERO GPU or any gpu sadly! Thank you to the community, John6666 especially for coming to aid when gemini would NOT fix the requirements.
270
  """)
271
 
272
  model_to_load = gr.Textbox(label="Model to Load (Checkpoint or Diffusers)", placeholder="Path to model")