jeffvedd commited on
Commit
df43307
·
verified ·
1 Parent(s): b30ccc8

Add Model Card — Imageflow.1.1.1

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: text-to-image
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
 
@@ -25,7 +25,7 @@ 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')
@@ -47,4 +47,4 @@ image.save('output.png')
47
  | `num_inference_steps` | 25 – 40 |
48
  | `resolution` | 1024×1024 |
49
 
50
- **Autor:** Jeffvelox · **Treinado em:** Kaggle GPU
 
14
 
15
  # 🌊 Imageflow.1.1.1
16
 
17
+ **Text-to-Image** model by [jeffvedd](https://huggingface.co/jeffvedd)
18
  Base: `stabilityai/stable-diffusion-xl-base-1.0`
19
  Framework: 🤗 Diffusers
20
 
 
25
  import torch
26
 
27
  pipe = StableDiffusionXLPipeline.from_pretrained(
28
+ 'jeffvedd/Imageflow',
29
  torch_dtype=torch.float16,
30
  use_safetensors=True,
31
  ).to('cuda')
 
47
  | `num_inference_steps` | 25 – 40 |
48
  | `resolution` | 1024×1024 |
49
 
50
+ **Autor:** jeffvedd · **Treinado em:** Kaggle GPU