saddam213 commited on
Commit
1c697c7
·
verified ·
1 Parent(s): 8d5030e

Upload 6 files

Browse files
Files changed (7) hide show
  1. .gitattributes +4 -0
  2. Icon.png +3 -0
  3. README.md +25 -28
  4. Sample.png +2 -2
  5. Sample2.png +3 -0
  6. Sample3.png +3 -0
  7. Sample4.png +3 -0
.gitattributes CHANGED
@@ -36,3 +36,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  controlnet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
37
  Sample.png filter=lfs diff=lfs merge=lfs -text
38
  unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
36
  controlnet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
37
  Sample.png filter=lfs diff=lfs merge=lfs -text
38
  unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
39
+ Icon.png filter=lfs diff=lfs merge=lfs -text
40
+ Sample2.png filter=lfs diff=lfs merge=lfs -text
41
+ Sample3.png filter=lfs diff=lfs merge=lfs -text
42
+ Sample4.png filter=lfs diff=lfs merge=lfs -text
Icon.png ADDED

Git LFS Details

  • SHA256: 86683beda426bc7585d2b7b0dab0adfa8d8abe29b4517c9d5dc17e1f440fe548
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
README.md CHANGED
@@ -1,29 +1,26 @@
1
- ---
2
- pipeline_tag: text-to-image
3
- ---
4
- # Juggernaut X v10 - Onnx Olive DirectML Optimized
5
-
6
- ## Original Model
7
- https://huggingface.co/RunDiffusion/Juggernaut-X-v10
8
-
9
- ## C# Inference Demo
10
- https://github.com/saddam213/OnnxStack
11
-
12
- ```csharp
13
- // Create Pipeline
14
- var pipeline = StableDiffusionXLPipeline.CreatePipeline("D:\\Models\\Juggernaut-X-v10-onnx");
15
-
16
- // Prompt
17
- var promptOptions = new PromptOptions
18
- {
19
- Prompt = "a brain connected with cable and computers, dreamlike, hyperrealistic, 8k, hyperdetailed, steampunk, cyberpunk, cyborg"
20
- };
21
-
22
- // Run pipeline
23
- var result = await pipeline.GenerateImageAsync(promptOptions);
24
-
25
- // Save Image Result
26
- await result.SaveAsync("Result.png");
27
- ```
28
- ## Inference Result
29
  ![Intro Image](Sample.png)
 
1
+ # Juggernaut X v10 - Onnx Olive DirectML Optimized
2
+
3
+ ## Original Model
4
+ https://huggingface.co/RunDiffusion/Juggernaut-X-v10
5
+
6
+ ## C# Inference Demo
7
+ https://github.com/saddam213/OnnxStack
8
+
9
+ ```csharp
10
+ // Create Pipeline
11
+ var pipeline = StableDiffusionXLPipeline.CreatePipeline("D:\\Models\\Juggernaut-X-v10-onnx");
12
+
13
+ // Prompt
14
+ var promptOptions = new PromptOptions
15
+ {
16
+ Prompt = "Visualize a mysterious rogue woman, cloaked in shadows with daggers at the ready, sneaking through a moonlit alley."
17
+ };
18
+
19
+ // Run pipeline
20
+ var result = await pipeline.GenerateImageAsync(promptOptions);
21
+
22
+ // Save Image Result
23
+ await result.SaveAsync("Result.png");
24
+ ```
25
+ ## Inference Result
 
 
 
26
  ![Intro Image](Sample.png)
Sample.png CHANGED

Git LFS Details

  • SHA256: 52c28b57f67a9f10a9ea624533f69b4a4a5fae273c70a855336de02094664810
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB

Git LFS Details

  • SHA256: 9452f5a149a2fb6d8e87b65bb6ad380487088a0043433ec2cab4eab87c953cb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
Sample2.png ADDED

Git LFS Details

  • SHA256: 0d51c40f89aa47c8150d0662f90b4bade7b2d421a963b640b745293bb3eceaaa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
Sample3.png ADDED

Git LFS Details

  • SHA256: 52c28b57f67a9f10a9ea624533f69b4a4a5fae273c70a855336de02094664810
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
Sample4.png ADDED

Git LFS Details

  • SHA256: 5301d8eccb522234e7b23124299903b600257ebd9e322be2b996504aeec724fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB