Avrik commited on
Commit
7fa3666
1 Parent(s): c8b254c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
 
 
2
  license: creativeml-openrail-m
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: creativeml-openrail-m
5
+ thumbnail: "https://huggingface.co/Avrik/abstract-anim-spritesheets/resolve/main/AnimationGrid.gif"
6
+ tags:
7
+ - stable-diffusion
8
+ - text-to-image
9
+ - image-to-image
10
  ---
11
+ **Abstract Animation Sprite Sheets**
12
+
13
+ An experimental Dreambooth model trained on individual frames of looping 3D animations that were then laid out on a 4x4 grid. Generates sprite sheets that can be put together to create very interesting abstract animations.
14
+
15
+ Use the token **AbstrAnm spritesheet**. Size must be set at 512x512 or your outputs may not work properly.
16
+
17
+ Example prompt:
18
+ **AbstrAnm spritesheet, animation of a red glowing orb in the sky, highly detailed, fog, atmosphere, glow, sprites, animated, abstract
19
+ Negative prompt: high contrast, text, overlay**
20
+ Steps: 30, Sampler: DPM++ 2M Karras, CFG scale: 8
21
+
22
+ Feel free to experiment with other types of prompts and/or model merges.
23
+
24
+ ![Sample Generations](https://huggingface.co/Avrik/abstract-anim-spritesheets/resolve/main/AnimationGrid.gif)
25
+
26
+ You can also upscale it 4x to produce 512x512 animations. I have also used SD Upscale from AUTOMATIC1111's web UI to add more sharpness and detail.
27
+
28
+ ![Upscaled](https://huggingface.co/Avrik/abstract-anim-spritesheets/resolve/main/AnimationGridUpscale.gif)
29
+
30
+ Some issues with this model.
31
+ - May not loop seamlessly
32
+ - Sprites aren't usually perfect squares
33
+ - Small size and short animation (could experiment with training on larger resolutions in the future)