martin-rizzo commited on
Commit
d84c2bf
·
verified ·
1 Parent(s): 535fb4a

docs: Add "Resources" section with links to TinyBreaker projects and related work

Browse files

Added a "Resources" section to the model card, including links to TinyBreaker on CivitAI, GitHub repositories for the project and tools, and a reference to AbominableWorkflow (the origin of the idea). This provides users with direct access to complementary materials, contextual background, and technical dependencies.

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -60,3 +60,10 @@ I am dedicated to improving TinyBreaker's performance and accessibility, especia
60
  * Additional thanks to Ollin Boer Bohan for the Tiny AutoEncoder models, which offer efficient latent image processing and served as the foundation for the encoding, decoding, and transcoding operations in TinyBreaker.
61
  [Tiny AutoEncoder GitHub Repository](https://github.com/madebyollin/taesd)
62
 
 
 
 
 
 
 
 
 
60
  * Additional thanks to Ollin Boer Bohan for the Tiny AutoEncoder models, which offer efficient latent image processing and served as the foundation for the encoding, decoding, and transcoding operations in TinyBreaker.
61
  [Tiny AutoEncoder GitHub Repository](https://github.com/madebyollin/taesd)
62
 
63
+ ## Resources
64
+
65
+ - [TinyBreaker on CivitAI](https://civitai.com/models/1213728/tinybreaker): A hub for exploring generated images, prompts, and workflows created by me and the community, showcasing the model's output quality.
66
+ - [ComfyUI-TinyBreaker](https://github.com/martin-rizzo/ComfyUI-TinyBreaker): Nodes and workflows for ComfyUI to experiment with the model's capabilities.
67
+ - [TinyBreakerTools](https://github.com/martin-rizzo/TinyBreakerTools): Tools I'm building for the model, mainly to create the safetensors file for TinyBreaker.
68
+ - [AbominableWorkflows](https://github.com/martin-rizzo/AbominableWorkflows): A predecessor of TinyBreaker. My first experiment combining PixArt-Sigma and Photon without Python code, using only standard nodes from ComfyUI.
69
+