Yuheng111 commited on
Commit
a444fc6
1 Parent(s): d546402

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - stable-diffusion
7
+ - text-to-image
8
+ - diffusion-models-class
9
+ - dreambooth-hackathon
10
+ - wildcard
11
+ widget:
12
+ - text: a itgted air jordan 1,((side view)),colourful,optimized structure,Product
13
+ photography,realistic details,complete single object in the centere,HD
14
+ ---
15
+
16
+ # DreamBooth model for the itgted concept trained by Yuheng111.
17
+
18
+ This is a Stable Diffusion model fine-tuned on the itgted concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of itgted slipper**
19
+
20
+ This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
21
+
22
+ ## Description
23
+
24
+
25
+ This is a sneaker design auxiliary model trained on a stable diffusion model, Combining the traditional form of sneakers with the integration and layered features of 3D printing,
26
+ for the Hugging Face DreamBooth Hackathon, from the HF CN Community,
27
+ corporated with the HeyWhale.
28
+
29
+
30
+ ## Usage
31
+
32
+ ```python
33
+ from diffusers import StableDiffusionPipeline
34
+
35
+ pipeline = StableDiffusionPipeline.from_pretrained('Yuheng111/3d-print-style-snkr-gererate')
36
+ image = pipeline().images[0]
37
+ image
38
+ ```