Skip to content

Commit

Permalink
Added required StableDiffusionPipeline import
Browse files Browse the repository at this point in the history
  • Loading branch information
aliang322 committed Nov 20, 2024
1 parent 132dc62 commit 7f8a26a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from transformers import pipeline
from transformers import set_seed
from diffusers import StableDiffusionXLPipeline, FluxPipeline
from diffusers import StableDiffusionXLPipeline, FluxPipeline, StableDiffusionPipeline
import bittensor as bt
import numpy as np
import torch
Expand Down

0 comments on commit 7f8a26a

Please sign in to comment.