leffff commited on
Commit
fae8ac7
·
verified ·
1 Parent(s): 93a5ef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -35,15 +35,16 @@ pipeline.enable_model_cpu_offload()
35
  pipeline.transformer.compile(mode="max-autotune-no-cudagraphs", dynamic=True)
36
 
37
  image = load_image(
38
- "https://huggingface.co/kandinsky-community/kandinsky-3/resolve/main/assets/title.jpg?download=true"
39
  )
40
 
41
  height = 640
42
  width = 640
43
  image = image.resize((width, height))
44
 
45
- prompt = "An funny furry creture smiles happily and holds a sign that says KANDINSKY"
46
- negative_prompt = ""
 
47
 
48
 
49
  output = pipeline(
 
35
  pipeline.transformer.compile(mode="max-autotune-no-cudagraphs", dynamic=True)
36
 
37
  image = load_image(
38
+ "https://img.freepik.com/free-photo/pug-dog-isolated-white-background_2829-11416.jpg?semt=ais_hybrid&w=740&q=80"
39
  )
40
 
41
  height = 640
42
  width = 640
43
  image = image.resize((width, height))
44
 
45
+ prompt = "A pug smiles happily holding a sign that says KANDINSKY"
46
+
47
+ negative_prompt = "Static, 2D cartoon, cartoon, 2d animation, paintings, images, worst quality, low quality, ugly, deformed, walking backwards"
48
 
49
 
50
  output = pipeline(