Skip to content

Commit

Permalink
Removed uneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
MMqd committed Jun 19, 2023
1 parent c4a3d83 commit 0a4009b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/kandinsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
except ImportError as e:
errors.print_error_explanation('RESTART AUTOMATIC1111 COMPLETELY TO FINISH INSTALLING PACKAGES FOR kandinsky-for-automatic1111')

try:
isinstance(DiffusionPipeline, DiffusionPipeline)
isinstance(KandinskyPipeline, DiffusionPipeline)
isinstance(KandinskyImg2ImgPipeline, DiffusionPipeline)
isinstance(KandinskyPriorPipeline, DiffusionPipeline)
except NameError as e:
errors.print_error_explanation('RESTART AUTOMATIC1111 COMPLETELY TO FINISH INSTALLING PACKAGES FOR kandinsky-for-automatic1111')

import os
import torch
import gradio as gr
Expand Down

0 comments on commit 0a4009b

Please sign in to comment.