aboutsummaryrefslogtreecommitdiffstats
path: root/generate.py
diff options
context:
space:
mode:
Diffstat (limited to 'generate.py')
-rw-r--r--generate.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/generate.py b/generate.py
index 95b2dd7..b6c0fb8 100644
--- a/generate.py
+++ b/generate.py
@@ -10,10 +10,11 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-# Local SDXL-base image generation for Intel Arc B580 (XPU backend).
-# Bounded scope by design: SDXL base, single 1024x1024 image, no refiner,
-# no Flux, no batching. This is what fits comfortably in 12GB VRAM once the
-# fp32 VAE upcast is removed via the fp16-fix VAE. See README.md for limits.
+# Local SDXL image generation for Intel Arc B580 (XPU backend).
+# Bounded scope by design: SDXL-architecture models (see MODELS registry),
+# single 1024x1024 image, no refiner, no Flux, no batching. This is what fits
+# comfortably in 12GB VRAM once the fp32 VAE upcast is removed via the fp16-fix
+# VAE. See README.md for limits.
import argparse
import sys