marceloxp commited on
Commit
b8af3dd
·
verified ·
1 Parent(s): dbb1ac2

Upload folder using huggingface_hub

Browse files
26676266.jpeg ADDED
26676267.jpeg ADDED
26676268.jpeg ADDED
Canny_Quest-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cefc78a2892453f045e4cf50dc30cf70b785ed8476a7be55ac0bf83c02d2c4
3
+ size 19257064
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - character
13
+
14
+ base_model: black-forest-labs/FLUX.1-dev
15
+ instance_prompt:
16
+ widget:
17
+ - text: 'silver silk dress, solo, simple background, perfectly round sunglasses, upper body, cannyquest, 1girl, standing straight'
18
+
19
+ output:
20
+ url: >-
21
+ 26676267.jpeg
22
+ - text: 'upper body, 1girl, cannyquest, standing straight, perfectly round sunglasses, silver silk dress, simple background, solo'
23
+
24
+ output:
25
+ url: >-
26
+ 26676266.jpeg
27
+ - text: 'perfectly round sunglasses, upper body, standing straight, cannyquest, simple background, 1girl, solo, silver silk dress'
28
+
29
+ output:
30
+ url: >-
31
+ 26676268.jpeg
32
+
33
+ ---
34
+
35
+ # Canny Quest
36
+
37
+ <Gallery />
38
+
39
+
40
+
41
+ ([CivitAI](https://civitai.com/models/))
42
+
43
+ ## Model description
44
+
45
+ <p>This model was created to be a shortcut to the fictional character Canny Quest from Pixel Perfect Beauties.</p><p></p><h3 id="main-features:-85q886wpe"><strong>Main features:</strong></h3><p>blonde, silver silk dress, perfectly round sunglasses, pearl necklace</p><h3 id="trigger-world:-pu1hzmynk"><strong>Trigger World:</strong></h3><p>cannyquest</p>
46
+
47
+
48
+
49
+ ## Download model
50
+
51
+ Weights for this model are available in Safetensors format.
52
+
53
+ [Download](/marceloxp/canny-quest/tree/main) them in the Files & versions tab.
54
+
55
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
56
+
57
+ ```py
58
+ from diffusers import AutoPipelineForText2Image
59
+ import torch
60
+
61
+ device = "cuda" if torch.cuda.is_available() else "cpu"
62
+
63
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
64
+ pipeline.load_lora_weights('marceloxp/canny-quest', weight_name='Canny_Quest-000004.safetensors')
65
+ image = pipeline('perfectly round sunglasses, upper body, standing straight, cannyquest, simple background, 1girl, solo, silver silk dress').images[0]
66
+ ```
67
+
68
+ 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)
69
+