Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
corystephenson-db committed Nov 8, 2024
1 parent 68e6a5f commit ecf1c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diffusion/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

import torch
from composer.devices import DeviceGPU
from diffusers import AutoencoderKL, DDIMScheduler, DDPMScheduler, DPMSolverMultistepScheduler, EulerDiscreteScheduler, UNet2DConditionModel
from diffusers import (AutoencoderKL, DDIMScheduler, DDPMScheduler, DPMSolverMultistepScheduler, EulerDiscreteScheduler,
UNet2DConditionModel)
from peft import LoraConfig
from torchmetrics import MeanSquaredError
from transformers import AutoModel, AutoTokenizer, CLIPTextModel, CLIPTokenizer, PretrainedConfig
Expand Down

0 comments on commit ecf1c2f

Please sign in to comment.