- Updated stablediffusion crate path from "../stable-diffusion-burn" to "./crates/stable-diffusion-burn" for proper workspace resolution - Enhanced .gitignore to include generated model files (.mpk, .pt, .bin, .safetensors, .ckpt) and user_data directory - Added Cargo.lock to gitignore with appropriate comment - Reorganized IDE files section in gitignore for better clarity - Added newline at end of file for proper formatting
Burn Core
This crate should be used with burn. It contains the core traits and components for building and training deep learning models with Burn.
Feature Flags
This crate can be used without the standard library (#![no_std]) with alloc by disabling the
default std feature.
std- enables the standard library. Enabled by default.experimental-named-tensor- enables experimental named tensor.