cutycat2000x commited on
Commit
fd5743f
1 Parent(s): 3c7aa6d

Upload 4 files

Browse files
Files changed (4) hide show
  1. README.md +58 -1
  2. lora.safetensors +3 -0
  3. model.safetensors +3 -0
  4. model_index.json +41 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - diffusion
7
+ - free
8
+ - freeai
9
+ - ai
10
+ - interdiffusion
11
+ widget:
12
+ - text: >-
13
+ a smiling girl with sparkles in her eyes, walking in a garden, in the morning --style anime
14
+ output:
15
+ url: example1.png
16
+ - text: >-
17
+ firewatch landscape, Graphic Novel, Pastel Art, Poster, Golden Hour, Electric Colors, 4k, RGB, Geometric, Volumetric, Lumen Global Illumination, Ray Tracing Reflections, Twisted Rays, Glowing Edges, RTX --raw
18
+ output:
19
+ url: example2.png
20
+ - text: >-
21
+ Cat on a tree sitting in between parrots.
22
+ output:
23
+ url: example3.png
24
+ - text: >-
25
+ cat, 4k, 8k, hyperrealistic, realistic, High-resolution, unreal engine 5, rtx, 16k, taken on a sony camera, Cinematic, dramatic lighting
26
+ output:
27
+ url: example4.png
28
+ - text: >-
29
+ cinimatic closeup of burning skull
30
+ output:
31
+ url: example5.png
32
+ - text: >-
33
+ frozen elsa
34
+ output:
35
+ url: example6.png
36
+ - text: >-
37
+ A rainbow tree, anime style, tree in focus
38
+ output:
39
+ url: example7.png
40
+ - text: >-
41
+ A cat holding a sign that reads "Hello World" in cursive text
42
+ output:
43
+ url: example8.png
44
+ - text: >-
45
+ Odette the butterfly goddess wearing a green skirt wondering in the cosmos
46
+ output:
47
+ url: example9.png
48
  ---
49
+
50
+ - Size: 6.7 GB
51
+ - Base: InterDiffusion-3.8
52
+ - Recommended Size: 1024x1024
53
+ - Recommended Steps: 25
54
+ - Demo: [https://discord.gg/9vvZVjBHAN](https://discord.gg/9vvZVjBHAN)
55
+
56
+ ## Examples:
57
+ These examples use a custom made LoRA to perform perfection.
58
+ Use different prompts for different results.
59
+ To access the LoRA, you can use it here: [https://huggingface.co/cutycat2000x/LoRA2](https://huggingface.co/cutycat2000x/LoRA2)
60
+ <Gallery />
lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2adc203222c443853277184b0298f8466548f01ddbe1066f365ed92672a290f3
3
+ size 457583316
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed601218b0447f1f96493871c7dcac456f3c0f3159ae523ea342e3007f07121a
3
+ size 6938040836
model_index.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.26.3",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "force_zeros_for_empty_prompt": true,
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "EulerAncestralDiscreteScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "text_encoder_2": [
22
+ "transformers",
23
+ "CLIPTextModelWithProjection"
24
+ ],
25
+ "tokenizer": [
26
+ "transformers",
27
+ "CLIPTokenizer"
28
+ ],
29
+ "tokenizer_2": [
30
+ "transformers",
31
+ "CLIPTokenizer"
32
+ ],
33
+ "unet": [
34
+ "diffusers",
35
+ "UNet2DConditionModel"
36
+ ],
37
+ "vae": [
38
+ "diffusers",
39
+ "AutoencoderKL"
40
+ ]
41
+ }