Downloads · 30 days
2
22% of all-time downloads
gigio-br/model_teste
model_teste is a text-to-image model from gigio-br. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as creativeml-openrail-m.
should probably proofread and complete it, then remove this comment. --
Downloads · 30 days
2
22% of all-time downloads
All-time downloads
9
Public
Parameters
860M
77.3 GB on disk
Likes
0
Public
Click a slice to open those files.
.bin13.8 GB · 53%
From the Hugging Face model README
This pipeline was finetuned from runwayml/stable-diffusion-v1-5 on the umesh16071973/New_Floorplan_demo_dataset dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['A sample validation prompt']:

You can use the pipeline like so:
from diffusers import DiffusionPipeline
import torch
pipeline = DiffusionPipeline.from_pretrained("gigio-br/model_teste", torch_dtype=torch.float16)
prompt = "A sample validation prompt"
image = pipeline(prompt).images[0]
image.save("my_image.png")
These are the key hyperparameters used during training:
# TODO: add an example code snippet for running this diffusion pipeline
[TODO: provide examples of latent issues and potential remediations]
[TODO: describe the data used to train the model]