Norod78 commited on
Commit
5181385
·
verified ·
1 Parent(s): b756385

Upload folder using huggingface_hub

Browse files
25083496.jpeg ADDED
25083497.jpeg ADDED
Chalk_Board_Drawing_FLUX.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e9f0b21f25c7771322a1c13065ee8068e06faf93defd7758a226a6d1d434984
3
+ size 19258400
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - chalk
13
+ - style
14
+ - blackboard
15
+ - styles
16
+ - chalk art
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: ChalkBoardDrawing
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 25083496.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 25083497.jpeg
31
+
32
+ ---
33
+
34
+ # Chalk Board Drawing [FLUX]
35
+
36
+ <Gallery />
37
+
38
+
39
+
40
+ ([CivitAI](https://civitai.com/models/))
41
+
42
+ ## Model description
43
+
44
+ <p>Was trying to aim for Chalk on Blackboard style</p><p>Use 'ChalkBoardDrawing' in your prompts</p><p>A LoRA weight of ~1.5 seems to be good</p>
45
+
46
+ ## Trigger words
47
+ You should use `ChalkBoardDrawing` to trigger the image generation.
48
+
49
+
50
+ ## Download model
51
+
52
+ Weights for this model are available in Safetensors format.
53
+
54
+ [Download](/Norod78/chalk-board-drawing-flux/tree/main) them in the Files & versions tab.
55
+
56
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
57
+
58
+ ```py
59
+ from diffusers import AutoPipelineForText2Image
60
+ import torch
61
+
62
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
63
+ pipeline.load_lora_weights('Norod78/chalk-board-drawing-flux', weight_name='Chalk_Board_Drawing_FLUX.safetensors')
64
+ image = pipeline('`ChalkBoardDrawing`').images[0]
65
+ ```
66
+
67
+ 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)
68
+