multimodalart HF staff commited on
Commit
6112a6f
1 Parent(s): 22cedc4

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. 1391548.jpeg +0 -0
  2. 1391559.jpeg +0 -0
  3. Plixel-SD-1.5.safetensors +3 -0
  4. README.md +63 -0
1391548.jpeg ADDED
1391559.jpeg ADDED
Plixel-SD-1.5.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223ef0c22c1d918e23a69ec20aa4a8fac9216a060b68fa3d1042f6570c884321
3
+ size 9624952
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - pixel art
12
+ - minecraft
13
+ - pixel
14
+ - style
15
+ - textures
16
+
17
+ base_model: runwayml/stable-diffusion-v1-5
18
+ instance_prompt:
19
+ widget:
20
+ - text: ' '
21
+ output:
22
+ url: >-
23
+ 1391548.jpeg
24
+ - text: ' '
25
+ output:
26
+ url: >-
27
+ 1391559.jpeg
28
+
29
+ ---
30
+
31
+ # Plixel - Minecraft
32
+
33
+ <Gallery />
34
+
35
+
36
+
37
+
38
+
39
+ ## Model description
40
+
41
+ <p>This model is made to generate minecraft images using Stable Diffusion 1.5<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a57190d-eadd-4c32-b8f9-abbc844e4e57/width=525/8a57190d-eadd-4c32-b8f9-abbc844e4e57.jpeg" /></p><p><a target="_blank" rel="ugc" href="https://www.reddit.com/r/feedthebeast/comments/14osn10/ai_generated_textures_tests/">Reddit Post 1</a></p>
42
+
43
+
44
+
45
+ ## Download model
46
+
47
+ Weights for this model are available in Safetensors format.
48
+
49
+ [Download](/OVAWARE/plixel-minecraft/tree/main) them in the Files & versions tab.
50
+
51
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
52
+
53
+ ```py
54
+ from diffusers import AutoPipelineForText2Image
55
+ import torch
56
+
57
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
58
+ pipeline.load_lora_weights('OVAWARE/plixel-minecraft', weight_name='Plixel-SD-1.5.safetensors')
59
+ image = pipeline('Your custom prompt').images[0]
60
+ ```
61
+
62
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
63
+