ChenHe727 commited on
Commit
3cf1457
·
verified ·
1 Parent(s): 5f5012c

Update Readme

Browse files

from diffusers import StableDiffusionPipeline
import torch

pipe = StableDiffusionPipeline.from_pretrained("ChenHe727/EdgeDiffuse_r4", torch_dtype=torch.float16)
pipe = pipe.to("cuda")

image = pipe("a photo of a cat", num_inference_steps=4, guidance_scale=0.0).images[0]

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  library_name: diffusers
 
 
3
  ---
4
 
5
  # Model Card for Model ID
 
1
  ---
2
  library_name: diffusers
3
+ base_model:
4
+ - stabilityai/sd-turbo
5
  ---
6
 
7
  # Model Card for Model ID