Text-to-Image
Diffusers
lora
harishp commited on
Commit
cfd493b
·
1 Parent(s): de6dde0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -71,5 +71,3 @@ prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
71
  # disable guidance_scale by passing 0
72
  image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
73
  ```
74
-
75
- ![Segmind-VegaRT Image]()
 
71
  # disable guidance_scale by passing 0
72
  image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
73
  ```