abrowne2 commited on
Commit
1853571
·
verified ·
1 Parent(s): 66dbbaf

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1,56 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: modulated vector line art, simple clean lines, minimalist logo-style cat
11
+ cuddling with its owner, z3nm4l_cl4ss1c4l
12
+ output:
13
+ url: samples/1734221756891__000003000_0.jpg
14
+ - text: modulated vector line art, simple clean lines, minimalist logo-style A majestic
15
+ mountain, z3nm4l_cl4ss1c4l
16
+ output:
17
+ url: samples/1734221762124__000003000_1.jpg
18
+ - text: modulated vector line art, simple clean lines, minimalist logo-style A mall
19
+ with people about, z3nm4l_cl4ss1c4l
20
+ output:
21
+ url: samples/1734221767317__000003000_2.jpg
22
+ base_model: black-forest-labs/FLUX.1-schnell
23
+ instance_prompt: z3nm4l_cl4ss1c4l
24
+ license: apache-2.0
25
+
26
+
27
+ ---
28
+
29
+ # zenmai-classical-1
30
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
31
+ <Gallery />
32
+
33
+ ## Trigger words
34
+
35
+ You should use `z3nm4l_cl4ss1c4l` to trigger the image generation.
36
+
37
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
38
+
39
+ Weights for this model are available in Safetensors format.
40
+
41
+ [Download](/abrowne2/zenmai-classical-1/tree/main) them in the Files & versions tab.
42
+
43
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
44
+
45
+ ```py
46
+ from diffusers import AutoPipelineForText2Image
47
+ import torch
48
+
49
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
50
+ pipeline.load_lora_weights('abrowne2/zenmai-classical-1', weight_name='zenmai-classical-1.safetensors')
51
+ image = pipeline('modulated vector line art, simple clean lines, minimalist logo-style cat cuddling with its owner, z3nm4l_cl4ss1c4l').images[0]
52
+ image.save("my_image.png")
53
+ ```
54
+
55
+ 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)
56
+
samples/1734221756891__000003000_0.jpg ADDED
samples/1734221762124__000003000_1.jpg ADDED
samples/1734221767317__000003000_2.jpg ADDED
zenmai-classical-1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c26fb3506cc323907a6a93e01fcbaf9013fbe3da33369a7aef49557afc34ca2
3
+ size 171969432