freshcodestech commited on
Commit
fcd10db
·
verified ·
1 Parent(s): a48c2c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,6 +5,10 @@ tags:
5
  - stable-diffusion-xl
6
  - text-to-image
7
  license: creativeml-openrail-m
 
 
 
 
8
  ---
9
 
10
  # Cat in Space 🐱🚀
@@ -20,4 +24,4 @@ pipe = DiffusionPipeline.from_pretrained("freshcodestech/cat_in_space", torch_dt
20
  pipe.to("cuda")
21
 
22
  image = pipe("a cartoon cat in a space suit floating in a colorful galaxy").images[0]
23
- image.save("cat.png")
 
5
  - stable-diffusion-xl
6
  - text-to-image
7
  license: creativeml-openrail-m
8
+ language:
9
+ - en
10
+ base_model:
11
+ - stabilityai/stable-diffusion-xl-base-1.0
12
  ---
13
 
14
  # Cat in Space 🐱🚀
 
24
  pipe.to("cuda")
25
 
26
  image = pipe("a cartoon cat in a space suit floating in a colorful galaxy").images[0]
27
+ image.save("cat.png")