Not working, what am i doing wrong?

#20
by eastwind - opened

Seems to be a issue with 'from_single_file' or the model that loads, try

pipe = StableDiffusionPipeline.from_pretrained(
'SG161222/Realistic_Vision_V6.0_B1_noVAE',
torch_dtype=torch.float16,
scheduler=noise_scheduler,
vae=vae,
feature_extractor=None,
safety_checker=None
).to("cuda")

See my copy of your colab
https://colab.research.google.com/drive/1DM8vCOuM9tbg3-UuYWI6OJk7qLm-hQ1b?usp=sharing

Yep, this worked thanks

eastwind changed discussion status to closed

Sign up or log in to comment