Dernière activité 1728853856

knox a révisé ce gist 1728853856. Aller à la révision

1 file changed, 6 insertions

Diffusers-4.py(fichier créé)

@@ -0,0 +1,6 @@
1 + from diffusers import DiffusionPipeline
2 + import torch
3 +
4 + pipeline = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", torch_dtype=torch.float16)
5 + pipeline.to("cuda")
6 + pipeline("An image of a squirrel in Picasso style").images[0]
Plus récent Plus ancien