brushpenbob
commited on
Commit
•
90a3b72
1
Parent(s):
ed507b2
Upload folder using huggingface_hub
Browse files- 6957394.jpeg +0 -0
- 6971850.jpeg +0 -0
- README.md +64 -0
- wizerd_of_oz.safetensors +3 -0
6957394.jpeg
ADDED
6971850.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- style
|
13 |
+
- cartoon
|
14 |
+
- comic
|
15 |
+
|
16 |
+
base_model: runwayml/stable-diffusion-v1-5
|
17 |
+
instance_prompt:
|
18 |
+
widget:
|
19 |
+
- text: ' '
|
20 |
+
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
6957394.jpeg
|
24 |
+
- text: ' '
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
6971850.jpeg
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
# Wizard of Oz 1.0.
|
33 |
+
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
## Model description
|
41 |
+
|
42 |
+
<p>Trained this one on here and for whatever reason they pull this, so uploading</p>
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
## Download model
|
47 |
+
|
48 |
+
Weights for this model are available in Safetensors format.
|
49 |
+
|
50 |
+
[Download](/brushpenbob/wizard-of-oz-1-0/tree/main) them in the Files & versions tab.
|
51 |
+
|
52 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
53 |
+
|
54 |
+
```py
|
55 |
+
from diffusers import AutoPipelineForText2Image
|
56 |
+
import torch
|
57 |
+
|
58 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
59 |
+
pipeline.load_lora_weights('brushpenbob/wizard-of-oz-1-0', weight_name='wizerd_of_oz.safetensors')
|
60 |
+
image = pipeline('Your custom prompt').images[0]
|
61 |
+
```
|
62 |
+
|
63 |
+
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)
|
64 |
+
|
wizerd_of_oz.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b978ea78f587591a3fc61ead8eabbd2f3480ea5b83a32978171aca776c4cdbdd
|
3 |
+
size 37893288
|