Kyle

Results 2 issues of Kyle

…_img2img.py The training script incorrectly accessed `Flux2ImageProcessor.image_processor` which doesn't exist as a class attribute, causing AttributeError when running Flux2 img2img DreamBooth training. Changes: - Initialize Flux2ImageProcessor instance in DreamBoothDataset.__init__ -...

Body: ### Describe the bug When importing `diffusers` on a non-CUDA system (e.g., Apple Silicon Mac with MPS), a warning is emitted: /torch/amp/autocast_mode.py:270: UserWarning: User provided device_type of 'cuda', but...