Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|