Instructions to use EmpSurak/A-Story-Unfolds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EmpSurak/A-Story-Unfolds with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bluepen5805/blue_pencil-XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EmpSurak/A-Story-Unfolds") prompt = "anthropomorphic squirrel, warrior, overgrowth, solo, outdoors, furry, drawing" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
A Story Unfolds

- Prompt
- anthropomorphic squirrel, warrior, overgrowth, solo, outdoors, furry, drawing

- Prompt
- anthropomorphic female cat, elegant royal lady, overgrowth, solo, sexy dress, furry, drawing

- Prompt
- closeup portrait, anthropomorphic dog Jon of the Guljit clan, white fur, standing on warship, a story unfolds, overgrowth, solo, ocean, storm, drawing

- Prompt
- full body portrait, anthropomorphic bear, angry, aggressive, open mouth, snarling, teeth, muscular, overgrowth, solo, forest, drawing
Model description
A LoRA to create anthropomorphic animals in a comic style. It was trained on the images that I generated for the mod "A Story Unfolds".
Trigger words
You should use anthropomorphic animals to trigger the image generation.
You should use overgrowth to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 6
Model tree for EmpSurak/A-Story-Unfolds
Base model
bluepen5805/blue_pencil-XL