multimodalart HF staff commited on
Commit
164cb44
1 Parent(s): eec1ed8

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. 3949708.jpeg +0 -0
  2. EnvyZoomSliderXL01.safetensors +3 -0
  3. README.md +67 -0
3949708.jpeg ADDED
EnvyZoomSliderXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b02667022b7d1e1be6e4698e8a61aa9427eddfe2f5ac86c96d53f5045f0d118
3
+ size 11862248
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - anime
12
+ - concept
13
+ - full body
14
+ - portrait
15
+ - close-up
16
+ - photo
17
+ - woman
18
+ - man
19
+ - realistic
20
+ - closeup
21
+ - close up
22
+ - fullbody
23
+ - zoom
24
+
25
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
26
+ instance_prompt:
27
+ widget:
28
+ - text: 'rough digital painting, (full body:1.2), 1boy, man, handsome, solo, [:fantastical costume design,:0.2] warlord, chinese, pink hair, (solid:1) build, natural sunlight, interior, in a Palewave Amazonian tribal village'
29
+ output:
30
+ url: >-
31
+ 3949708.jpeg
32
+
33
+ ---
34
+
35
+ # Envy Zoom Slider XL 01
36
+
37
+ <Gallery />
38
+
39
+
40
+
41
+
42
+
43
+ ## Model description
44
+
45
+ <p>Zooms in and out on character portraits. I've tried to balance it so that 1.0 is zoomed in close to the character's face, and -1.0 is a full body shot, however, your results may vary depending on your subject and what checkpoint you're using. I've had generally good luck up to +/-1.25 and even more in some cases.</p><p>This works with both anime and photorealistic generations. It was trained with humans in mind, and has not been tested with animals or scenery, so YMMV.</p>
46
+
47
+
48
+
49
+ ## Download model
50
+
51
+ Weights for this model are available in Safetensors format.
52
+
53
+ [Download](/e-n-v-y/envy-zoom-slider-xl-01/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
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
62
+ pipeline.load_lora_weights('e-n-v-y/envy-zoom-slider-xl-01', weight_name='EnvyZoomSliderXL01.safetensors')
63
+ image = pipeline('rough digital painting, (full body:1.2), 1boy, man, handsome, solo, [:fantastical costume design,:0.2] warlord, chinese, pink hair, (solid:1) build, natural sunlight, interior, in a Palewave Amazonian tribal village').images[0]
64
+ ```
65
+
66
+ 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)
67
+