Instructions to use nicky007/stable-diffusion-logo-fine-tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nicky007/stable-diffusion-logo-fine-tuned with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nicky007/stable-diffusion-logo-fine-tuned", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
#5
by EVA787797 - opened
README.md
CHANGED
|
@@ -3,6 +3,16 @@ license: creativeml-openrail-m
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
### stable-diffusion-LOGO-fine-tuned model trained by nicky007
|
| 8 |
|
|
@@ -10,7 +20,4 @@ this Stable diffusion model i have fine tuned on 1000 raw logo png/jpg images of
|
|
| 10 |
|
| 11 |
Enjoy .create any type of logo
|
| 12 |
|
| 13 |
-
for examples:"Logo of a pirate","logo of a sunglass with girl" or something complex like "logo of a ice-cream with snake" etc
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
+
language:
|
| 7 |
+
- fr
|
| 8 |
+
- it
|
| 9 |
+
- en
|
| 10 |
+
- ja
|
| 11 |
+
- ru
|
| 12 |
+
base_model:
|
| 13 |
+
- black-forest-labs/FLUX.1-dev
|
| 14 |
+
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
| 15 |
+
- hpmadushanka94/sensor1
|
| 16 |
---
|
| 17 |
### stable-diffusion-LOGO-fine-tuned model trained by nicky007
|
| 18 |
|
|
|
|
| 20 |
|
| 21 |
Enjoy .create any type of logo
|
| 22 |
|
| 23 |
+
for examples:"Logo of a pirate","logo of a sunglass with girl" or something complex like "logo of a ice-cream with snake" etc
|
|
|
|
|
|
|
|
|