CiroN2022 commited on
Commit
9499652
·
verified ·
1 Parent(s): 9c725b5

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,31 +1,61 @@
1
- ---
2
- license: other
3
- tags:
4
- - text-to-image
5
- - stable-diffusion
6
- - lora
7
- - diffusers
8
- base_model: stabilityai/stable-diffusion-xl-base-1.0
9
- instance_prompt:
10
- widget:
11
- - text:
12
- ---
13
-
14
- # Microverse Creator
15
-
16
-
17
-
18
- ![Image 0](2012965.jpeg)
19
-
20
- <p></p>
21
-
22
- ## Image examples for the model:
23
- ![Image 1](2012973.jpeg)
24
- ![Image 2](2012964.jpeg)
25
- ![Image 3](2012971.jpeg)
26
- ![Image 4](2012978.jpeg)
27
- ![Image 5](2012991.jpeg)
28
- ![Image 6](2012980.jpeg)
29
- ![Image 7](2013036.jpeg)
30
- ![Image 8](2013035.jpeg)
31
- ![Image 9](2013037.jpeg)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: a wooden table with a model of a house on top of it, surrounded by trees,
11
+ a cassette tape, a remote, a speaker, a book, a glass, and other objects.
12
+ It appears to be an amazing 3D model of an old-fashioned house, with intricate
13
+ details and a unique design.
14
+ output:
15
+ url: samples/1726354418340__000002000_0.jpg
16
+ - text: a vinyl record with a group of miniature people walking around it, surrounded
17
+ by toy cars and trees. The record is placed on a table, creating a miniature
18
+ calendar.
19
+ output:
20
+ url: samples/1726354478662__000002000_1.jpg
21
+ - text: a person holding a model of a train car in their hand, with a table in the
22
+ background filled with various objects. The train car appears to be in the
23
+ process of being built, as evidenced by the tools and materials scattered
24
+ around it.
25
+ output:
26
+ url: samples/1726354538956__000002000_2.jpg
27
+ base_model: black-forest-labs/FLUX.1-dev
28
+
29
+ license: other
30
+ license_name: flux-1-dev-non-commercial-license
31
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
32
+ ---
33
+
34
+ # microverse-creator
35
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
36
+ <Gallery />
37
+
38
+ ## Trigger words
39
+
40
+ No trigger words defined.
41
+
42
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
43
+
44
+ Weights for this model are available in Safetensors format.
45
+
46
+ [Download](/CiroN2022/microverse-creator/tree/main) them in the Files & versions tab.
47
+
48
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
49
+
50
+ ```py
51
+ from diffusers import AutoPipelineForText2Image
52
+ import torch
53
+
54
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
55
+ pipeline.load_lora_weights('CiroN2022/microverse-creator', weight_name='microverse-creator')
56
+ image = pipeline('a wooden table with a model of a house on top of it, surrounded by trees, a cassette tape, a remote, a speaker, a book, a glass, and other objects. It appears to be an amazing 3D model of an old-fashioned house, with intricate details and a unique design.').images[0]
57
+ image.save("my_image.png")
58
+ ```
59
+
60
+ 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)
61
+
microverse-creator.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b81142a258a7a87e893f8ec1b8a31a71723e478e44ec59edb04b373b484f5c
3
+ size 21610688
samples/1726347244091__000000250_0.jpg ADDED
samples/1726347306691__000000250_1.jpg ADDED
samples/1726347369265__000000250_2.jpg ADDED
samples/1726348278135__000000500_0.jpg ADDED
samples/1726348340687__000000500_1.jpg ADDED
samples/1726348403294__000000500_2.jpg ADDED
samples/1726349339323__000000750_0.jpg ADDED
samples/1726349401942__000000750_1.jpg ADDED
samples/1726349464541__000000750_2.jpg ADDED
samples/1726350389297__000001000_0.jpg ADDED
samples/1726350451803__000001000_1.jpg ADDED
samples/1726350514393__000001000_2.jpg ADDED
samples/1726351400513__000001250_0.jpg ADDED
samples/1726351461202__000001250_1.jpg ADDED
samples/1726351521793__000001250_2.jpg ADDED
samples/1726352408971__000001500_0.jpg ADDED
samples/1726352469465__000001500_1.jpg ADDED
samples/1726352530057__000001500_2.jpg ADDED
samples/1726353413999__000001750_0.jpg ADDED
samples/1726353474263__000001750_1.jpg ADDED
samples/1726353534541__000001750_2.jpg ADDED
samples/1726354418340__000002000_0.jpg ADDED
samples/1726354478662__000002000_1.jpg ADDED
samples/1726354538956__000002000_2.jpg ADDED