Jefferson de Azevedo commited on
Commit
726ad41
·
verified ·
1 Parent(s): 626510c

Add Model Card — Imageflow.1.1.1

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ language:
4
+ - en
5
+ - pt
6
+ tags:
7
+ - text-to-image
8
+ - stable-diffusion-xl
9
+ - diffusers
10
+ - imageflow
11
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
12
+ pipeline_tag: text-to-image
13
+ ---
14
+
15
+ # 🌊 Imageflow.1.1.1
16
+
17
+ **Text-to-Image** model by [Jeffvelox](https://huggingface.co/Jeffvelox)
18
+ Base: `stabilityai/stable-diffusion-xl-base-1.0`
19
+ Framework: 🤗 Diffusers
20
+
21
+ ## 🚀 Uso Rápido
22
+
23
+ ```python
24
+ from diffusers import StableDiffusionXLPipeline
25
+ import torch
26
+
27
+ pipe = StableDiffusionXLPipeline.from_pretrained(
28
+ 'Jeffvelox/Imageflow.1.1.1',
29
+ torch_dtype=torch.float16,
30
+ use_safetensors=True,
31
+ ).to('cuda')
32
+
33
+ image = pipe(
34
+ prompt='A futuristic city at night, neon lights, ultra detailed',
35
+ negative_prompt='blurry, low quality',
36
+ num_inference_steps=30,
37
+ guidance_scale=7.5,
38
+ ).images[0]
39
+ image.save('output.png')
40
+ ```
41
+
42
+ ## ⚙️ Parâmetros Recomendados
43
+
44
+ | Parâmetro | Valor |
45
+ |-----------|-------|
46
+ | `guidance_scale` | 7.0 – 9.0 |
47
+ | `num_inference_steps` | 25 – 40 |
48
+ | `resolution` | 1024×1024 |
49
+
50
+ **Autor:** Jeffvelox · **Treinado em:** Kaggle GPU