Not working, what am i doing wrong?
#20
by
srinivasbilla
- opened
Hi,
I try to replicate your code on colab but im unable to get any good results, pls help
v1
https://colab.research.google.com/drive/1NrshXd-cBnrKSg_YHsCk-n1VK_XcGmBV?usp=sharing
v2
https://colab.research.google.com/drive/1XkEULw8s-F1eDfehFZ_HujlcQ-1zEwog?usp=sharing
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
srinivasbilla
changed discussion status to
closed