Commit History

Storage: add SDXL-only cache prune + UI button; expand cleanup to remove SD15 caches; default pipeline SDXL; output slider range updated
88af985

JohnnyTheFox commited on

HF Spaces: LoRA prefetch hardened + token auth; hide private LoRAs; indentation fixes in app.py; SDXL try/except corrected; emergency cleanup CUDA cache fix
e0732b2

JohnnyTheFox commited on

Phase 1.6: Ensure persistent HF cache + Prefetch LoRAs UI\n\n- Force HF caches (HF_HOME, HUGGINGFACE_HUB_CACHE, TRANSFORMERS_CACHE, DIFFUSERS_CACHE) to /data/hf_cache\n- Added prefetch_loras(): downloads LoRAs to persistent storage and verifies files\n- Added 'Prefetch LoRAs to Storage' button with status output\n- Logs show which weight files exist and their sizes
9bcac32

JohnnyTheFox commited on

Phase 1.5: Verbose LoRA debug + scale fallback\n\n- Print pipeline LoRA capabilities and resolved (dir, weight)\n- Try adapters API (list/scalar), else fuse_lora for scale\n- Better error messages to pinpoint failure stage
7926eeb

JohnnyTheFox commited on

Phase 1.4: Resolve LoRA weights via snapshot_download + weight_name detection\n\n- Download LoRA repo locally and auto-pick .safetensors (prefers pytorch_lora_weights.safetensors)\n- Pass (local_dir, weight_name) to load_lora_weights for compatibility\n- Fallback to adapter/default/fuse paths remains
1c0577e

JohnnyTheFox commited on

Phase 1.3: Harden LoRA loading across diffusers versions\n\n- Added adapters API path with adapter_name and set_adapters\n- Added legacy path with default adapter and fuse_lora fallback\n- Added robust unload (unload_lora_weights/unfuse_lora)\n- Keeps self.pipeline bound to active pipeline
2d29890

JohnnyTheFox commited on

Phase 1.2: LoRA binding + strength control + Monochrome Lock\n\n- Fixed LoRA not applying: set self.pipeline to active pipeline after load\n- Added LoRA strength slider (0.0–1.0), threaded through generation\n- Monochrome Lock toggle: stronger B/W prompting and negatives for SDXL\n- UI wiring for pipeline-aware defaults and LoRA strength updates\n- Status text appended in generation result to confirm loaded LoRA
3b9ed3a

JohnnyTheFox commited on

Phase 1.1: Monochrome enforcement + SDXL UX improvements
10983aa

JohnnyTheFox commited on

Phase 1: SDXL + Union ControlNet support
d6ab928

JohnnyTheFox commited on

🔧 FIX: UI Indentation Error on Line 949
214c7ea

JohnnyTheFox commited on

🔧 CRITICAL FIX: IndentationError Resolution
c2ffbda

JohnnyTheFox commited on

🚀 PROFESSIONAL COLORING BOOK PIPELINE: LoRA + Soft Preprocessors
dfb0c99

JohnnyTheFox commited on

🎨 MAJOR COLORING BOOK OPTIMIZATION: Clean Line Art Focus
6b3aa2e

JohnnyTheFox commited on

🚨 CRITICAL FIX: Indentation Errors Causing Runtime Failure
1986f54

JohnnyTheFox commited on

🎌 UPGRADE: Real Anime ControlNet v1.1 Model!
a07854c

JohnnyTheFox commited on

🎌 FIX: Anime Model Loading Error + Anime-Style Prompts
5df6db9

JohnnyTheFox commited on

🔧 FIX: Anime Model Loading + Enhanced Coloring Book Style
b4a0a66

JohnnyTheFox commited on

🔧 FIX: Correct ControlNet Model IDs & Error Handling
e88e858

JohnnyTheFox commited on

🔧 FIX: Storage Full Error & Emergency Cleanup
86a0620

JohnnyTheFox commited on

Merge branch 'main' of hf.co:spaces/JohnnyTheFox/colorcraft-sdxl
a220450

JohnnyTheFox commited on

MIGRATE: SDXL → SD 1.5 LineArt Specialists
6c2d239

JohnnyTheFox commited on

Update README.md
0b65c2b
verified

JohnnyTheFox commited on

CLEANUP: Remove Experimental Files & Update Documentation
58cc748

JohnnyTheFox commited on

IMPLEMENT: Proper Multi-Model LineArt Support
4f7a86d

JohnnyTheFox commited on

FIX: LineArt Model Repository Issues
d0fcc24

JohnnyTheFox commited on

IMPLEMENT: 3 Step-by-Step Improvements
e41ae9e

JohnnyTheFox commited on

FIX: Depth Preprocessor Import Error
f674257

JohnnyTheFox commited on

ENHANCE: Higher Resolution + Depth Preprocessing
c82db4c

JohnnyTheFox commited on

ENHANCE: Advanced LineArt Controls for Clean B&W Coloring Books
4a58179

JohnnyTheFox commited on

FIX: LineArt Detector loading with fallback methods
d9d2edb

JohnnyTheFox commited on

FIX: Gradio compatibility - Remove auto-update causing runtime error
72c50e0

JohnnyTheFox commited on

FIX: Storage-efficient LineArt with preprocessor output and monitoring
f7f5951

JohnnyTheFox commited on

FIX: Correct accelerate version requirement
d34d6de

JohnnyTheFox commited on

FIX: Simplified app + downgraded dependencies to resolve cached_download error
99de63a

JohnnyTheFox commited on

FIX: Runtime errors - Add compatibility shims and missing imports
5bf78b8

JohnnyTheFox commited on

FIX: Update controlnet-aux version requirement
a995ea7

JohnnyTheFox commited on

LINEART REVOLUTION: Dedicated ControlNet models replace CPDS+Canny
1f44976

JohnnyTheFox commited on

ULTRA LINE ART: Aggressive prompts + OpenCV post-processing for pure B&W
aa5b91f

JohnnyTheFox commited on

COLORING BOOK OPTIMIZATION: Enhanced prompts and settings for clean line art
ec63d52

JohnnyTheFox commited on

STORAGE FIX: On-demand loading to prevent 'no space left' error
f531686

JohnnyTheFox commited on

PERSISTENT STORAGE: 20GB cache optimization for instant loading
06702b9

JohnnyTheFox commited on

ULTRA-FAST FIX: Progressive loading to prevent timeout
8fa9453

JohnnyTheFox commited on

CRITICAL FIX: Resolve import errors and add debug outputs
4a3e244

JohnnyTheFox commited on

MAJOR: Replace complex app with minimal SDXL+ControlNet implementation
6860afe

JohnnyTheFox commited on

Remove eager model loads; single from_pretrained pipeline; lazy-only build
e096dcb

JohnnyTheFox commited on

Avoid double SDXL load; build pipeline once; trim prechecks
6f639ae

JohnnyTheFox commited on

Build SDXL+ControlNet pipeline from_pretrained to avoid mismatch
4dc28da

JohnnyTheFox commited on

Force SDXL to snapshot leaf; enable symlinks/resume/max_workers for snapshots
b4d547c

JohnnyTheFox commited on

Fix indentation in pipeline/controlnet snapshot resolver
f4a3c8c

JohnnyTheFox commited on

Resolve ControlNet to snapshot leaf; fix load failures
56f99b9

JohnnyTheFox commited on