GamerC0der commited on
Commit
e9d932b
1 Parent(s): 0b1f603

Better Readme

Browse files
Files changed (1) hide show
  1. README.md +14 -22
README.md CHANGED
@@ -1,28 +1,20 @@
1
- ---
2
- tags:
3
- - text-to-image
4
- - stable-diffusion
5
- - lora
6
- - diffusers
7
- - template:sd-lora
8
- widget:
9
- - text: dog
10
- output:
11
- url: images/ig_HFrKbnz6_img_XiyFhcz5.png
12
- base_model: runwayml/stable-diffusion-v1-5
13
- instance_prompt: null
14
- license: other
15
- license_name: other
16
- license_link: LICENSE
17
- ---
18
- # MiniDiffusion2
19
 
20
- <Gallery />
 
 
 
21
 
 
 
22
 
 
23
 
24
- ## Download model
 
25
 
26
- Weights for this model are available in Safetensors format.
27
 
28
- [Download](/GamerC0der/MiniDiffusion2/tree/main) them in the Files & versions tab.
 
 
1
+ ## MiniDiffusion2
2
+ Welcome to MiniDiffusion2, an enhanced implementation of the Stable Diffusion v1.5 model integrated with Lora's optimization techniques for improved text-to-image generation. This model leverages the power of runwayml/stable-diffusion-v1-5 and is fine-tuned to offer unique artistic capabilities and performance enhancements.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
+ Features
5
+ Efficient Text-to-Image Generation: Quickly generates high-quality images from textual descriptions.
6
+ Lora Enhancements: Incorporates the Lora algorithm for finer detail and more coherent visual outputs.
7
+ Broad Application: Ideal for artists, developers, and creatives looking to explore generative art via an easy-to-use API.
8
 
9
+ Downloading Model Weights
10
+ You can download the model weights in Safetensors format from the Files & Versions tab on the model's Hugging Face repository page.
11
 
12
+ [Download Model Weights Here](/GamerC0der/MiniDiffusion2/tree/main)
13
 
14
+ Gallery
15
+ Here are some artworks generated with MiniDiffusion2:
16
 
17
+ <Gallery />
18
 
19
+ Contributing
20
+ Contributions to MiniDiffusion2 are welcome! Please feel free to fork the repository, make your changes, and create a pull request to integrate new features, enhancements, or fixes.