Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ This notebook is [KaliYuga](https://twitter.com/KaliYuga_ai)'s very basic fork o
|
|
14 |
"""
|
15 |
|
16 |
#@markdown Check type of GPU and VRAM available.
|
17 |
-
|
18 |
|
19 |
"""https://github.com/KaliYuga-ai/diffusers/tree/main/examples/dreambooth
|
20 |
|
|
|
14 |
"""
|
15 |
|
16 |
#@markdown Check type of GPU and VRAM available.
|
17 |
+
#!nvidia-smi --query-gpu=name,memory.total,memory.free --format=csv,noheader
|
18 |
|
19 |
"""https://github.com/KaliYuga-ai/diffusers/tree/main/examples/dreambooth
|
20 |
|